Randomly does reasoning in LMStudio, but reasoning not indicated in model.json

#4
by dagelf - opened

• LM Studio appears to use a few layers, not one single flag:

  1. Catalog/model definition (model.yaml)
  • metadataOverrides.reasoning: true marks it as a reasoning-capable model in LM Studio metadata/catalog.
  • customFields (for example enableThinking) can define a user-facing toggle and map it to a Jinja variable in the
    prompt template.
  • Source: https://lmstudio.ai/docs/app/modelyaml
  1. Per-model parsing config for thought blocks
  1. Prompt-template metadata/autodetection

Sign up or log in to comment