# Together AI 統合

## **SkyDeck AIプラットフォームとのTogether AI統合**

Together AIはそのプラットフォーム上に幅広いオープンソースの大言語モデルをホストしています。SkyDeck AIとの統合により、Together AIのすべてのチャットモデルにアクセスできるようになります。

### **Together AI APIキーの生成**

Together AI APIを使用するには、以下の3つの簡単な手順に従ってAPIキーを生成する必要があります：

1. ここでサインアップしてTogether AIのウェブサイト上で無料アカウントを作成します: <https://api.together.xyz/>。
2. サインアップしたら、ここでAPIキーのページを訪れます: <https://api.together.xyz/settings/api-keys>。あなたのAPIキーが見つかるはずです。
3. APIキーを持ったら、SkyDeck AI PlatformでTogether AIのLLMを使用できます。

### **APIキーをSkyDeck AI コントロールセンターに追加**

APIキーは、コントロールセンター統合画面に追加されます

1. ここでSkyDeck AI管理アカウントにログインまたは作成します： <https://admin.skydeck.ai/>
2. サインインしたら、あなたの統合ページ [https://admin.skydeck.ai/integrations/ ↗](https://admin.skydeck.ai/integrations/)’に移動するか、メニューから「統合」をクリックします
3. 「+統合を追加」ボタンをクリックし、統合サービスとしてTogether AIを選択し、資格情報フィールドにあなたのAPIキーを入力します。

以上で完了です！これで強力なSkyDeck AIツールを使用し、直接Together AIモデルにアクセスできるようになります。

注意：Together AI APIを使用するたびに料金が発生します。費用構造は使用したトークンの数に基づいています。彼らの価格ポリシーの詳細については、<https://api.together.xyz/playground>をご覧ください。


---

# Agent Instructions: 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://docs.skydeck.ai/ja/integrations/llms-and-databases/together-ai-integration.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.
