Google / google/imagen-4.0-fast-generate-001

Imagen 4 - access through LLMTR

Optimized for speed-first image generation workflows. Useful for campaign drafts, concept exploration, and high-iteration creative production.

Technical specifications

Canonical IDgoogle/imagen-4.0-fast-generate-001
ProviderGoogle
Context windowNot available
OperationsIMAGES_GENERATIONS
Modalitiesimage, text

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
IMAGES_GENERATIONSOUTPUT_IMAGEPER_IMAGE$0.020000

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"google/imagen-4.0-fast-generate-001","messages":[{"role":"user","content":"Hello"}]}'

Related models