LM Studio is a powerful, user-friendly desktop application that allows you to run large language models (LLMs) locally on your own machine.
Currently, the AI Toolkit has a quick way to add models from Ollama, however adding LM Studio models is not as easy.
To add a model (phi-4) from LM Studio you need to follow these steps:
- Add custom model
- Endpoint URL:
http://127.0.0.1:1234/v1/chat/completions
- API model name: microsoft/phi-4
- Model display name: microsoft/phi-4
- Auth header: Leave empty
- Open in Playground
It would be great if Add LM Studio model was included as a another option alongside Add Ollama model to shorten these steps.
Currently, the AI Toolkit has a quick way to add models from Ollama, however adding LM Studio models is not as easy.
To add a model (phi-4) from LM Studio you need to follow these steps:
http://127.0.0.1:1234/v1/chat/completionsIt would be great if Add LM Studio model was included as a another option alongside Add Ollama model to shorten these steps.