๐Ÿ’ป

OpenCode

Speed: โšก 52 tok/s avg
Models: 15
Price: $10/mo flat
Status: โœ… Online
Avg Speed
52 tok/s
Models
15
Price
$10/mo
Best For
GLM-5, MiniMax, Value

๐Ÿ’ฐ Plan & Pricing

โœ…
Best Value โ€” $10/mo flat
15 models, no usage caps, no rate limits. GLM-5 champion provider. MiniMax M2.5/M2.7 exclusive. Best per-dollar value by far.

๐Ÿ”‘ API Key

sk-Owk...7HMm

๐ŸŒ Endpoint

https://opencode.ai/zen/go/v1/chat/completions

๐Ÿ“ฆ Models (15 total)

ModelSpeedCategoryNotes
glm-5.1โšก 69 tok/sChat๐Ÿฅ‡ GLM-5.1 champion
minimax-m2.7โšก 87 tok/sChat๐Ÿฅ‡ MiniMax M2.7 champion
glm-5โšก 52 tok/sChatGLM-5
claude-sonnet-4โšก 52 tok/sChatClaude Sonnet 4
deepseek-r1-0528โšก 65 tok/sReasoningDeepSeek R1
deepseek-v4-flashโšก 58 tok/sChatDeepSeek V4 Flash
deepseek-v4-proโšก 52 tok/sReasoningDeepSeek V4 Pro
minimax-m2.5โšก 80 tok/sChat๐Ÿฅ‡ MiniMax M2.5 champion
kimi-k2.5โšก 58 tok/sChatKimi K2.5
gpt-4.1โšก 48 tok/sChatGPT-4.1
qwen3-235bโšก 45 tok/sChatQwen3 235B
qwen3-30b-a3bโšก 55 tok/sChatQwen3 30B MoE
step-3-chatโšก 50 tok/sChatStep-3 Chat
glm-5-visionโšก 40 tok/sVision/OCRGLM-5 Vision
minimax-vl-01โšก 42 tok/sVisionMiniMax Vision

๐Ÿ’ป cURL Example

curl -X POST https://opencode.ai/zen/go/v1/chat/completions \
  -H "Authorization: Bearer sk-Owk...7HMm" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "glm-5.1",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

๐Ÿ Python Example

from openai import OpenAI

client = OpenAI(
    api_key="sk-Owk...7HMm",
    base_url="https://opencode.ai/zen/go/v1"
)

response = client.chat.completions.create(
    model="glm-5.1",
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

โš ๏ธ Pitfalls & Notes

โœ…
Best Value โ€” At $10/mo flat for 15 models with no rate limits, OpenCode is the best per-dollar provider. Particularly strong for GLM and MiniMax models.
๐Ÿ’ก
GLM-5 Champion โ€” OpenCode is the best provider for GLM-5.1 at 73 tok/s, beating all other providers for this model family.

๐Ÿท๏ธ Categories

Chat Coding Vision OCR