The author discovered a quirk in Ollama's handling of model tags ending in "-cloud". It was found that the "-cloud" suffix is not merely a label but an instruction for Ollama to strip the suffix and query the model from ollama.com. This behavior caused a "model not found" error when the author attempted to use a custom model named "Natuworkguy/flash-onyx-2.2:31b-cloud", as Ollama searched for a non-existent "Natuworkguy/flash-onyx-2.2:31b" on the remote server. The workaround involves renaming the model tag to avoid the reserved "-cloud" suffix, such as "flash-onyx-2.2:31b-cloudbase", which then correctly directs Ollama to the remote "gemma4:31b" model. AI
IMPACT This discovery may help developers using Ollama avoid similar tag-related issues when deploying models.
RANK_REASON The item describes a workaround for a specific software behavior, not a new release or major industry event.
- FLASH
- Flash Onyx
- flash-onyx-2.2:31b-cloudbase
- gemma4:12b
- gemma4:31b
- Mac
- Natuworkguy/flash-onyx-2.2:12b
- Natuworkguy/flash-onyx-2.2:31b-cloud
- Ollama
- Onyx
AI-generated summary · Google Gemini · from 1 sources. How we write summaries →