Get Available Target Models
GET/v0/available_target_models
Get a list of available target models from the model configuration registry.
Returns models from the target_models section in provider/name format (e.g., "azure/gpt-4o-mini") that can be used in driver_model_id, target_model, or other model configuration fields.
These models have pre-configured api_base and api_version settings that will be automatically applied when the model is used.
Request
Responses
- 200
- 400
- 401
- 404
- 422
Successful Response
Input data is incorrect
Okareo API token has failed authentication
Data is not found
Input data is invalid