> 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/websearch.md)。

{% hint style="info" %}

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

***

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

設定や使用の過程で疑問、Bug、機能改善の提案がある場合は、 [フィードバックと提案](/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.
