Retrieve a model
Retrieve a built-in or custom model by model name. Custom models are only visible to the owning organization.
Authentication
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.
Whether the model’s bare slug is in Respan’s first-party supported catalog.
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.