Models
Depicta provides access to multiple AI image models. Your AI assistant (or your code) chooses which model to use for each request.
Available models
Section titled “Available models”| Model | Alias | Approx. cost | Capabilities |
|---|---|---|---|
| Loading models… | |||
Could not load live model data. Use depicta models or GET /v1/models to see current models and pricing.
Auto-selection
Section titled “Auto-selection”If no model is specified in the request, the API selects a suitable model based on the operation. AI assistants with the Depicta skill file typically choose the model themselves based on the task and guidelines.
Explicit selection
Section titled “Explicit selection”Specify a model by alias:
depicta image "A mountain landscape" --model flux{"prompt": "A mountain landscape", "model": "flux"}Capabilities
Section titled “Capabilities”Not all models support all operations. The table above shows each model’s capabilities. In general:
- Models that support Generate + Edit can be used for all operations.
- Models that support Generate only cannot be used for edit or combine operations.
If you request an unsupported operation for a model, the API returns an error. Use auto-selection or check the model’s capabilities first via depicta models or GET /v1/models.