Virtual poolant:fast

ANT Fast

Latency first — the quickest model that can still do the job.

Try in Playground

How this pool routes

ant:fast weights speed at the maximum and accepts lower quality scores in exchange. Use it for interactive paths where a fast adequate answer beats a slow excellent one.

Best For

AutocompleteInteractive UIHigh-volume classification

Where requests went

Live routing over the last 30 days

Requests

159

Success rate

55.35%

Avg latency

1,211ms

ant:fastUnknown44.7% · 71
deepseek/deepseek-v4-flash-0731Semantic-cache18.9% · 30
qwen/qwen3.7-flashSemantic-cache13.8% · 22
qwen/qwen3-next-80b-a3b-thinkingSemantic-cache8.8% · 14
~deepseek/deepseek-v4-flash-latestOpenRouter5% · 8
deepseek/deepseek-v4-flashOpenRouter3.1% · 5
qwen/qwen3-vl-8b-thinkingSemantic-cache2.5% · 4
openai/o3-miniOpenRouter1.9% · 3
openai/o4-miniOpenRouter0.6% · 1
openai/gpt-5OpenRouter0.6% · 1

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

Routing weights

Speed100/100
Quality30/100
Cost70/100

Selection criteria

Speed weight100/100
Quality weight30/100
Cost weight70/100
Model IDant:fast

Other pools

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

Browse all virtual models →