> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/de/integrations/llms-and-databases/together-ai-integration.md).

# Together AI-Integration

## **Integration von Together AI mit der SkyDeck AI-Plattform**

Together AI hostet eine breite Palette von Open-Source-Sprachmodellen in großer Größe auf ihrer Plattform. Die Integration mit SkyDeck AI verschafft Ihnen Zugang zu allen Chat-Modellen von Together AI.

### **Erstellen eines Together AI API-Schlüssels**

Um die Together AI API zu nutzen, müssen Sie einen API-Schlüssel erstellen, indem Sie diesen 3 einfachen Schritten folgen:

1. Erstellen Sie ein kostenloses Konto auf der Together AI-Website, indem Sie sich hier anmelden: <https://api.together.xyz/> .
2. Nachdem Sie sich angemeldet haben, besuchen Sie Ihre API-Schlüsselseite hier: <https://api.together.xyz/settings/api-keys>. Sie sollten Ihren API-Schlüssel finden.
3. Sobald Sie Ihren API-Schlüssel haben, können Sie Together AI's LLM in der SkyDeck AI-Plattform verwenden.

## **Hinzufügen des API-Schlüssels zum SkyDeck AI Control Center**

API-Schlüssel werden zum Control Center Integrationsbildschirm hinzugefügt

1. Melden Sie sich an oder erstellen Sie hier ein SkyDeck AI Admin-Konto: <https://admin.skydeck.ai/>
2. Nachdem Sie sich angemeldet haben, besuchen Sie Ihre Integrationsseite hier [https://admin.skydeck.ai/integrations/ ↗](https://admin.skydeck.ai/integrations/)', oder klicken Sie im Menü auf "Integrationen".
3. Klicken Sie auf die Schaltfläche "+Integrationen hinzufügen", wählen Sie Together AI als Integrationsservice aus und geben Sie Ihren API-Schlüssel in das Credential-Feld ein.

Das ist es! Sie können nun die leistungsstarken SkyDeck AI-Tools verwenden und direkt auf die Together AI-Modelle zugreifen.

HINWEIS: Sie werden basierend auf Ihrer monatlichen Nutzung der Together AI API berechnet. Die Kostenstruktur basiert auf der Anzahl der verwendeten Tokens. Weitere Informationen zu ihrer Preispolitik finden Sie unter <https://api.together.xyz/playground>


---

# 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:

```
GET https://docs.skydeck.ai/de/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.
