Skip to content

Models

Depicta provides access to multiple AI image models. Your AI assistant (or your code) chooses which model to use for each request.

ModelAliasApprox. costCapabilities
Loading models…

Could not load live model data. Use depicta models or GET /v1/models to see current models and pricing.

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.

Specify a model by alias:

Terminal window
depicta image "A mountain landscape" --model flux
{"prompt": "A mountain landscape", "model": "flux"}

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.