# Integración de Together AI

## **Integración de Together AI con la Plataforma SkyDeck AI**

Together AI aloja una amplia gama de modelos de lenguaje de gran tamaño de código abierto en su plataforma. La integración con SkyDeck AI te dará acceso a todos los modelos de chat de Together AI.

### **Generando una clave API de Together AI**

\
Para usar la API de Together AI, necesitas generar una clave API siguiendo estos 3 sencillos pasos:

1. Crea una cuenta gratuita en el sitio web de Together AI registrándote aquí: <https://api.together.xyz/>.
2. Una vez que te hayas registrado, visita tu página de claves API aquí: <https://api.together.xyz/settings/api-keys>. Deberías encontrar tu clave API.
3. Una vez que tengas tu clave API, puedes usar LLM de Together AI en la Plataforma AI de SkyDeck.

### **Añadiendo la clave de la API al Centro de Control de SkyDeck AI**

Las llaves API se añaden a la pantalla de integraciones del Centro de Control

1. Inicie sesión o cree una cuenta de administrador de SkyDeck AI aquí: <https://admin.skydeck.ai/>
2. Una vez que haya iniciado sesión, visite su página de integraciones aquí [https://admin.skydeck.ai/integrations/ ↗](https://admin.skydeck.ai/integrations/)’, o haga clic en “Integraciones” en el menú
3. Haga clic en el botón “+Añadir Integraciones”, seleccione Together AI como el servicio de integración, e introduzca su Clave API en el campo Credencial.

¡Eso es todo! Ahora puede utilizar las potentes herramientas de SkyDeck AI y acceder directamente a los modelos de Together AI.

NOTA: Se le cobrará en base a su uso mensual de la API de Together AI. La estructura de costos se basa en el número de tokens utilizados. Para más detalles sobre su política de precios, visite <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/es/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.
