Replace a custom model
Replace editable fields for a custom model. The model_name path value remains the identifier.
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.
Request
Human-readable display name.
Alternative to custom_provider_id.
Partial override for model parameter support. The response returns computed supported_params.
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.