> ## Documentation Index
> Fetch the complete documentation index at: https://factory-docs-model-update-cl-824.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Groq

> GroqのLPU™ Inference Engineによる超高速推論

Groq の LPU™（Language Processing Unit）推論エンジンによって駆動される超高速推論により、様々なオープンソースモデルにアクセスできます。

## 設定

`~/.factory/settings.json` に追加してください：

```json theme={null}
{
  "customModels": [
    {
      "model": "moonshotai/kimi-k2-instruct-0905",
      "displayName": "Kimi K2 [Groq]",
      "baseUrl": "https://api.groq.com/openai/v1",
      "apiKey": "YOUR_GROQ_KEY",
      "provider": "generic-chat-completion-api",
      "maxOutputTokens": 16384
    }
  ]
}
```

## はじめに

1. [groq.com](https://groq.com) でサインアップしてください
2. [console.groq.com](https://console.groq.com) から API キーを取得してください
3. [Groq documentation](https://console.groq.com/docs/overview.md) で利用可能なモデルを確認してください
4. 必要なモデルを設定に追加してください

## 注意事項

* ベース URL 形式：`https://api.groq.com/openai/v1`
* Groq は `generic-chat-completion-api` プロバイダータイプを使用します
* LPU アーキテクチャにより極めて高速な推論速度で知られています
* 対応モデルでストリーミングレスポンスをサポートしています
