> 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

- [Coding Agents mit lokalen LLMs mit Unsloth Start ausführen](https://unsloth.ai/docs/de/integrationen/unsloth-start.md)
- [API-Anbieter & Modellserver mit Unsloth verbinden](https://unsloth.ai/docs/de/integrationen/connections.md): Anleitung zum Verbinden von OpenAI, Anthropic, Ollama, llama.cpp, vLLM und anderen Anbietern mit Unsloth. Füge API-Keys oder Modellserver-URLs hinzu, lade Modelle und verwende externe Modelle im Chat.
- [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 mit Unsloth für lokale Chat-Inferenz 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-Key- & 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): Anleitung zum Ausführen lokaler LLMs mit OpenClaw.
- [Wie man lokale KI-Modelle mit OpenCode ausführt](https://unsloth.ai/docs/de/integrationen/opencode.md): Anleitung zum Verbinden offener LLMs mit OpenCode auf deinem 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 & HTTP mit Unsloth verbinden](https://unsloth.ai/docs/de/integrationen/curl-and-http-mit-unsloth-verbinden.md): Leitfaden zum Aufrufen von Unsloths API mit curl (oder jedem HTTP-Client), vollständig mit kopierbaren Rezepten für jeden Endpunkt und jedes Feature..


---

# 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.
