Virtual poolant:reasoning-premium

ANT Reasoning Premium

The deepest reasoning tier — thinking-capable models scoring 85 or above.

Try in Playground
Extended thinking: RequiredQuality floor: 85/100 or above

How this pool routes

ant:reasoning-premium is the strictest pool available: models must support extended thinking and score at least 85, and the router weights quality at the maximum while accepting the highest latency and cost. Use it for the problems where nothing else has worked.

Best For

Hard research problemsDeep code reasoningComplex proofs

Where requests went

Live routing over the last 30 days

Requests

161

Success rate

40.99%

Avg latency

276ms

ant:reasoning-premiumUnknown59% · 95
openai/o3-miniSemantic-cache41% · 66

Quick Start

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-premium",
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

Routing weights

Speed10/100
Quality100/100
Cost10/100

Selection criteria

Extended thinkingrequiredRequired
Quality floorrequired85/100 or above
Speed weight10/100
Quality weight100/100
Cost weight10/100
Model IDant:reasoning-premium

Other pools

Every virtual pool accepts the same request shape — swap the model id to change the routing policy.

Browse all virtual models →