Skip to main content

UpdateModelRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/UpdateModelRequestBody.json
apiKeystring

API key

baseUrlstring

Provider base URL

dimensionsint64

Embedding dimensions

isActiveboolean

Active status

maxTokensint64

Max tokens

namestring

Display name

temperaturedouble

Generation temperature

UpdateModelRequestBody
{
"$schema": "https://example.com/schemas/UpdateModelRequestBody.json",
"apiKey": "string",
"baseUrl": "string",
"dimensions": 0,
"isActive": true,
"maxTokens": 0,
"name": "string",
"temperature": 0
}