ant:reasoningThinking-capable models only, with a quality floor of 70.
ant:reasoning hard-requires models that support extended thinking, then weights quality heavily. Non-reasoning models are excluded no matter how well they score, so multi-step problems get a model that can actually deliberate.
Live routing over the last 30 days
Requests
61
Success rate
98.36%
Avg latency
888ms
39 models across 10 providers currently qualify. Per-request limits (context size, cost caps, your model allowlist) narrow this further at routing time.
o1-pro
o1-pro
o3
Claude Sonnet 5
o3
o1
GPT-5
OpenAI: o3 Mini High
OpenAI: o4 Mini (batch)
OpenAI: o4 Mini High
o1
OpenAI: o3 Mini (batch)
Claude Sonnet 4
o4-mini
o4-mini
DeepSeek R1 671B (Venice)
Qwen 3 235B
Sonar Deep Research
Command A (03-2025)
Sonar Reasoning Pro
MiniMax M2.7
o3-mini
Kimi K2.6
DeepSeek R1
Showing the 24 highest-scoring of 39.
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:reasoning",
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 →