cicora.ai
API specificationDiscovery

Models and catalogue

Build model selection from catalogue data instead of a hard-coded list in your application.

Integration reference: choose parameters and available capabilities from your account API settings and the model catalogue for your environment.

Read the catalogue

The catalogue is the source for an id, context window, supported parameters, modalities, and displayed pricing. Refresh it periodically in your system.

For a precise choice, keep the model id together with the parameters used in the request.

Model catalogue
bash
curl --request GET https://cicora.ai/api/v1/models \
  --header "Authorization: Bearer $CICORA_API_KEY" \
  --header 'Accept: application/json'

Filtering and compatibility

  • Filter by input and output modalities for text, images, audio, or video.
  • Check supported_parameters before showing a control in your interface.
  • Do not move parameters from one model to another only because their names look similar.

Prices and change

Calculate a cost estimate from catalogue fields and display the unit alongside the number.

Treat the catalogue as mutable: a model may change, retire, or gain a different capability set. A cache refresh must not break saved histories.