> 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

- [Wie man lokale KI-Modelle mit OpenCode ausführt](https://unsloth.ai/docs/de/integrationen/opencode.md): Leitfaden zum Verbinden offener LLMs mit OpenCode auf deinem lokalen Gerät.
- [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 Hermes Agent ausführt](https://unsloth.ai/docs/de/integrationen/hermes-agent.md): Leitfaden zur lokalen Verwendung offener LLMs mit Hermes Agent.
- [Python-SDK mit Unsloth verbinden](https://unsloth.ai/docs/de/integrationen/python-sdk-mit-unsloth-verbinden.md): Leitfaden zum Aufruf der lokalen API von Unsloth aus Python mit den offiziellen OpenAI- oder Anthropic-SDKs, einschließlich Streaming, Vision, Function Calling und der integrierten serverseitigen Tools von Unsloth.
- [Curl & HTTP mit Unsloth verbinden](https://unsloth.ai/docs/de/integrationen/curl-and-http-mit-unsloth-verbinden.md): Leitfaden, um Unsloths API mit curl (oder jedem HTTP-Client) anzusprechen, komplett mit kopierbaren Rezepten 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:

```
GET https://unsloth.ai/docs/de/integrationen.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.
