> 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/pt/integrations/llms-and-databases/together-ai-integration.md).

# Integração com Together AI

## **Integração do Together AI com a plataforma SkyDeck AI**

O Together AI hospeda uma ampla gama de modelos de linguagem de código aberto em sua plataforma. Integrar com o SkyDeck AI dará a você acesso a todos os modelos de chat do Together AI.

### **Gerando uma Chave API Together AI**

\
Para usar a API Together AI, você precisa gerar uma chave API seguindo estes 3 passos simples:

1. Crie uma conta gratuita no site Together AI se inscrevendo aqui: <https://api.together.xyz/>.
2. Uma vez que você se inscreveu, visite sua página de chave API aqui: <https://api.together.xyz/settings/api-keys>. Você deve encontrar sua chave API.
3. Uma vez que você tenha sua chave API, você pode usar o LLM da Together AI na Plataforma SkyDeck AI.

### **Adicionando a Chave API ao Centro de Controle SkyDeck AI**

As Chaves API são adicionadas à tela de Integrações do Centro de Controle

1. Faça login ou Crie uma conta de Administrador SkyDeck AI aqui: <https://admin.skydeck.ai/>
2. Uma vez que você está conectado, visite a sua página de integrações aqui <https://admin.skydeck.ai/integrations/>', ou clique em "Integrações" no menu.
3. Clique no botão "+Adicionar Integrações", selecione Together AI como o serviço de integração, e insira sua Chave API no campo de Credencial.

Pronto! Você agora pode usar as poderosas ferramentas SkyDeck AI e acessar diretamente os modelos Together AI.

NOTA: Você será cobrado com base no seu uso mensal da API Together AI. A estrutura de custos é baseada no número de tokens usados. Para mais detalhes sobre a política de preços deles, visite <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, and the optional `goal` query parameter:

```
GET https://docs.skydeck.ai/pt/integrations/llms-and-databases/together-ai-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
