Pushing an Ollama model publishes a local model name to ollama.com under an account namespace. It is used for sharing custom models or imported models after the local copy has been created and tested.
The destination name must include the account or organization namespace, and the account must have the required public key or authentication state. Push only models that are safe and licensed for distribution.
The campaign did not push to a real account, so account names are sanitized and push verification remains credential-limited.
Related: How to sign in to Ollama
Related: How to copy an Ollama model
Related: How to create a custom Ollama model
$ ollama signin
$ ollama cp example/ok-model exampleuser/ok-model
$ ollama list NAME ID SIZE exampleuser/ok-model 17052f91a42e 13 GB
$ ollama push exampleuser/ok-model
retrieving manifest
pushing 17052f91a42e
success
$ ollama pull exampleuser/ok-model
success