> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/jp/pre-basic/providers/grok.md).

# Grok

Grok は xAI が提供する大規模モデルで、「よりくだけた口調 + X（Twitter）のリアルタイムデータへの接続」で知られています。

## API Keyを取得

* へ移動 [xAI Console](https://console.x.ai/) アカウント登録
* `APIキー` → `APIキーを作成`、コピーして `xai-...` キー

## Cherry Studioで設定

* 開く `設定 → モデルサービス`、見つけて **Grok** Providerを開いて詳細ページへ
* **API キー** 入力する `xai-...`
* **API アドレス** デフォルト `https://api.x.ai`、変更不要
* クリック **モデル一覧を取得**、追加 `grok-4`、`grok-4-fast` などのモデル

## 推奨の使い方

| モデル           | 適したシーン              |
| ------------- | ------------------- |
| `grok-4`      | 総合的に最強、複雑なタスクに最適    |
| `grok-4-fast` | 高スループット・低レイテンシーのシーン |
| `grok-3-mini` | 低コストの日常会話           |

## インターネット検索

一部の Grok モデルには標準でネット接続機能があり、モデル名の後に小さな地球アイコンが表示されます。会話ボックスで「ネット接続」をオンにしてそのまま使用できます。詳細は [ネット接続モード](/docs/jp/pre-basic/settings/websearch.md)を参照してください。

{% hint style="info" %}

* Grok は海外ネットワークからのアクセスが必要です。国内ユーザーはプロキシを設定してください
* xAI は無料枠を提供しています（月ごとに更新）。日常的な利用には十分です
  {% endhint %}

***

### ヘルプの取得とフィードバックの送信

設定や使用中に疑問、バグ、または機能改善の提案がある場合は、 [フィードバックと提案](/docs/jp/question-contact/suggestions.md) に記載の公式チャネルをご参照ください。


---

# 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://docs.cherryai.com.cn/docs/jp/pre-basic/providers/grok.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.
