google/imagen-4.0-fast-generate-001

google/imagen-4.0-fast-generate-001
by google · text in
INPUT/ 1M tokens
OUTPUT/ 1M tokens
p50 TTFT3.87 s7d
p95 TTFT5.34 s7d
TRAFFIC3.6Ktokens / 7d
Code samples
from openai import OpenAI

client = OpenAI(
    base_url="https://orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="google/imagen-4.0-fast-generate-001",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
Per request$0.0200
CurrencyUSD
Flat fee per API call (image generation models)
Performance
TTFT p50
3.87 s
Output speed
TTFT p95
5.34 s
Error rate
0%
Public benchmarks
No public benchmark scores ingested yet.
FAQ
How much does google/imagen-4.0-fast-generate-001 cost on OrcaRouter?
google/imagen-4.0-fast-generate-001 is priced at $0.0200 per request via OrcaRouter (flat per-call fee, charged per generation rather than per token).
What is google/imagen-4.0-fast-generate-001's context window?
google/imagen-4.0-fast-generate-001 supports a context window of — tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call google/imagen-4.0-fast-generate-001 via the OpenAI SDK?
Set OpenAI base_url to https://orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="google/imagen-4.0-fast-generate-001" in the chat.completions.create call.
Does OrcaRouter rate-limit google/imagen-4.0-fast-generate-001?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.
Embed this badge
google/imagen-4.0-fast-generate-001pricing pending3873ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/google/imagen-4.0-fast-generate-001" target="_blank"> <img src="https://www.orcarouter.ai/embed/google/imagen-4.0-fast-generate-001.svg" alt="google/imagen-4.0-fast-generate-001 on OrcaRouter" /> </a>
Markdown [![google/imagen-4.0-fast-generate-001](https://www.orcarouter.ai/embed/google/imagen-4.0-fast-generate-001.svg)](https://www.orcarouter.ai/models/google/imagen-4.0-fast-generate-001)