> 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/integrationen.md).

# Integrationen

- [Führen Sie Coding-Agents mit lokalen LLMs mit Unsloth Start aus](https://unsloth.ai/docs/de/integrationen/unsloth-start.md)
- [API-Anbieter und Modellserver mit Unsloth verbinden](https://unsloth.ai/docs/de/integrationen/connections.md)
- [OpenAI mit Unsloth verbinden: GPT-Modelle im lokalen Chat ausführen](https://unsloth.ai/docs/de/integrationen/connections/openai.md)
- [Anthropic mit Unsloth verbinden: Claude-Modelle im lokalen Chat ausführen](https://unsloth.ai/docs/de/integrationen/connections/anthropic-claude.md)
- [llama.cpp mit Unsloth verbinden: GGUFs mit llama-server ausführen](https://unsloth.ai/docs/de/integrationen/connections/llama.cpp-mit-unsloth-verbinden-ggufs-mit-llama-server-ausfuhren.md)
- [vLLM für lokale Chat-Inferenz mit Unsloth verbinden](https://unsloth.ai/docs/de/integrationen/connections/vllm.md)
- [Wie man Ollama mit Unsloth verbindet](https://unsloth.ai/docs/de/integrationen/connections/ollama.md)
- [Wie man OpenRouter mit Unsloth verbindet: API-Schlüssel- und Modell-Setup](https://unsloth.ai/docs/de/integrationen/connections/openrouter.md)
- [Wie man lokale KI-Modelle mit Hermes Agent ausführt](https://unsloth.ai/docs/de/integrationen/hermes-agent.md): Leitfaden zur lokalen Verwendung offener LLMs mit Hermes Agent.
- [Wie man lokale KI-Modelle mit OpenClaw ausführt](https://unsloth.ai/docs/de/integrationen/openclaw.md): Leitfaden zum Ausführen lokaler LLMs mit OpenClaw.
- [Wie man lokale KI-Modelle mit OpenCode ausführt](https://unsloth.ai/docs/de/integrationen/opencode.md): Leitfaden zur Verbindung offener LLMs mit OpenCode auf Ihrem lokalen Gerät.
- [Python-SDK mit Unsloth verbinden](https://unsloth.ai/docs/de/integrationen/python-sdk-mit-unsloth-verbinden.md): Leitfaden zum Aufrufen von Unsloths lokaler API aus Python mit den offiziellen OpenAI- oder Anthropic-SDKs, einschließlich Streaming, Vision, Funktionsaufrufen und den integrierten serverseitigen Tools von Unsloth.
- [Curl und HTTP mit Unsloth verbinden](https://unsloth.ai/docs/de/integrationen/curl-und-http-mit-unsloth-verbinden.md): Leitfaden zum Aufrufen von Unsloths API mit curl (oder jedem HTTP-Client), komplett mit kopierbaren Beispielen für jeden Endpunkt und jede Funktion.


---

# 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, and the optional `goal` query parameter:

```
GET https://unsloth.ai/docs/de/integrationen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
