ant:freeZero-cost routing across every free model in the pool.
ant:free routes only to models that cost nothing, drawing on the free-model pool and its own fallback chain across providers. Throughput is bounded by upstream free-tier rate limits rather than your balance.
Live routing over the last 30 days
Requests
15,446
Success rate
99.95%
Avg latency
417ms
51 models across 12 providers currently qualify. Per-request limits (context size, cost caps, your model allowlist) narrow this further at routing time.
Qwen3.5 397B
Qwen 3.6 Plus Preview
DeepSeek R1 0528
Command A (2025)
DeepSeek R1
GPT-OSS 120B
DeepSeek V3.2 (SambaNova)
DeepSeek V3.2
Kimi K2.5
Llama 4 Maverick
Qwen3.5 122B
Llama 4 Maverick (SambaNova)
Gemini 2.5 Flash
Llama 4 Maverick
Qwen3 Coder Next
DeepSeek V3.1 (SambaNova)
DeepSeek V3.1
Qwen3 Coder
DeepSeek V3.1
Qwen3 Coder 480B
Kimi K2 Thinking
Command R+
Qwen3 Next 80B
GLM-5
Showing the 24 highest-scoring of 51.
from openai import OpenAI
client = OpenAI(
base_url="https://api.antbase.ai/v1",
api_key="YOUR_ANT_API_KEY",
)
response = client.chat.completions.create(
model="ant:free",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)Every virtual pool accepts the same request shape — swap the model id to change the routing policy.
Browse all virtual models →