ant:image-genModels that generate images natively.
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.
Live routing over the last 30 days
Requests
2
Success rate
100%
Avg latency
4,431ms
19 models across 4 providers currently qualify. Per-request limits (context size, cost caps, your model allowlist) narrow this further at routing time.
Google: Nano Banana 2 (Gemini 3.1 Flash Image Preview)
Google: Nano Banana 2 Lite (Gemini 3.1 Flash Lite Image)
Google: Nano Banana (Gemini 2.5 Flash Image)
Google: Nano Banana 2 (Gemini 3.1 Flash Image)
Google: Nano Banana Pro (Gemini 3 Pro Image)
Google: Nano Banana Pro (Gemini 3 Pro Image Preview)
OpenAI: GPT-5 Image
OpenAI: GPT-5 Image Mini
Gemini 3.1 Flash Image
Gemini 3 Pro Image
Gemini 3 Pro Image
Gemini 3.1 Flash Lite Image
Gemini 3.1 Flash Lite Image
Gemini 2.5 Flash Image
Gemini 2.5 Flash Image
Gemini 3.1 Flash Image Preview
Gemini 3.1 Flash Image
Gemini 3.1 Flash Image Preview
Gemini 3 Pro Image
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)Every virtual pool accepts the same request shape — swap the model id to change the routing policy.
Browse all virtual models →