> 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/jp/tong-he.md).

# 統合

- [OpenCodeでローカルAIモデルを実行する方法](https://unsloth.ai/docs/jp/tong-he/opencode.md): ローカルデバイスでOpenCodeとオープンLLMを接続するためのガイド。
- [OpenClawでローカルAIモデルを実行する方法](https://unsloth.ai/docs/jp/tong-he/openclaw.md): OpenClawを使ってローカルLLMを実行するためのガイド。
- [Hermes AgentでローカルAIモデルを実行する方法](https://unsloth.ai/docs/jp/tong-he/hermes-agent.md): Hermes AgentでオープンLLMをローカルで使うためのガイド。
- [Python SDKをUnslothに接続](https://unsloth.ai/docs/jp/tong-he/python-sdkwounslothni.md): ストリーミング、ビジョン、関数呼び出し、Unslothのサーバーサイド組み込みツールを含む、公式OpenAIまたはAnthropic SDKを使ってPythonからUnslothのローカルAPIを呼び出すためのガイド。
- [CurlとHTTPをUnslothに接続](https://unsloth.ai/docs/jp/tong-he/curltohttpwounslothni.md): curl（または任意のHTTPクライアント）でUnslothのAPIにアクセスするためのガイド。すべてのエンドポイントと機能について、コピペ可能なレシピ付きです。


---

# 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/jp/tong-he.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.
