LM Studio Provider #182
Answered
by
hydropix
kyoshiroxmibu
asked this question in
Q&A
|
I didn't see LM Studio being supported provider only Ollama, are there any planning to add LM Studio as a provider |
Answered by
hydropix
May 29, 2026
Replies: 1 comment
|
Hi @kyoshiroxmibu, Good news, this already works today. LM Studio exposes an OpenAI-compatible server, so you don't need a dedicated provider for it. Just start LM Studio's local server and select the OpenAI provider, then point the API endpoint at LM Studio:
From the CLI it's the same idea: The same approach works for any OpenAI-compatible backend (llama.cpp, vLLM, etc.). Let me know if you hit any issue. |
0 replies
Answer selected by
hydropix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @kyoshiroxmibu,
Good news, this already works today. LM Studio exposes an OpenAI-compatible server, so you don't need a dedicated provider for it.
Just start LM Studio's local server and select the OpenAI provider, then point the API endpoint at LM Studio:
http://localhost:1234/v1qwen2.5-14b-instruct)From the CLI it's the same idea:
The same approach works for any OpenAI-compatible backend (llama.cpp, vLLM, etc.). Let me know if you hit any issue.