The catalogue carries lm-studio and a custom OpenAI-compatible entry, and the code path is the same one Ollama and llmman use — but nobody has put a real LM Studio or a bare llama-server behind Talos and written down what it took.
What this is. Run Talos against each: TALOS_MODEL_PROVIDER=lm-studio (default http://localhost:1234/v1) and custom with TALOS_BASE_URL_CUSTOM=… for llama-server. Note what worked, what needed a line in talos.env, whether the readiness probe (GET /models) found the model under the name you configured, and whether a thinking model answers in time (a small reasoning model can spend the whole 180 s budget thinking — say so if it did). Then a short section in README.md under "Install" with the exact lines, and a doctor hint if something was non-obvious.
Boundaries. Docs, doctor.py, at most a catalogue field (catalog.py). If a code path turns out to be wrong, open a separate issue with the measurement rather than fixing it in the docs PR.
Proof. The transcript of one real talos ask per provider, in the PR.
The catalogue carries
lm-studioand acustomOpenAI-compatible entry, and the code path is the same one Ollama and llmman use — but nobody has put a real LM Studio or a barellama-serverbehind Talos and written down what it took.What this is. Run Talos against each:
TALOS_MODEL_PROVIDER=lm-studio(defaulthttp://localhost:1234/v1) andcustomwithTALOS_BASE_URL_CUSTOM=…forllama-server. Note what worked, what needed a line intalos.env, whether the readiness probe (GET /models) found the model under the name you configured, and whether a thinking model answers in time (a small reasoning model can spend the whole 180 s budget thinking — say so if it did). Then a short section inREADME.mdunder "Install" with the exact lines, and adoctorhint if something was non-obvious.Boundaries. Docs,
doctor.py, at most a catalogue field (catalog.py). If a code path turns out to be wrong, open a separate issue with the measurement rather than fixing it in the docs PR.Proof. The transcript of one real
talos askper provider, in the PR.