Virtual poolant:creative

ANT Creative

Tuned for open-ended and generative writing.

Try in Playground

How this pool routes

ant:creative weights quality high without imposing a hard floor, leaving room for models that write well but score modestly on technical benchmarks.

Best For

CopywritingStory and script draftsBrainstorming

Where requests went

Live routing over the last 30 days

Requests

11

Success rate

100%

Avg latency

5,677ms

deepseek/deepseek-v3.1-terminusOpenRouter81.8% · 9
deepseek-v4-flashSemantic-cache9.1% · 1
deepseek/deepseek-v4-flashDeepSeek9.1% · 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:creative",
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

Routing weights

Speed40/100
Quality85/100
Cost40/100

Selection criteria

Speed weight40/100
Quality weight85/100
Cost weight40/100
Model IDant:creative

Other pools

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

Browse all virtual models →