llms.txt Content
# Together AI docs
> Documentation for the Together AI platform for inference and training.
## Docs
- [Manage your account](https://docs.together.ai/docs/account-management.md): Sign up for Together AI, get your API key, and manage your account settings
- [Agent integrations](https://docs.together.ai/docs/agent-integrations.md): Use OSS agent frameworks with Together AI.
- [Coding agent setup](https://docs.together.ai/docs/agent-skills.md): Make your AI coding agent Together-AI-aware with ready-made skills for code generation and an MCP server for live docs lookup.
- [Agno](https://docs.together.ai/docs/agno.md): Using Agno with Together AI
- [LLM evaluations](https://docs.together.ai/docs/ai-evaluations.md): Learn how to run LLM-as-a-Judge evaluations
- [AI evaluations UI](https://docs.together.ai/docs/ai-evaluations-ui.md): Guide to using the AI Evaluations UI for model assessment
- [Build an AI search engine](https://docs.together.ai/docs/ai-search-engine.md): Build an open source AI search engine inspired by Perplexity with Next.js and Together AI.
- [Build an interactive AI tutor with Llama 3.1](https://docs.together.ai/docs/ai-tutor.md): Build LlamaTutor from scratch, an open source AI tutor with 90k users.
- [Authentication](https://docs.together.ai/docs/api-keys-authentication.md): Create, manage, and authenticate with project-scoped API keys.
- [AutoGen(AG2)](https://docs.together.ai/docs/autogen.md): Using AutoGen(AG2) with Together AI
- [Credits](https://docs.together.ai/docs/billing-credits.md): Understanding credits and billing basics on Together AI.
- [Payment methods & invoices](https://docs.together.ai/docs/billing-payment-methods.md): Managing payment cards, ACH transfers, viewing invoices, and updating billing details.
- [Billing troubleshooting](https://docs.together.ai/docs/billing-troubleshooting.md): Resolving payment issues, understanding charges, and managing billing problems.
- [Usage limits & analytics](https://docs.together.ai/docs/bill
OpenAPI Spec (preview)
openapi: 3.1.0
info:
title: Together APIs
description: The Together REST API. See https://docs.together.ai for more details.
version: 2.0.0
termsOfService: https://www.together.ai/terms-of-service
contact:
name: Together Support
url: https://www.together.ai/contact
license:
name: MIT
url: https://github.com/togethercomputer/openapi/blob/main/LICENSE
servers:
- url: https://api.together.ai/v1
security:
- bearerAuth: []
paths:
/deployments:
get:
descript