Configuration
Get Model Configuration
Returns general configuration and capabilities for a specific model.
Configuration Fields
| Field | Description |
|---|---|
| params | Parameter limits and defaults |
| type.primary | Model type (chat, text, embedding, etc.) |
| type.supported | Supported features (tools, image, etc.) |
| messages.options | Supported message roles |
get/model-configs/general/{provider}/{model}
Path parameters
providerstring required
Example:openai
Provider identifier (e.g., openai, anthropic, google)
modelstring required
Example:gpt-4o
Model identifier
Response
Model configuration