# Together AI 集成

## **Together AI与SkyDeck AI平台的集成**

Together AI在其平台上托管了各种开源大语言模型。与SkyDeck AI集成将使您能够访问Together AI的所有聊天模型。

### **生成Together AI API密钥**

\
要使用Together AI API，您需要按照以下三个简单步骤生成API密钥：

1. 在Together AI网站上创建一个免费账户，在这里注册：<https://api.together.xyz/>。
2. 注册后，访问您的API密钥页面，这里：<https://api.together.xyz/settings/api-keys>。你应该能找到你的API密钥。
3. 一旦你有了你的API密钥，你就可以在SkyDeck AI平台上使用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/zh-cn/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.
