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

# Intégrations

- [Exécutez des agents de codage avec des LLM locaux à l'aide d'Unsloth Start](https://unsloth.ai/docs/fr/integrations/unsloth-start.md)
- [Connecter des fournisseurs d'API et des serveurs de modèles à Unsloth](https://unsloth.ai/docs/fr/integrations/connections.md)
- [Connecter OpenAI à Unsloth : exécuter des modèles GPT dans un chat local](https://unsloth.ai/docs/fr/integrations/connections/openai.md)
- [Connecter Anthropic à Unsloth : exécuter des modèles Claude dans un chat local](https://unsloth.ai/docs/fr/integrations/connections/anthropic-claude.md)
- [Connecter llama.cpp à Unsloth : exécuter des GGUF avec llama-server](https://unsloth.ai/docs/fr/integrations/connections/connecter-llama.cpp-a-unsloth-executer-des-gguf-avec-llama-server.md)
- [Connecter vLLM à Unsloth pour l'inférence de chat local](https://unsloth.ai/docs/fr/integrations/connections/vllm.md)
- [Comment connecter Ollama à Unsloth](https://unsloth.ai/docs/fr/integrations/connections/ollama.md)
- [Comment connecter OpenRouter à Unsloth : configuration de la clé API et du modèle](https://unsloth.ai/docs/fr/integrations/connections/openrouter.md)
- [Comment exécuter des modèles d'IA locaux avec Hermes Agent](https://unsloth.ai/docs/fr/integrations/hermes-agent.md): Guide pour utiliser localement des LLM ouverts avec Hermes Agent.
- [Comment exécuter des modèles d'IA locaux avec OpenClaw](https://unsloth.ai/docs/fr/integrations/openclaw.md): Guide pour exécuter des LLM locaux avec OpenClaw.
- [Comment exécuter des modèles d'IA locaux avec OpenCode](https://unsloth.ai/docs/fr/integrations/opencode.md): Guide pour connecter des LLM ouverts avec OpenCode sur votre appareil local.
- [Connecter le SDK Python à Unsloth](https://unsloth.ai/docs/fr/integrations/connecter-le-sdk-python-a-unsloth.md): Guide pour appeler l'API locale d'Unsloth depuis Python à l'aide des SDK officiels OpenAI ou Anthropic, y compris le streaming, la vision, l'appel de fonctions et les outils serveur intégrés d'Unsloth.
- [Connecter Curl et HTTP à Unsloth](https://unsloth.ai/docs/fr/integrations/connecter-curl-et-http-a-unsloth.md): Guide pour interroger l'API d'Unsloth avec curl (ou tout client HTTP), avec des recettes prêtes à copier-coller pour chaque point de terminaison et fonctionnalité.


---

# 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/fr/integrations.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.
