Make a Model Default
PUT/model-svc/model/:modelId/make-default
Sets a model as the default model — when prompts are sent without a Model ID, the default model is used.
Request
Path Parameters
modelId stringrequired
Model ID
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Invalid JSON
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...