Skip to content

[Feature Request] [API] enable_thinking: true|false flag in api/v0/models #483

Description

@DomoticX

Is it possible to post the thinking on/off setting in the LLM status of api/v0/models?

The LM Studio UI already has an "Enable Thinking" toggle when loading a model, so this state exists internally; exposing it via the API would allow external clients to stay in sync.

At the moment on v0.4.4, requesting the json data does not provide any flag, if the model is loaded with the < think > template or not.

{
"data": [
{
"id": "qwen/qwen3.5-35b-a3b",
"object": "model",
"type": "vlm",
"publisher": "qwen",
"arch": "qwen35moe",
"compatibility_type": "gguf",
"quantization": "Q4_K_M",
"state": "loaded",
"max_context_length": 262144,
"loaded_context_length": 4096,
"capabilities": [
"tool_use"
]
},

Maybe it can be simply added like one line:

"enable_thinking": true

or

"reasoning": true

Use case: when a API UI has setting "no think" selected on a thinking model, we could eject the model and load with thinking off...

Also loading models with or without thinking would be great! ;-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions