# Together AI Integration

## **Together AI Integration with the SkyDeck AI Platform**

Together AI hosts a wide range of open source large language models on their platform. Integrating with SkyDeck AI will give you access to all the chat models of Together AI.

### **Generating a Together AI API Key**

\
To use the Together AI API, you need to generate an API key by following these 3 simple steps:

1. Create a free account on the Together AI website by signing up here: <https://api.together.xyz/>.
2. Once you've signed up, visit your API key page here: <https://api.together.xyz/settings/api-keys>. You should find your API key.
3. Once you have your API key, you can use Together AI's LLM in the SkyDeck AI Platform.

### **Adding the API Key to the SkyDeck AI Control Center**

API Keys are added to the Control Center Integrations Screen

1. Login to or Create a SkyDeck AI Admin account here: <https://admin.skydeck.ai/>
2. Once you are signed in, visit the your integrations page here [https://admin.skydeck.ai/integrations/ ↗](https://admin.skydeck.ai/integrations/)’, or click on the “Integrations” in the menu
3. Click on “+Add Integrations” button, select Together AI as the integration service, and enter your API Key in the Credential field.

That’s it! You can now use the powerful SkyDeck AI tools and directly access the Together AI models.

NOTE: You will be charged based on your monthly usage of the Together AI API. The cost structure is based on the number of tokens used. For more details on their pricing policy, visit <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/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.
