API Reference
Get the current LLM config
The active provider and model.
GET
/config/llmanyReturns the active configuration. 404 if none has been set.
Responses
200Active configuration
json
{
"is_local": true,
"provider_name": "ollama",
"model": "qwen2.5-coder:latest",
"has_key": false,
"base_url": null
}