Free Ollama Cloud API Key, Base URL & Rate Limits
API ProviderOllama Cloud provides a hosted version of the popular Ollama runtime, exposing Llama, Qwen, Gemma, and other open models through the familiar Ollama API format.
How to get a free Ollama Cloud API key
- 1
- 2 Go to Settings → API Keys
- 3 Create your free Ollama API key
- 4 Choose a model Llama, Qwen, Gemma available. Familiar Ollama API format.
- 5 Configure client Base URL: https://api.ollama.com. OpenAI-compatible wrapper available.
Provider Snapshot
Supported Models 14 models
View in directory →| Model ID | Developer | Context | Availability | Free Tier | Use cases |
|---|---|---|---|---|---|
| kimi-k3 kimi-k3 | Kimi | 128K | Online | Yes | chat |
| deepseek-v4-flash:preview deepseek-v4-flash | DeepSeek | 1.0M | Online | Yes | chat |
| minimax-m3 minimax-m3 | MiniMax | 1.0M | Online | Yes | chat |
| deepseek-v4-pro deepseek-v4-pro | DeepSeek | 128K | Online | Yes | chat |
| nemotron-3-ultra nemotron-3-ultra | Ollama Cloud | 262K | Online | Yes | chatreasoning |
| mistral-large-3:675b mistral-large-3:675b | Ollama Cloud | 128K | Online | Yes | chat |
| qwen3.5:397b qwen3.5:397b | Ollama Cloud | 131K | Online | Yes | chat |
| gpt-oss:20b gpt-oss:20b | OpenAI | 131K | Online | Yes | chatcoding |
| deepseek-v3-1-671b-cloud deepseek-v3.1:671b-cloud | Ollama Cloud | 128K | Check provider | Yes | chat |
| deepseek-r1-cloud deepseek-r1:cloud | Ollama Cloud | 128K | Check provider | Yes | chatreasoning |
| qwen3-coder-480b-cloud qwen3-coder:480b-cloud | Ollama Cloud | 128K | Check provider | Yes | chatcoding |
| gpt-oss-120b-cloud gpt-oss:120b-cloud | Ollama Cloud | 128K | Check provider | Yes | chatcoding |
| kimi-k2-1t-cloud kimi-k2:1t-cloud | Ollama Cloud | 262K | Check provider | Yes | chat |
| glm-4-6-cloud glm-4.6:cloud | Ollama Cloud | 128K | Check provider | Yes | chat |
Developer Tools
Ollama Cloud FreeLLM Score free API access score
How we score →What is Ollama Cloud?
Ollama Cloud — run Llama, Qwen, Gemma via Ollama API in the cloud.
Ollama Cloud provides a hosted version of the popular Ollama runtime, exposing Llama, Qwen, Gemma, and other open models through the familiar Ollama API format. Free tier has unpublished session/weekly limits. Useful for developers already using Ollama locally who want a zero-config cloud option.
- Ollama-native API format
- Llama, Qwen, Gemma models
- Familiar Ollama tooling
- OpenAI-compatible endpoint available
API Compatibility: Ollama API + OpenAI-compatible wrapper
Ollama Cloud Free Tier Limits & Pricing
Ollama Cloud API Setup Tutorials
Ollama Cloud is fully compatible with popular AI coding assistants like Cursor, Claude Code, and more. To see step-by-step API configuration instructions for your favorite tool, please visit our Global Configuration Guide →
Ollama Cloud Model Use Cases
What Ollama Cloud's free models are best for, based on aggregated model capabilities:
Ollama Cloud Limitations & Caveats
- Rate limits are unpublished — hard to plan capacity
- Limited model selection compared to Ollama self-hosted
- Newer/smaller provider with limited track record
Ollama Cloud FAQ
Is Ollama Cloud the same as running Ollama locally?
Ollama Cloud runs the same Ollama runtime but hosted in the cloud. The API is identical, so any tool that works with local Ollama works with Ollama Cloud — just change the base URL.
What are Ollama Cloud's rate limits?
Ollama Cloud doesn't publish exact rate limits for the free tier. Users report session-based and weekly limits. For predictable capacity, consider self-hosting Ollama or using a provider with published limits.
Does Ollama Cloud support OpenAI-compatible API?
Yes — Ollama Cloud provides an OpenAI-compatible wrapper in addition to the native Ollama API format. You can use it with any OpenAI SDK client by setting the base URL.