← Discover MCPs and Agents
a
MCPAI & MLGitHub
ai-model-pricing
Track Top-Notch CLI Coding-Agents
Links
README
From the repo.
AI-Model-Pricing
Due to the frequent changes of AI models I wanted to research current prices to keep track of the current options
Cheapest Products
Models with fixed pricing and Quota-Resets
| Product | Plan | Price ↓ | Additional Models | URL |
|---|---|---|---|---|
| Google Gemini | AI Plus | 4,99 EUR | Gemini Flash 3.5, Gemini 3.1 Pro | https://one.google.com/ai |
| Xiaomi MiMo | Lite | 6.00 USD | MiMo 2.5 Pro / ASR / TTS | https://platform.xiaomimimo.com/token-plan |
| Alibaba Cloud | Lite | 6.00 USD | Qwen 3.8, GLM 5.2, Deepseek-V4-Pro | https://www.alibabacloud.com/en/campaign/ai-landing-page-token |
| Stepfun | Flash Mini | 6,99 USD | Step 3.7 Flash, Step 3.5 Flash | https://platform.stepfun.ai/step-plan |
| OpenAi ChatGPT | Go | 8,00 EUR | ChatGPT 5.5 Instant | https://chatgpt.com/pricing/ |
| OpenCode | Go | 10,00 USD | GLM 5.1, Qwen 3.7, MiniMax M2.7, Kimi K2.6, Deepseek V4 Pro | https://opencode.ai/go |
| Supermaven | Pro | 10,00 USD | Babble | https://supermaven.com/pricing |
| Mistral Vibe | Pro | 14.99 USD | Mistral | https://mistral.ai/pricing |
| Z.ai | Lite | 16.20 USD | GLM 5.2 | https://z.ai/subscribe |
| Anthropic Claude | Pro | 17,00 USD | Fable 5, Opus 4.8 | https://claude.com/de/pricing |
| Kimi Code | Moderato | 19,00 USD | Kimi K3, Kimi K2.6 | https://www.kimi.com/membership/pricing |
| Sakana AI Fugu | Standard | 20,00 USD | Fugu Ultra | https://sakana.ai/fugu/ |
| Cursor | Pro | 20,00 USD | Composer, Opus, GPT, Gemini, Grok | https://cursor.com/de/pricing |
| Github Copilot | Pro | 10,00 USD | GPT 5.5, Gemini 3.5 Flash, Claude Sonnet 4.6, Grok Code Fast 1 | https://github.com/features/copilot/plans |
| MiniMax | Plus | 20,00 USD | MiniMax M3.0 | https://platform.minimax.io/subscribe/token-plan |
| Ollama | Pro | 20,00 USD | GLM 5.1, Qwen 3.6, MiniMax M2.7, Kimi K2.6, Deepseek V4 Pro | https://ollama.com/pricing |
| Windsurf | Pro | 20,00 USD | SWE 1.6 | https://windsurf.com/pricing |
Todo:
- next update: also add unique USP's e.g. Kimi with Kimi Claw, ChatGPT with Codex (Cloud-Agent), Mini Max with Token-Reset after few hours, Gemini with Storage Plan...
Free Products
Models with free limited Quota
| Product | Models | URL |
|---|---|---|
| OpenCode CLi | DeepSeek V4 Flash, MiMo v2.5, Nemotron 3 Super | https://github.com/anomalyco/opencode |
| Cline CLI | DeepSeek V4 Flash, MiMo-V2.5, Gemma 4 26B A4B, Qwen3 Coder 480B A35B | https://github.com/cline/cline |
| Google Gemini CLI | Gemini 3 Flash Preview, Gemini 3.1 Flash Lite Preview, Gemini 2.5 Flash, Gemma 4 31B IT | https://github.com/google-gemini/gemini-cli |
| Google Antigravity CLI | Gemini 3.5 Flash, Gemini 3.1 Pro, Claude Sonnet 4.6, Claude Opus 4.6, GPT-OSS 120B | https://antigravity.google/download#antigravity-cli |
| OpenRouter API | DeepSeek V4 Flash, Kimi K2.6, Qwen3 Coder 480B A35B, MiniMax M2.5, MiMo 2.5 | https://openrouter.ai/models |
| Groq API | GPT OSS 120B, Llama 4 Scout, Qwen 3 32B | https://console.groq.com/home |
| Kilo CLI | Laguna M.1, Step 3.7 Flash, North Mini Code, Nemotron 3 Ultra | https://github.com/Kilo-Org/kilocode/ |
| Copilot CLI | GPT-5 mini, Claude Haiku 4.5 | https://github.com/features/copilot/cli |
| Devin CLI | SWE-1.6 Slow | https://docs.devin.ai/cli |
| Mistral Vibe CLI | Mitral Medium 3.5, Devstral-Small | https://github.com/mistralai/mistral-vibe |
| Kiro CLI | Qwen3-Coder-Next, GLM-5, MiniMax M2.5, Deepseek 3.2, Claude Haiku/Sonnet 4.5 | https://kiro.dev/cli |
| Cerebras API | Gemma 4 31B IT, Z.AI GLM-4.7, GPT OSS 120B | https://www.cerebras.ai/pricing |
API products can be integrated with Cline CLI or OpenCode CLI
Collected info
- ★ 1 stars
- Source updated: 8/31/2026
Config for your environment
Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.
Tool
OS
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "{MCP_ENDPOINT_URL}"
}
}
}Paste into mcpServers in the config file. Restart Cursor after saving.
If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.