Ollama’s cloud is currently in preview.
Cloud Models
Ollama’s cloud models are a new kind of model in Ollama that can run without a powerful GPU. Instead, cloud models are automatically offloaded to Ollama’s cloud service while offering the same capabilities as local models, making it possible to keep using your local tools while running larger models that wouldn’t fit on a personal computer. Ollama currently supports the following cloud models, with more coming soon:deepseek-v3.1:671b-cloudgpt-oss:20b-cloudgpt-oss:120b-cloudkimi-k2:1t-cloudqwen3-coder:480b-cloudglm-4.6:cloudminimax-m2:cloud
Running Cloud models
Ollama’s cloud models require an account on ollama.com. To sign in or create an account, run:- CLI
 - Python
 - JavaScript
 - cURL
 
To run a cloud model, open the terminal and run:
Cloud API access
Cloud models can also be accessed directly on ollama.com’s API. In this mode, ollama.com acts as a remote Ollama host.Authentication
For direct access to ollama.com’s API, first create an API key. Then, set theOLLAMA_API_KEY environment variable to your API key.
Listing models
For models available directly via Ollama’s API, models can be listed via:Generating a response
- Python
 - JavaScript
 - cURL
 

