> For the complete documentation index, see [llms.txt](https://unsloth.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unsloth.ai/docs/de/grundlagen/inference-and-deployment.md).

# Inferenz & Bereitstellung

Sie können Ihre feinabgestimmten Modelle auch ausführen, indem Sie [Unsloths 2x schnellere Inferenz](/docs/de/grundlagen/inference-and-deployment/unsloth-inference.md).

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/0eb7cfce0eb5651e720ac0944c9e36f7124bc8de#run-models-locally">Unsloth Studio Chat</a></td><td><a href="/pages/73168493b14a89fa27e95b776ade6bd93679a3e5">/pages/73168493b14a89fa27e95b776ade6bd93679a3e5</a></td><td></td></tr><tr><td><a href="/pages/9cfeafb2cc359999e3a7f6ba6ffa5468e4752653">llama.cpp - Speichern in GGUF</a></td><td><a href="/pages/9cfeafb2cc359999e3a7f6ba6ffa5468e4752653">/pages/9cfeafb2cc359999e3a7f6ba6ffa5468e4752653</a></td><td><a href="/pages/9cfeafb2cc359999e3a7f6ba6ffa5468e4752653">/pages/9cfeafb2cc359999e3a7f6ba6ffa5468e4752653</a></td></tr><tr><td><a href="/pages/70002e65495a1a44f155c9dabf1fb52b9d84de66">Unsloth-API-Endpunkt</a></td><td><a href="/pages/70002e65495a1a44f155c9dabf1fb52b9d84de66">/pages/70002e65495a1a44f155c9dabf1fb52b9d84de66</a></td><td></td></tr><tr><td><a href="/pages/af094159d1c157db0d9afc00bd98b849fcdb8f0c">vLLM</a></td><td><a href="/pages/af094159d1c157db0d9afc00bd98b849fcdb8f0c">/pages/af094159d1c157db0d9afc00bd98b849fcdb8f0c</a></td><td><a href="/pages/af094159d1c157db0d9afc00bd98b849fcdb8f0c">/pages/af094159d1c157db0d9afc00bd98b849fcdb8f0c</a></td></tr><tr><td><a href="/pages/535d0cfbde7f5f4826b1f619981b5b10742e2330">Ollama</a></td><td><a href="/pages/535d0cfbde7f5f4826b1f619981b5b10742e2330">/pages/535d0cfbde7f5f4826b1f619981b5b10742e2330</a></td><td><a href="/pages/535d0cfbde7f5f4826b1f619981b5b10742e2330">/pages/535d0cfbde7f5f4826b1f619981b5b10742e2330</a></td></tr><tr><td><a href="/pages/0f8e9568d5c07455e71a53b9fbadf4f2dfaf00ef">Verbindung mit einem Anbieter</a></td><td><a href="/pages/0f8e9568d5c07455e71a53b9fbadf4f2dfaf00ef">/pages/0f8e9568d5c07455e71a53b9fbadf4f2dfaf00ef</a></td><td></td></tr><tr><td><a href="/pages/7ee5a053c7473687e3fc8557db16d666991941dc">SGLang</a></td><td><a href="/pages/7ee5a053c7473687e3fc8557db16d666991941dc">/pages/7ee5a053c7473687e3fc8557db16d666991941dc</a></td><td><a href="/pages/6969b7d50e6d4e4a2fd432fda78971db7d4f929a">/pages/6969b7d50e6d4e4a2fd432fda78971db7d4f929a</a></td></tr><tr><td><a href="/pages/14781be2f5de20d42f8771160661ee0e1bf6e874">Fehlerbehebung</a></td><td><a href="/pages/14781be2f5de20d42f8771160661ee0e1bf6e874">/pages/14781be2f5de20d42f8771160661ee0e1bf6e874</a></td><td><a href="/pages/14781be2f5de20d42f8771160661ee0e1bf6e874">/pages/14781be2f5de20d42f8771160661ee0e1bf6e874</a></td></tr><tr><td><a href="/pages/6f7dcba79c06230757d338618fe62a8da47076da">llama-server &#x26; OpenAI-Endpunkt</a></td><td><a href="/pages/6f7dcba79c06230757d338618fe62a8da47076da">/pages/6f7dcba79c06230757d338618fe62a8da47076da</a></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://unsloth.ai/docs/de/grundlagen/inference-and-deployment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
