frontier, but yours
State-of-the-art open models
on infrastructure you trust.
Drop-in for OpenCode — and works with Claude Code too.
Frontier capability, full data sovereignty.
Kimi K3, GLM-5.2, and Kimi K2.7 Code — the top open coding models — running on Cloudflare's global network across the US, UK, Germany, Japan and Australia. Frontier capability, served close to you, with your code staying on trusted allied infrastructure.
Routed across Cloudflare's global network · US · UK · DE · JP · AU
Five open models. One subscription.
Three frontier flagships and two specialized models. Switch with a single env var; Kimi K3 is the default.
Kimi K3
Moonshot AI
Moonshot's new flagship and the most capable model on AI Space: a 2.8T-parameter model with a 1M-token context window, native vision, and always-on reasoning you can dial with reasoning_effort.
- 1M context
- 2.8T params
- Native vision
- Always-on reasoning
sota/kimi-k3GLM-5.2
Z.ai
Z.ai's flagship agentic coding model. Exceptional at long-horizon tasks, multi-file edits, and tool use. 262K context window.
- 262K context
- Agentic coding
- Tool use
- Extended thinking
sota/glm-5.2Kimi K2.7 Code
Moonshot AI
Moonshot's frontier coding model. State-of-the-art performance on SWE-bench and competitive programming. Optimized for precision.
- SWE-bench leading
- Precision coding
- Competitive perf
- Fast inference
sota/kimi-k2.7-codeAlso on AI Space
Two specialized models for when you'd trade top-end capability for speed, cost, or cheaper agentic reasoning.
GLM-4.7 Flash
Z.ai
Z.ai's flash tier: a compact ~30B MoE that still scores 59.2 on SWE-bench Verified — frontier-grade for its size. Reach for it on high-volume, latency-sensitive, or well-scoped edits.
- 131K context
- SWE-bench 59.2
- Fast inference
sota/glm-4.7-flashNemotron-3 120B
NVIDIA
NVIDIA's hybrid Mamba-Transformer MoE: 120B total, 12.7B active. Built for agentic reasoning and multi-agent workflows, at a cheap-tier price.
- 256K context
- 120B / 12.7B active
- Agentic reasoning
sota/nemotron-3-120bUp and running in three steps
Subscribe
Choose Starter ($25/mo) or Pro ($125/mo). Cancel anytime.
Create an API key
Generate a key from your dashboard in seconds.
Connect OpenCode (or Claude Code)
Drop your key into opencode.json — or set two env vars for Claude Code. That's it.
Built for OpenCode. Works with Claude Code too.
Once you subscribe, grab your key from the dashboard and connect in seconds.
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"sota": {
"npm": "@ai-sdk/openai-compatible",
"name": "AI Space",
"options": {
"baseURL": "https://ai.xyspace.dev/v1",
"apiKey": "sk-sota-…" // from your dashboard
},
"models": {
"kimi-k3": { "name": "Kimi K3" },
"glm-5.2": { "name": "GLM-5.2" },
"kimi-k2.7-code": { "name": "Kimi K2.7 Code" }
}
}
}
}