Virtual poolant:best

ANT Best

Quality first — only models scoring 80 or above.

Try in Playground
Quality floor: 80/100 or above

How this pool routes

ant:best weights quality at the maximum and enforces a floor of 80, accepting higher latency and cost. Use it where the answer matters more than the bill.

Best For

Complex analysisLong-form writingHigh-stakes output

Where requests went

Live routing over the last 30 days

Requests

181

Success rate

50.83%

Avg latency

565ms

ant:bestUnknown49.2% · 89
openai/gpt-4.1-nanoSemantic-cache34.8% · 63
openai/o3-miniSemantic-cache16% · 29

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

Routing weights

Speed20/100
Quality100/100
Cost20/100

Selection criteria

Quality floorrequired80/100 or above
Speed weight20/100
Quality weight100/100
Cost weight20/100
Model IDant:best

Other pools

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

Browse all virtual models →