Discovering models
Browse available models:- Model catalog - Full list with capabilities, pricing, and examples
- Models API - Programmatic access to available models
Response
Using models
Specify a model by its ID in themodel parameter. For text models, use the OpenRouter model identifier (e.g., google/gemini-3-flash-preview). For image models, use the Lumenfall model ID (e.g., gemini-3-pro-image).
| Operation | Description | API reference |
|---|---|---|
| Chat completions | Generate text from a conversation | Create chat completion |
| Generate images | Create new images from text prompts | Generate images |
| Edit images | Modify existing images with prompts | Edit images |
| Generate videos | Create videos from text or image prompts | Generate videos |
Pricing
Pricing varies by model, size, and quality. Check the model catalog for current pricing details. Use dry run mode to estimate costs before generating.Pricing in the model catalog and from the cost estimation endpoint is approximate. Effective pricing is calculated after the request runs, because it depends on outputs.