New Unsloth API Inference Endpoint #5285
shimmyshimmer
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
You can use local LLMs with tools like Claude Code and Codex by connecting them to Unsloth’s API endpoint. This lets you run models like Qwen and Gemma locally, with additional features such as self-healing tool calling, code execution, and web search. Unsloth makes it easy to deploy a fast API inference endpoint that provides:
Models loaded in Unsloth (including GGUFs) are exposed as an authenticated API via
llama-server. A long API key is generated for security reasons like how OpenAI provides one. Your local models can then be used directly in your preferred AI agent, SDK, or chat client. Unsloth speaks two dialects on the same port:/v1/messagesfor Claude Code, OpenClaw, the Anthropic SDK, and any client that expects the Messages API./v1/chat/completionsand/v1/responsesfor the OpenAI SDK, OpenCode, Cursor, Continue, Cline, Open WebUI, SillyTavern, and any OpenAI-compatible tool.New models
We've also got a handful of new models to run including NVIDIA Nemotron 3 Nano Omni, IBM Granite 4.1 and Mistral 3.5 Medium. We helped Mistral solve some issues with implementation in transformers and GGUFs.
Unsloth Updates
What's Changed
unsloth studio run, activateunsloth run, and allow passing model:quant to load models by @rolandtannous in Studio: forward llama-server args fromunsloth studio run, activateunsloth run, and allow passing model:quant to load models #5271New Contributors
Full Changelog: v0.1.37-beta...v0.1.38-beta
This discussion was created from the release New Unsloth API Inference Endpoint.
All reactions