Capabilities & Performance
- Sub-second generation latency
- Enterprise floor rate $0.017/image
Standard high-speed Qwen Image 3.0 generation model for general creative illustrations and web graphics.
Params
Standard Image Gen
Context
Text Prompt
Max Output
1024x1024 Image
| Lane | Public Rate | Cached |
|---|---|---|
| Realtime API | $0.022 / image | N/A |
| Batch Queue | Queued pipeline rate | N/A |
Billed per job/second with automated failure refunds and verifiable cryptographic receipts.
from openai import OpenAI
client = OpenAI(
base_url="https://api.batchin.tech/v1",
api_key="BATCHIN_API_KEY"
)
resp = client.chat.completions.create(
model="qwen-image-3.0",
messages=[{"role": "user", "content": "Benchmark system architecture performance and cost profile."}]
)
print(resp.choices[0].message.content)import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.batchin.tech/v1",
apiKey: process.env.BATCHIN_API_KEY,
});
const resp = await client.chat.completions.create({
model: "qwen-image-3.0",
messages: [{ role: "user", content: "Benchmark system architecture performance and cost profile." }],
});
console.log(resp.choices[0]?.message?.content);curl https://api.batchin.tech/v1/chat/completions \
-H "Authorization: Bearer $BATCHIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen-image-3.0",
"messages": [{"role":"user","content":"Benchmark system architecture performance and cost profile."}]
}'Alibaba Qwen Image 3.0 Pro model specialized in complex visual layout composition and text rendering.
ByteDance latest Seedream 5.0 high-resolution image synthesis engine with exceptional prompt fidelity and texture detail.
DeepSeek next-gen MoE reasoning flagship for complex architectural design, autonomous coding loops, and math proofs.