Skip to main content
PUT
cURL

Body

application/json; charset=utf-8
client
enum<string>
Available options:
ollama,
openai,
anthropic,
gemini,
openrouter
model
string
temperature
number<double>
ollama_url
string

When provided: set Ollama base URL, or clear DB override if empty string.

ollama_api_key
string

When provided: set API key, or clear DB override if empty string. Omit to leave unchanged.

Response

client
enum<string>
required
Available options:
ollama,
openai,
anthropic,
gemini,
openrouter
model
string
required
temperature
number<double>
required
ollama_url
string
required

Effective Ollama base URL (defaults to http://localhost:11434 when unset).

ollama_api_key_set
boolean
required