yaml
---
layout: home
hero:
name: "Ollama"
text: "大規模言語モデルをすぐに使い始める"
tagline: Llama、DeepSeek、Qwen、Mistral、Gemmaなどのモデルをローカルまたはクラウドで実行できます。
actions:
- theme: brand
text: はじめる
link: ./quickstart
- theme: alt
text: ダウンロード
link: https://ollama.com/download
- theme: alt
text: ホーム
link: /
---
features:
- title: ローカルで実行
details: Llama、DeepSeek、Qwen、Mistral、Gemmaなどのモデルを自分のマシン上で実行できます。
- title: クラウドモデル
details: ダウンロードせずにOllamaのクラウドで大規模なモデルを実行できます。
- title: 簡単な統合
details: REST API、OpenAI互換API、PythonおよびJavaScriptライブラリ。
---
# ドキュメント
### はじめる
* [クイックスタート](./quickstart.md)
* [例](./examples.md)
* [モデルのインポート](./import.md)
* [MacOSドキュメント](./macos.md)
* [Linuxドキュメント](./linux.md)
* [Windowsドキュメント](./windows.md)
* [Dockerドキュメント](./docker.md)
### リファレンス
* [APIリファレンス](./api.md)
* [Modelfileリファレンス](./modelfile.md)
* [OpenAI互換性](./api/openai-compatibility.md)
* [Anthropic互換性](./api/anthropic-compatibility.md)
### リソース
* [トラブルシューティングガイド](./troubleshooting.md)
* [FAQ](/docs/ollama/faq#faq)
* [開発ガイド](./development.md)