image model
chroma-v.46-flash
chroma-v.46-flash is an image-generation model available through the LLM7 API. It supports text input, image input, tool calling, streaming, JSON mode, reasoning, image generation, accepts text, and currently costs $0.015 USD per image.
chroma-v.46-flashGet an API keyCurrent LLM7 pricing
Simple, pay-as-you-go pricing
$0.015 USD per image
Cost calculator
Adjust the volume to see an instant estimate at the current public price.
01M
Generation estimate
$0.015
Estimated total
$0.015
Start building
A verified request for this exact model. Add your API key and run it.
curl https://api.llm7.io/v1/images/generations \
-H "Authorization: Bearer $LLM7_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "chroma-v.46-flash",
"prompt": "A clean product photo of a matte black desk lamp on a white desk",
"size": "1024x1024",
"n": 1
}'