llms.txt Content
# Together AI Docs
## Docs
- [Creating and Managing Your Account](https://docs.together.ai/docs/account-management.md): Sign up for Together AI, get your API key, and manage your account settings
- [Upload a LoRA Adapter](https://docs.together.ai/docs/adapter-upload.md): Bring Your Own Adapter: Upload your own LoRA adapter and run inference via a dedicated endpoint on Together AI
- [Agent Integrations](https://docs.together.ai/docs/agent-integrations.md): Using OSS agent frameworks with Together AI
- [Together AI Skills](https://docs.together.ai/docs/agent-skills.md): Give your AI coding agent deep knowledge of the Together AI platform with ready-made skills for inference, training, images, video, audio, and infrastructure.
- [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
- [How To Build An AI Search Engine (OSS Perplexity Clone)](https://docs.together.ai/docs/ai-search-engine.md): How to build an AI search engine inspired by Perplexity with Next.js and Together AI
- [How To Build An Interactive AI Tutor With Llama 3.1](https://docs.together.ai/docs/ai-tutor.md): Learn we built LlamaTutor from scratch – an open source AI tutor with 90k users.
- [API Keys & 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
- [Batch](https://docs.together.ai/docs/batch-inference.md): Process jobs asynchronously with the Batch API.
- [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
OpenAPI Spec (preview)
openapi: 3.1.0
info:
title: Together APIs
description: The Together REST API. Please 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.xyz/v1
security:
- bearerAuth: []
paths:
/deployments:
get: