Virtual poolant:image-gen

ANT Image Generation

Models that generate images natively.

Try in Playground
Image generation: Required

How this pool routes

ant:image-gen hard-requires image-generation capability and clears the vision and thinking requirements a classifier might otherwise apply, since generation is its own capability rather than a form of understanding.

Best For

Image generationConcept artMarketing assets

Where requests went

Live routing over the last 30 days

Requests

2

Success rate

100%

Avg latency

4,431ms

google/gemini-2.5-flash-imageOpenRouter50% · 1
google/gemini-3.1-flash-lite-imageOpenRouter50% · 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:image-gen",
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

Routing weights

Speed40/100
Quality80/100
Cost50/100

Selection criteria

Image generationrequiredRequired
Speed weight40/100
Quality weight80/100
Cost weight50/100
Model IDant:image-gen

Other pools

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

Browse all virtual models →