Retrieve a model
Retrieve a built-in or custom model by model name. Custom models are only visible to the owning organization.
Authentication
Use your Respan API key for Respan API authentication. Enter only the Respan API key value; clients send Authorization: Bearer <RESPAN_API_KEY>. For /api/responses, OpenAI or Azure OpenAI provider credentials go in Settings -> Providers or the request body credential_override field, not in this auth field.
Use a dashboard JWT only for dashboard-authenticated endpoints. Respan API-key endpoints use the respanApiKey auth field instead.
Path parameters
Model name. The route supports names containing slashes, such as openai/gpt-4o-mini.
Response
Model string ID. Same value as model_name.
Human-readable model name.
Whether the model is built in or organization-specific.
Streaming support. 0 = no, 1 = yes.
Function/tool calling support. 0 = no, 1 = yes.
Vision input support. 0 = no, 1 = yes.
Computed parameter support after applying model-specific overrides.