llm-catalog-archive

Change

6ca534b

6ca534bc3e6e00976a5763c92b44ccda005b7ceb · commit on GitHub

together-llms-txt: changed (61720 bytes, HTTP 200)

raw/together-llms-txt/response.txt added

Lines added
+368
Lines removed
-0
Stored bytes at this commit
61,720
Timestamp
origin
Raw artifact at this commit
raw/together-llms-txt/response.txt
Recorded headers
observed_at2026-08-26T20:25:37.404Z
origin_date2026-08-26T18:58:09.000Z
status200
final URLhttps://docs.together.ai/llms.txt
etag"8q6Y96hQeTSjQ2cnYS90yr_kgOqu7RiL2NRxyZDpByY"
last-modifiednull
dateWed, 26 Aug 2026 20:25:37 GMT
age5248
cache-controlpublic
cf-cache-statusDYNAMIC
content-encodingbr
content-lengthnull
@@@ -0,0 +1,368 @@
+# Together AI docs
+
+> Documentation for the Together AI platform for inference and training.
+
+- [Overview](https://docs.together.ai/intro.md): Run, train, and serve open-source AI models on Together AI.
+- [Quickstart](https://docs.together.ai/docs/quickstart.md): Make your first request to Together AI in a few minutes.
+- [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.
+- [Recommended models](https://docs.together.ai/docs/inference/recommended-models.md): Our picks for common inference use cases.
+- [Overview](https://docs.together.ai/docs/serverless/overview.md): Call 100+ open-source models with per-token pricing and no provisioning latency.
+- [Available models](https://docs.together.ai/docs/serverless/models.md): Browse the catalog of available models for instant inference.
+- [Rate limits](https://docs.together.ai/docs/serverless/rate-limits.md): Together AI applies dynamic per-model rate limits that scale with your sustained traffic on serverless inference.
+- [Provisioned throughput](https://docs.together.ai/docs/inference/provisioned-throughput.md): Reserved inference capacity for production workloads.
+- [Overview](https://docs.together.ai/docs/inference/overview.md): Run inference on 100+ open-source models.
+- [OpenAI compatibility](https://docs.together.ai/docs/inference/openai-compatibility.md): Point your OpenAI Python or TypeScript client at Together AI to call open-source models without rewriting your app.
+- [Third-party integrations](https://docs.together.ai/docs/inference/sdk-integrations.md): Use Together AI models through partner SDKs and integrations.
+- [Send chat completions](https://docs.together.ai/docs/inference/chat/overview.md): Query chat models with single prompts, multi-turn conversations, and system prompts.
+- [Parameters](https://docs.together.ai/docs/inference/chat/parameters.md): The full list of parameters you can pass to the chat completions endpoint.
+- [Structured outputs](https://docs.together.ai/docs/inference/chat/structured-outputs.md): Use JSON mode to get structured outputs from supported chat models.
+- [Reasoning](https://docs.together.ai/docs/inference/chat/reasoning.md): Use reasoning models that think step-by-step before answering.
+- [Log probabilities](https://docs.together.ai/docs/inference/chat/logprobs.md): Return per-token log probabilities to measure model confidence and route low-confidence outputs to a stronger model.
+- [Function calling patterns](https://docs.together.ai/docs/inference/function-calling/overview.md): Function calling lets LLMs respond with structured function names and arguments your application can execute.
+- [Call functions](https://docs.together.ai/docs/inference/function-calling/single-call.md): One tool call per response, covering simple and multiple-tool patterns.
+- [Call functions in parallel](https://docs.together.ai/docs/inference/function-calling/parallel.md): Multiple tool calls in one response, covering parallel calls to the same tool and to different tools.
+- [Agentic function calling patterns](https://docs.together.ai/docs/inference/function-calling/agentic.md): Tool use across multiple steps or conversation turns, covering multi-step and multi-turn agent loops.
+- [Function calling best practices](https://docs.together.ai/docs/inference/function-calling/best-practices.md): Design tools, write descriptions, and control tool selection so Together models call functions reliably.
+- [Text-to-image generation](https://docs.together.ai/docs/inference/images/overview.md): Generate images from text prompts.
+- [Image-to-image generation](https://docs.together.ai/docs/inference/images/reference-images.md): Edit or transform an existing image by passing image_url (Kontext) or reference_images (FLUX.2 and Google models).
+- [Image generation parameters](https://docs.together.ai/docs/inference/images/parameters.md): Parameter reference for the images API: dimensions, quality control, base64 responses, safety checker, and troubleshooting.
+- [Generate videos](https://docs.together.ai/docs/inference/videos/overview.md): Generate videos from text and image prompts.
+- [Reference images and keyframes](https://docs.together.ai/docs/inference/videos/reference-and-keyframes.md): Guide visual style with reference images and control specific frames in your video.
+- [Audio input for videos](https://docs.together.ai/docs/inference/videos/audio-input.md): Drive video generation with an audio file for lip sync, beat-matched motion, or narration.
+- [Video generation parameters](https://docs.together.ai/docs/inference/videos/parameters.md): Reference for video generation parameters, including guidance scale and quality control.
+- [Use image inputs](https://docs.together.ai/docs/inference/vision/overview.md): Run vision-language models on Together: pass images alongside text and get structured replies, transcripts, comparisons, or extracted data.
+- [Vision input modes](https://docs.together.ai/docs/inference/vision/inputs.md): Send local images, video URLs, or multiple images to a vision model in a single request.
+- [Structured extraction with vision](https://docs.together.ai/docs/inference/vision/structured-extraction.md): Combine image input with a JSON schema to extract typed data from screenshots, documents, and photos.
+- [Vision-language function calling](https://docs.together.ai/docs/inference/vision/function-calling.md): Combine image understanding with tool use on Together AI vision-language models.
+- [Transcribe audio](https://docs.together.ai/docs/inference/transcription/overview.md): Transcribe and translate audio into text.
+- [Streaming transcription](https://docs.together.ai/docs/inference/transcription/streaming.md): Use the real-time WebSocket API for low-latency, incremental speech-to-text.
+- [Audio translation](https://docs.together.ai/docs/inference/transcription/translation.md): Translate speech in any language into English text.
+- [Voice activity detection](https://docs.together.ai/docs/inference/transcription/voice-activity-detection.md): Configure voice activity detection to control how speech segments are detected in real-time transcription.
+- [Advanced transcription options](https://docs.together.ai/docs/inference/transcription/features.md): Speaker diarization, word-level timestamps, response formats, async support, and best practices.
+- [Generate speech](https://docs.together.ai/docs/inference/text-to-speech/overview.md): Generate speech audio from text with Together AI text-to-speech models.
+- [Text-to-speech streaming](https://docs.together.ai/docs/inference/text-to-speech/streaming.md): Stream audio over HTTP for low time-to-first-byte and access raw PCM bytes.
+- [WebSocket API](https://docs.together.ai/docs/inference/text-to-speech/websocket.md): Stream text in and audio out over a single WebSocket connection for the lowest interactive latency.
+- [Generate embeddings](https://docs.together.ai/docs/inference/embeddings/embeddings.md): Turn text into vector embeddings for search, classification, recommendations, and RAG.
+- [Rerank](https://docs.together.ai/docs/inference/embeddings/rerank.md): Reorder retrieved documents by relevance to a query for sharper search and RAG results.
+- [Retrieval-augmented generation](https://docs.together.ai/docs/inference/embeddings/rag.md): Build a retrieval-augmented generation pipeline with Together embeddings, rerank, and chat completions.
+- [Evaluations](https://docs.together.ai/docs/ai-evaluations.md): Use LLMs to classify, score, and compare model outputs on Together AI.
+- [Run an evaluation](https://docs.together.ai/docs/run-an-evaluation.md): Prepare a dataset, launch an evaluation job, and download results with the Together CLI or API.
+- [Parameters and result formats](https://docs.together.ai/docs/evaluations-reference.md): Parameters, result formats, and template syntax for the evaluations API.
+- [Supported models](https://docs.together.ai/docs/evaluations-supported-models.md): Serverless models and external provider shortcuts supported by the evaluations API.
+- [Overview](https://docs.together.ai/docs/inference/batch/overview.md): Run asynchronous batch workloads at up to 50% lower cost.
+- [Run a batch job](https://docs.together.ai/docs/inference/batch/tutorial.md): Prepare a JSONL file, upload it, start a batch job, poll until it finishes, and retrieve results.
+- [Manage batch jobs](https://docs.together.ai/docs/inference/batch/manage.md): Status, results, errors, and operational reference for the Together Batch API.
+- [Overview](https://docs.together.ai/docs/dedicated-endpoints/overview.md): Deploy a model for inference on dedicated GPUs.
+- [Quickstart](https://docs.together.ai/docs/dedicated-endpoints/quickstart.md): Deploy a model on dedicated hardware in a few minutes.
+- [Concepts](https://docs.together.ai/docs/dedicated-endpoints/concepts.md): Understand the resource model and development workflow for dedicated model inference.
+- [Pricing](https://docs.together.ai/docs/dedicated-endpoints/pricing.md): Billing and pricing details for dedicated model inference.
+- [Supported models](https://docs.together.ai/docs/dedicated-endpoints/models.md): View the supported models you can deploy or fine-tune for dedicated model inference.
+- [Upload a fine-tuned model](https://docs.together.ai/docs/dedicated-endpoints/custom-models.md): Serve a fine-tuned model uploaded from your machine, Hugging Face, or S3.
+- [Choose a deployment profile](https://docs.together.ai/docs/dedicated-endpoints/configs.md): Pick the hardware deployment profile that your model runs on.
+- [Manage endpoints and deployments](https://docs.together.ai/docs/dedicated-endpoints/manage.md): Create, update, and delete resources for dedicated model inference.
+- [Configure autoscaling](https://docs.together.ai/docs/dedicated-endpoints/scaling.md): Autoscale a deployment between replica bounds, pick the right scaling metric, and understand the cost tradeoff.
+- [Migrate from v1](https://docs.together.ai/docs/dedicated-endpoints/migrate-from-v1.md): Move a dedicated endpoint from the v1 API to the v2 dedicated model inference resource model.
+- [Overview](https://docs.together.ai/docs/dedicated-endpoints/route-traffic.md): Learn how to route traffic to a deployment, and explore advanced strategies to change how traffic moves over time.
+- [Split traffic across deployments](https://docs.together.ai/docs/dedicated-endpoints/split-traffic.md): Run multiple deployments on one endpoint and split requests between them by weight.
+- [Run an A/B test](https://docs.together.ai/docs/dedicated-endpoints/ab-tests.md): Compare a candidate deployment against a baseline on live traffic.
+- [Run a shadow experiment](https://docs.together.ai/docs/dedicated-endpoints/shadow-experiments.md): Mirror a sampled fraction of endpoint traffic to a target deployment without affecting the client response.
+- [Send requests](https://docs.together.ai/docs/dedicated-endpoints/requests.md): After deploying a model, send requests using the shared inference API.
+- [Monitor endpoints and deployments](https://docs.together.ai/docs/dedicated-endpoints/monitoring.md): Monitor endpoint and deployment metrics with built-in dashboards and a Prometheus-compatible metrics endpoint.
+- [Overview](https://docs.together.ai/docs/dedicated-container-inference.md): Deploy custom containers on Together's managed GPU infrastructure with automatic scaling, job queues, and built-in observability.
+- [Quickstart](https://docs.together.ai/docs/containers-quickstart.md): Deploy your first container in 20 minutes.
+- [Architecture](https://docs.together.ai/docs/together-deployments.md): Architecture, deployment lifecycle, and core concepts for dedicated container inference.
+- [Jig CLI](https://docs.together.ai/docs/deployments-jig.md): Build, push, and deploy containers to Together's managed GPU infrastructure.
+- [Sprocket SDK](https://docs.together.ai/docs/deployments-sprocket.md): A Python SDK for building inference workers that support both synchronous and asynchronous requests via Together's platform.
+- [Queue API](https://docs.together.ai/docs/deployments-queue.md): Submit, monitor, and manage asynchronous jobs for your Dedicated Container deployments.
+- [Sprocket SDK reference](https://docs.together.ai/reference/dci-reference-sprocket.md): API reference for Sprocket classes, functions, and configuration.
+- [Overview](https://docs.together.ai/docs/gpu-clusters-overview.md): High-performance GPU clusters for training, fine-tuning, and large-scale AI workloads
+- [Quickstart](https://docs.together.ai/docs/gpu-clusters-quickstart.md): Get started with GPU Clusters in minutes.
+- [Cluster management](https://docs.together.ai/docs/gpu-clusters-management.md): Manage, scale, and operate your GPU clusters
+- [Health checks](https://docs.together.ai/docs/health-checks.md): Monitor GPU node health with active diagnostic tests and continuous passive monitoring.
+- [Node repair](https://docs.together.ai/docs/node-repair.md): Restore unhealthy GPU nodes through automated recommendations or manual repair actions.
+- [Cluster storage](https://docs.together.ai/docs/cluster-storage.md): Understand storage types, persistence, and best practices for GPU clusters
+- [Billing & pricing](https://docs.together.ai/docs/gpu-clusters-billing.md): Understand billing, pricing, and lifecycle policies for GPU Clusters
+- [Set up OIDC authentication](https://docs.together.ai/docs/cluster-oidc.md): Authenticate team members to a GPU cluster's Kubernetes API using your organization's identity provider.
+- [Slurm management system](https://docs.together.ai/docs/slurm.md)
+- [Slurm configuration](https://docs.together.ai/docs/slurm-configuration.md): Customize Slurm cluster settings to match your workload requirements
+- [Slurm startup scripts](https://docs.together.ai/docs/slurm-startup-scripts.md): Configure lifecycle hook scripts that run automatically at node startup, job start, and job completion.
+- [Run nanochat on instant clusters](https://docs.together.ai/docs/nanochat-on-instant-clusters.md): Train Andrej Karpathy's end-to-end ChatGPT clone on Together's on-demand GPU clusters.
+- [Gang-schedule GPU jobs with Volcano](https://docs.together.ai/docs/volcano-on-gpu-clusters.md): Install the Volcano scheduler and run gang-scheduled GPU jobs on a Together Kubernetes cluster.
+- [Queue GPU jobs with Kueue](https://docs.together.ai/docs/kueue-on-gpu-clusters.md): Install Kueue and gate GPU jobs on quota so a shared cluster admits work as capacity frees up.
+- [API & integrations](https://docs.together.ai/docs/gpu-clusters-api.md): Manage clusters programmatically with the Together CLI, REST API, and SkyPilot
+- [Overview](https://docs.together.ai/docs/fine-tuning/overview.md): Adapt a base model to a task by training it on your data.
+- [Fine-tuning quickstart](https://docs.together.ai/docs/fine-tuning/quickstart.md): Prepare a conversational dataset, launch a LoRA job on Qwen3.5 9B, and evaluate the fine-tuned model.
+- [Pricing](https://docs.together.ai/docs/fine-tuning/pricing.md): Fine-tuning is billed per token processed, scaled by model size, training method, and training type.
+- [Data preparation](https://docs.together.ai/docs/fine-tuning/data-preparation.md): Format your training file as JSONL or Parquet to match your task, then validate and upload.
+- [Supported models](https://docs.together.ai/docs/fine-tuning/supported-models.md): Every base model available for fine-tuning, with context length and batch size limits.
+- [Bring your own model](https://docs.together.ai/docs/fine-tuning/byom.md): Fine-tune a Hugging Face model that isn't in the Together catalog.
+- [Supervised fine-tuning](https://docs.together.ai/docs/fine-tuning/supervised.md): Train a model on demonstration data with supervised fine-tuning (SFT).
+- [Preference fine-tuning](https://docs.together.ai/docs/fine-tuning/preference-tuning.md): Align a model with paired preferred and dispreferred responses using DPO.
+- [LoRA vs. full fine-tuning](https://docs.together.ai/docs/fine-tuning/lora-vs-full.md): Choose between LoRA and full fine-tuning, then tune LoRA's rank and target modules.
+- [Vision fine-tuning](https://docs.together.ai/docs/fine-tuning/vision.md): Fine-tune vision-language models on image and text data with Together AI.
+- [Function-calling fine-tuning](https://docs.together.ai/docs/fine-tuning/function-calling.md): Train a model to invoke tools and structured functions reliably.
+- [Reasoning fine-tuning](https://docs.together.ai/docs/fine-tuning/reasoning.md): Train a reasoning model on chain-of-thought data.
+- [Monitor a fine-tuning job](https://docs.together.ai/docs/fine-tuning/monitoring.md): Poll job status, retrieve per-step loss and evaluation metrics, and stream training progress to Weights & Biases.
+- [Early stopping](https://docs.together.ai/docs/fine-tuning/early-stopping.md): Halt a fine-tuning job when validation loss stops improving.
+- [Troubleshooting fine-tuning jobs](https://docs.together.ai/docs/fine-tuning/troubleshooting.md): Diagnose failed or cancelled fine-tuning jobs, understand job timing, and resolve common errors.
+- [Deploy a fine-tuned model](https://docs.together.ai/docs/fine-tuning/deployment.md): Serve your fine-tuned model on a dedicated endpoint or download it for local inference.
+- [Code interpreter](https://docs.together.ai/docs/together-code-interpreter.md): Execute LLM-generated code seamlessly with a simple API call.
+- [Code sandbox](https://docs.together.ai/docs/together-code-sandbox.md): Level-up generative code tooling with fast, secure code sandboxes at scale
+- [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
+- [Authentication](https://docs.together.ai/docs/api-keys-authentication.md): Create, manage, and authenticate with project-scoped API keys.
+- [IAM model](https://docs.together.ai/docs/identity-access-management.md): How users, credentials, and resources are organized across the Together platform
+- [Organizations](https://docs.together.ai/docs/organizations.md): Create and manage your Together organization, invite members, and configure billing
+- [Projects](https://docs.together.ai/docs/projects.md): Create isolated workspaces to organize resources, manage team access, and scope API keys.
+- [Roles & permissions (RBAC)](https://docs.together.ai/docs/roles-permissions.md): Understand organization and project role-based access control (RBAC), including the admin, developer, and editor roles, and what each can do across Together
+- [Single sign-on (SSO)](https://docs.together.ai/docs/sso.md): Connect your Identity Provider for secure, automated team access to Together
+- [Privacy and security](https://docs.together.ai/docs/privacy-and-security.md): How Together handles your inputs, outputs, and account data, plus enterprise options for data residency and private networking.
+- [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.
+- [Usage limits & analytics](https://docs.together.ai/docs/billing-usage-limits.md): Understanding rate limits, model access, and cost analytics on Together AI.
+- [Billing troubleshooting](https://docs.together.ai/docs/billing-troubleshooting.md): Resolving payment issues, understanding charges, and managing billing problems.
+- [Support](https://docs.together.ai/docs/support.md): Search the support portal, file a ticket, or reach the Together AI team by email, Slack, or Discord.
+- [Overview](https://docs.together.ai/docs/dedicated-endpoints/v1/overview.md): Reserved-hardware inference endpoints with predictable performance, no shared rate limits, and per-endpoint configuration.
+- [Quickstart](https://docs.together.ai/docs/dedicated-endpoints/v1/quickstart.md): Pick a model, deploy a dedicated endpoint with one CLI command, and send your first request in under 5 minutes.
+- [Available models](https://docs.together.ai/docs/dedicated-endpoints/v1/models.md): View the models you can deploy to dedicated endpoints.
+- [Manage dedicated endpoints](https://docs.together.ai/docs/dedicated-endpoints/v1/manage.md): Create, start, stop, restart, list, update, and delete dedicated endpoints via the web UI or the Together API.
+- [Endpoint settings](https://docs.together.ai/docs/dedicated-endpoints/v1/settings.md): Configure replica count, hardware, decoding optimizations, and prompt caching on a dedicated endpoint.
+- [Scaling](https://docs.together.ai/docs/dedicated-endpoints/v1/scaling.md): How dedicated endpoints scale, how that affects cost, and when to choose vertical vs. horizontal scaling.
+- [Upload a model](https://docs.together.ai/docs/dedicated-endpoints/v1/custom-models.md): Upload a custom or fine-tuned model from Hugging Face or S3 and serve it on a dedicated endpoint.
+- [Upload a LoRA adapter](https://docs.together.ai/docs/dedicated-endpoints/v1/adapter.md): Upload a custom LoRA adapter from Hugging Face or S3 and serve it on a dedicated endpoint.
+- [Serve multiple LoRA adapters on one endpoint](https://docs.together.ai/docs/dedicated-endpoints/v1/lora-adapter.md): Attach, list, and remove LoRA adapters on a running dedicated endpoint to serve several adapters from one deployment.
+- [Overview](https://docs.together.ai/docs/guides.md): Quickstarts and step-by-step guides for building with Together AI.
+- [Kimi K3 quickstart](https://docs.together.ai/docs/kimi-k3-quickstart.md): Call Kimi K3 on Together for long-horizon coding, vision-in-the-loop work, and deep reasoning.
+- [GLM-5.2 quickstart](https://docs.together.ai/docs/glm-5.2-quickstart.md): Get the most out of GLM-5.2 for long-horizon coding and agentic tasks.
+- [DeepSeek V4 Pro quickstart](https://docs.together.ai/docs/deepseek-v4-quickstart.md): Call DeepSeek V4 Pro on Together for hybrid reasoning, long-context, and tool-using workloads.
+- [Kimi K2.6 quickstart](https://docs.together.ai/docs/kimi-k2.6-quickstart.md): Get the most out of Moonshot AI's Kimi K2.6 multimodal model for vision, reasoning, and agentic tool use.
+- [GPT-OSS quickstart](https://docs.together.ai/docs/gpt-oss.md): Get started with OpenAI's GPT-OSS, open-source reasoning model duo.
+- [FLUX.2 quickstart](https://docs.together.ai/docs/quickstart-flux.md): Learn how to use FLUX.2, the next generation image model with advanced prompting capabilities
+- [FLUX Kontext quickstart](https://docs.together.ai/docs/quickstart-flux-kontext.md): Learn how to use Flux's new in-context image generation models
+- [Wan 2.7 quickstart](https://docs.together.ai/docs/wan2.7-quickstart.md): Generate videos from text, images, and reference materials with the Wan 2.7 model family.
+- [Seedance 2.5 quickstart](https://docs.together.ai/docs/seedance2.5-quickstart.md): Generate multi-shot videos with synchronized audio from text, image, video, and audio inputs.
+- [Build a phone voice agent with Together AI](https://docs.together.ai/docs/how-to-build-phone-voice-agent.md): Create a real-time phone voice agent from scratch with Twilio Media Streams, Together AI realtime STT, chat completions, realtime TTS, and local voice activity detection.
+- [Build a lovable clone with Kimi K2](https://docs.together.ai/docs/how-to-build-a-lovable-clone-with-kimi-k2.md): Learn how to build a full-stack Next.js app that can generate React apps with a single prompt.
+- [Build a CSV data analysis app with the code interpreter](https://docs.together.ai/docs/csv-data-analysis-with-code-interpreter.md): Build a full-stack Next.js app that answers questions about CSV data with AI-generated Python code.
+- [Build a resume-to-website app with structured outputs](https://docs.together.ai/docs/pdf-to-website-with-structured-outputs.md): Build an AI-powered site builder that turns PDF resumes into personal websites with structured outputs.
+- [Build an AI data analyst](https://docs.together.ai/docs/data-analyst-agent.md): Build an AI data analyst with code interpreter, E2B, and Together AI.
+- [Build a real-time image generator with Flux and Together AI](https://docs.together.ai/external-link-02.md)
+- [Build an open source NotebookLM](https://docs.together.ai/docs/open-notebooklm-pdf-to-podcast.md): Build an open source NotebookLM that turns a PDF into a podcast.
+- [Build an interactive AI tutor with Llama 3.1](https://docs.together.ai/docs/ai-tutor.md): Learn how to create LlamaTutor from scratch, an open source AI tutor with 90k users.
+- [Build an audio transcription app with Whisper](https://docs.together.ai/docs/how-to-build-real-time-audio-transcription-app.md): Learn how to build a real-time AI audio transcription app with Whisper, Next.js, and Together AI.
+- [Build a chat API on Render](https://docs.together.ai/docs/render-chat-api.md): Deploy an authenticated single-turn chat API backed by Together AI to a Render web service.
+- [Build a coding agent](https://docs.together.ai/docs/how-to-build-coding-agents.md): Build a simple code editing agent from scratch in 400 lines of code.
+- [Agent workflows](https://docs.together.ai/docs/workflows.md): Orchestrating together multiple language model calls to solve complex tasks.
+- [Sequential workflow](https://docs.together.ai/docs/sequential-agent-workflow.md): Coordinating a chain of LLM calls to solve a complex task.
+- [Parallel workflow](https://docs.together.ai/docs/parallel-workflows.md): Execute multiple LLM calls in parallel and aggregate afterwards.
+- [Conditional workflow](https://docs.together.ai/docs/conditional-workflows.md): Adapt to different tasks by conditionally navigating to various LLMs and tools.
+- [Iterative workflow](https://docs.together.ai/docs/iterative-workflow.md): Iteratively call LLMs to optimize task performance.
+- [Together mixture of agents (MoA)](https://docs.together.ai/docs/mixture-of-agents.md)
+- [Agent integrations](https://docs.together.ai/docs/agent-integrations.md): Use OSS agent frameworks with Together AI.
+- [CrewAI](https://docs.together.ai/docs/crewai.md): Using CrewAI with Together
+- [LangGraph](https://docs.together.ai/docs/langgraph.md): Using LangGraph with Together AI
+- [DSPy](https://docs.together.ai/docs/dspy.md): Using DSPy with Together AI
+- [PydanticAI](https://docs.together.ai/docs/pydanticai.md): Using PydanticAI with Together
+- [Agno](https://docs.together.ai/docs/agno.md): Using Agno with Together AI
+- [AutoGen(AG2)](https://docs.together.ai/docs/autogen.md): Using AutoGen(AG2) with Together AI
+- [Composio](https://docs.together.ai/docs/composio.md): Using Composio With Together AI
+- [Configure Claude Code, Codex, and ChatGPT with Together AI models](https://docs.together.ai/docs/how-to-use-togetherlink.md): Use TogetherLink to run Claude Code, Codex CLI, ChatGPT Desktop, Pi Code, and OpenCode with models hosted by Together AI.
+- [Configure Cline with Together AI models](https://docs.together.ai/docs/how-to-use-cline.md): Learn how to power Cline (an AI coding agent) with Together AI models.
+- [Configure OpenCode with Together AI models](https://docs.together.ai/docs/how-to-use-opencode.md): Learn how to power OpenCode (a powerful terminal-based AI coding agent) with Together AI models.
+- [Configure Qwen Code with Together AI models](https://docs.together.ai/docs/how-to-use-qwen-code.md): Learn how to power Qwen Code with Together AI models.
+- [Configure OpenClaw with Together AI models](https://docs.together.ai/docs/how-to-use-openclaw.md): Learn how to power OpenClaw (an autonomous agent) with Together AI models.
+- [Retrieval-augmented generation (RAG) quickstart](https://docs.together.ai/docs/quickstart-retrieval-augmented-generation-rag.md): Build a RAG workflow in under five minutes.
+- [Build a RAG workflow](https://docs.together.ai/docs/building-a-rag-workflow.md): Learn how to build a RAG workflow with Together AI embedding and chat endpoints!
+- [Implement contextual RAG from Anthropic](https://docs.together.ai/docs/how-to-implement-contextual-rag-from-anthropic.md): An open source line-by-line implementation of contextual RAG from Anthropic.
+- [Improve search with rerankers](https://docs.together.ai/docs/how-to-improve-search-with-rerankers.md): Improve semantic search quality with reranker models.
+- [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.
+- [Quickstart: How to do OCR](https://docs.together.ai/docs/quickstart-how-to-do-ocr.md): A step by step guide on how to do OCR with Together AI's vision models with structured outputs
+- [Python v2 SDK Migration Guide](https://docs.together.ai/docs/pythonv2-migration-guide.md): Migrate from Together Python v1 to v2 - the new Together AI Python SDK with improved type safety and modern architecture.
+- [Hugging Face Inference quickstart](https://docs.together.ai/docs/quickstart-using-hugging-face-inference.md): Use Together models with Hugging Face Inference.
+- [Vercel AI SDK quickstart](https://docs.together.ai/docs/using-together-with-vercels-ai-sdk.md): Use Together models with the Vercel AI SDK.
+- [Mastra quickstart](https://docs.together.ai/docs/using-together-with-mastra.md): Use Together models with Mastra.
+- [Quickstart: Next.js](https://docs.together.ai/docs/nextjs-chat-quickstart.md): Build an app that can ask a single question or chat with an LLM using Next.js and Together AI.
+- [Image generation with Flux2](https://docs.together.ai/docs/dedicated_containers_image.md): Deploy a Flux2 image generation model on Together's managed GPU infrastructure using dedicated containers.
+- [Video generation with Wan 2.1](https://docs.together.ai/docs/dedicated_containers_video.md): Deploy a multi-GPU video generation model on Together's managed GPU infrastructure using dedicated containers.
+- [Serve an OpenAI-compatible endpoint](https://docs.together.ai/docs/dedicated_containers_openai.md): Deploy a custom model behind an OpenAI-compatible endpoint using dedicated containers.
+- [Introduction](https://docs.together.ai/learn/index.md): Explore the fundamental concepts of the Together AI platform: Tokens, context windows, when to use serverless vs. dedicated inference, and how the stack works in practice.
+- [How LLMs work](https://docs.together.ai/learn/how-llms-work.md): How a large language model produces text from a prompt, one token at a time.
+- [Tokens & tokenization](https://docs.together.ai/learn/tokens-and-tokenization.md): How tokenization works, what the model reads, and why tokens drive cost and context usage.
+- [Context windows](https://docs.together.ai/learn/context-windows.md): The model's working memory. A hard limit on the way in, a soft constraint inside it.
+- [Inference parameters & sampling](https://docs.together.ai/learn/inference-parameters-and-sampling.md): Temperature, top-k, top-p, and the other knobs that shape how a model picks each next token.
+- [Context engineering](https://docs.together.ai/learn/prompt-engineering.md): How to structure context for chat, RAG, and coding agents.
+- [Inference metrics: TTFT & TPS](https://docs.together.ai/learn/ttft-and-tps.md): Two numbers that describe how fast an LLM feels.
+- [Function calling & tool use](https://docs.together.ai/learn/function-calling-and-tool-use.md): The model plans, your code runs the tool. How structured tool calls and agent loops actually work.
+- [Structured outputs & JSON mode](https://docs.together.ai/learn/structured-outputs.md): Force the model to produce schema-valid output.
+- [When to fine-tune vs. prompt](https://docs.together.ai/learn/finetune-vs-prompt.md): Prompting steers an existing model. Fine-tuning changes its weights. You should almost always try prompting first.
+- [Choosing a deployment option](https://docs.together.ai/learn/choosing-a-deployment-option.md): Deploy your model with serverless, dedicated endpoints, or dedicated containers.
+- [Quantization](https://docs.together.ai/learn/quantization.md): What quantization is, how lower precision speeds up inference, and the quality tradeoff.
+- [Together Cookbooks & Example Apps](https://docs.together.ai/examples.md): Explore our vast library of open-source cookbooks & example apps
+- [Create chat completion](https://docs.together.ai/reference/chat-completions.md): Generate a model response for a given chat conversation. Supports single queries and multi-turn conversations with system, user, and assistant messages.
+- [Create image](https://docs.together.ai/reference/post-images-generations.md): Use an image model to generate an image for a given prompt.
+- [Create audio generation request](https://docs.together.ai/reference/audio-speech.md): Generate audio from input text
+- [Create realtime text-to-speech](https://docs.together.ai/reference/audio-speech-websocket.md): Establishes a WebSocket connection for real-time text-to-speech generation. This endpoint uses WebSocket protocol (wss://api.together.ai/v1/audio/speech/websocket) for bidirectional streaming communicat
+- [Create audio transcription request](https://docs.together.ai/reference/audio-transcriptions.md): Transcribes audio into text
+- [Create audio translation request](https://docs.together.ai/reference/audio-translations.md): Translates audio into English
+- [Real-time audio transcription via WebSocket](https://docs.together.ai/reference/audio-transcriptions-realtime.md): Establishes a WebSocket connection for real-time audio transcription. This endpoint uses WebSocket protocol (wss://api.together.ai/v1/realtime) for bidirectional streaming communicat
+- [Create video](https://docs.together.ai/reference/create-videos.md): Create a video
+- [Fetch video metadata](https://docs.together.ai/reference/get-videos-id.md): Fetch video metadata
+- [Execute code](https://docs.together.ai/reference/tci-execute.md): Executes the given code snippet and returns the output. Without a session_id, a new session is created to run the code. If you pass a valid session_id, the code runs in that session. This is useful for running multiple code snippet
+- [List active sessions](https://docs.together.ai/reference/tci-sessions.md): Lists all your currently active sessions.
+- [Create a rerank request](https://docs.together.ai/reference/rerank.md): Rerank a list of documents by relevance to a query. Returns a relevance score and ordering index for each document.
+- [Create embedding](https://docs.together.ai/reference/embeddings.md): Generate vector embeddings for one or more text inputs. Returns numerical arrays representing semantic meaning, useful for search, classification, and retrieval.
+- [Create completion](https://docs.together.ai/reference/completions.md): Generate text completions for a given prompt using a language, code, or image model.
+- [List batch jobs](https://docs.together.ai/reference/batch-list.md): List all batch jobs for the authenticated user
+- [Create a batch job](https://docs.together.ai/reference/batch-create.md): Create a new batch job with the given input file and endpoint
+- [Get a batch job](https://docs.together.ai/reference/batch-get.md): Get details of a batch job by ID
+- [Cancel a batch job](https://docs.together.ai/reference/batch-cancel.md): Cancel a batch job by ID
+- [Create job](https://docs.together.ai/reference/post-fine-tunes.md): Create a fine-tuning job with the provided model and training data.
+- [Estimate price](https://docs.together.ai/reference/post-fine-tunes-estimate-price.md): Estimate the price of a fine-tuning job.
+- [List all jobs](https://docs.together.ai/reference/get-fine-tunes.md): List the metadata for all fine-tuning jobs. Returns a list of FinetuneResponseTruncated objects.
+- [List job](https://docs.together.ai/reference/get-fine-tunes-id.md): List the metadata for a single fine-tuning job.
+- [List job events](https://docs.together.ai/reference/get-fine-tunes-id-events.md): List the events for a single fine-tuning job.
+- [List checkpoints](https://docs.together.ai/reference/get-fine-tunes-id-checkpoint.md): List the checkpoints for a single fine-tuning job.
+- [Get metrics](https://docs.together.ai/reference/get-fine-tunes-id-metrics.md): Retrieves recorded training metrics for a fine-tuning job in chronological order. All query parameters are optional: omit them to retrieve all metrics.
+- [Download tokenized dataset](https://docs.together.ai/reference/get-fine-tunes-id-download-tokenized-dataset.md): Get a presigned URL for the tokenized dataset archive generated for a fine-tune job.
+- [Download model](https://docs.together.ai/reference/get-finetune-download.md): Receive a compressed fine-tuned model or checkpoint.
+- [Cancel job](https://docs.together.ai/reference/post-fine-tunes-id-cancel.md): Cancel a currently running fine-tuning job. Returns a FinetuneResponseTruncated object.
+- [Delete a fine-tune job](https://docs.together.ai/reference/delete-fine-tunes-id.md): Delete a fine-tuning job.
+- [Get model limits](https://docs.together.ai/reference/get-fine-tunes-models-limits.md): Get model limits for a specific fine-tuning model.
+- [Create an evaluation job](https://docs.together.ai/reference/create-evaluation.md)
+- [Get all evaluation jobs](https://docs.together.ai/reference/list-evaluations.md)
+- [Get evaluation job details](https://docs.together.ai/reference/get-evaluation.md)
+- [Get evaluation job status and results](https://docs.together.ai/reference/get-evaluation-status.md)
+- [Get model list](https://docs.together.ai/reference/list-evaluation-models.md)
+- [List all files](https://docs.together.ai/reference/get-files.md): List the metadata for all uploaded data files.
+- [Retrieve file metadata](https://docs.together.ai/reference/get-files-id.md): Retrieve the metadata for a single uploaded data file.
+- [Delete a file](https://docs.together.ai/reference/delete-files-id.md): Delete a previously uploaded data file.
+- [Get file contents](https://docs.together.ai/reference/get-files-id-content.md): Get the contents of a single uploaded data file.
+- [Upload a file](https://docs.together.ai/reference/upload-file.md): Upload a file with specified purpose, file name, and file type.
+- [Create a GPU cluster](https://docs.together.ai/reference/clusters-create.md): Create an Instant Cluster on Together's high-performance GPU clusters. With features like on-demand scaling, long-lived resizable high-bandwidth shared DC-local storage, Kubernetes and Slurm cluster flavors, a REST API,
+- [List all GPU clusters](https://docs.together.ai/reference/clusters-list.md): List all GPU clusters.
+- [Get GPU cluster by cluster ID](https://docs.together.ai/reference/clusters-get.md): Retrieve information about a specific GPU cluster.
+- [Update a GPU cluster](https://docs.together.ai/reference/clusters-update.md): Update the configuration of an existing GPU cluster.
+- [Delete GPU cluster by cluster ID](https://docs.together.ai/reference/clusters-delete.md): Delete a GPU cluster by cluster ID.
+- [Create a shared volume](https://docs.together.ai/reference/clusters_storages-create.md): Instant Clusters supports long-lived, resizable in-DC shared storage with user data persistence. You can dynamically create and attach volumes to your cluster at cluster creation time, and resize as your data
+- [List all shared volumes](https://docs.together.ai/reference/clusters_storages-list.md): List all shared volumes.
+- [Get a shared volume by ID](https://docs.together.ai/reference/clusters_storages-get.md): Retrieve information about a specific shared volume.
+- [Update a shared volume](https://docs.together.ai/reference/clusters_storages-update.md): Update the configuration of an existing shared volume.
+- [Delete a shared volume by ID](https://docs.together.ai/reference/clusters_storages-delete.md): Delete a shared volume. Note that if this volume is attached to a cluster, deleting will fail.
+- [Remediation get](https://docs.together.ai/reference/remediation-get.md): Retrieve the status of a specific remdiation on a specific instance in a specific cluster.
+- [Remediation list](https://docs.together.ai/reference/remediation-list.md)
+- [Remediation create](https://docs.together.ai/reference/remediation-create.md): Creates a new remediation for an instance.
+- [Remediation approve](https://docs.together.ai/reference/remediation-approve.md): Approves a pending remediation.
+- [Remediation cancel](https://docs.together.ai/reference/remediation-cancel.md): Cancels a pending remediation.
+- [Remediation reject](https://docs.together.ai/reference/remediation-reject.md): Rejects a pending remediation.
+- [List regions and corresponding supported driver versions](https://docs.together.ai/reference/clusters-list-regions.md)
+- [Get the list of deployments](https://docs.together.ai/reference/deployments-list.md): Get a list of all deployments in your project
+- [Create a new deployment](https://docs.together.ai/reference/deployments-create.md): Create a new deployment with specified configuration
+- [Get a deployment by ID or name](https://docs.together.ai/reference/deployments-get.md): Retrieve details of a specific deployment by its ID or name
+- [Update a deployment](https://docs.together.ai/reference/deployments-update.md): Update an existing deployment configuration
+- [Delete a deployment](https://docs.together.ai/reference/deployments-delete.md): Delete an existing deployment
+- [Get logs for a deployment](https://docs.together.ai/reference/deployments-logs.md): Retrieve logs from a deployment, optionally filtered by replica ID.
+- [Get the list of project secrets](https://docs.together.ai/reference/deployments-secrets-list.md): Retrieve all secrets in your project
+- [Create a new secret](https://docs.together.ai/reference/deployments-secrets-create.md): Create a new secret to store sensitive configuration values
+- [Get a secret by ID or name](https://docs.together.ai/reference/deployments-secrets-get.md): Retrieve details of a specific secret by its ID or name
+- [Update a secret](https://docs.together.ai/reference/deployments-secrets-update.md): Update an existing secret's value or metadata
+- [Delete a secret](https://docs.together.ai/reference/deployments-secrets-delete.md): Delete an existing secret
+- [Download a file](https://docs.together.ai/reference/deployments-storage-get.md): Download a file by redirecting to a signed URL
+- [Get the list of project volumes](https://docs.together.ai/reference/deployments-storage-volumes-list.md): Retrieve all volumes in your project
+- [Create a new volume](https://docs.together.ai/reference/deployments-storage-volumes-create.md): Create a new volume to preload files in deployments
+- [Get a volume by ID or name](https://docs.together.ai/reference/deployments-storage-volumes-get.md): Retrieve details of a specific volume by its ID or name
+- [Update a volume](https://docs.together.ai/reference/deployments-storage-volumes-update.md): Update an existing volume's configuration or contents
+- [Delete a volume](https://docs.together.ai/reference/deployments-storage-volumes-delete.md): Delete an existing volume
+- [Submit a queued job](https://docs.together.ai/reference/queue-submit.md): Submit a new job to the queue for asynchronous processing. Jobs are processed in strict priority order (higher priority first, FIFO within the same priority). Returns a request ID that can be used to poll status or cancel t
+- [Get job status](https://docs.together.ai/reference/queue-status.md): Poll the current status of a previously submitted job. Provide the request_id and model as query parameters.
+- [Cancel a queued job](https://docs.together.ai/reference/queue-cancel.md): Cancel a pending job. Only jobs in pending status can be canceled. Running jobs cannot be stopped. Returns the job status after the attempt. If the job is not pending, returns 409 with the current status unchanged.
+- [Clear a model's pending jobs](https://docs.together.ai/reference/queue-clear.md): Cancel all pending jobs for the given model. Running jobs are left untouched. Returns the number of jobs that were canceled.
+- [Get queue metrics](https://docs.together.ai/reference/queue-metrics.md): Get the current queue statistics for a model, including pending and running job counts.
+- [Get API key identity](https://docs.together.ai/reference/whoami.md): Returns identity information about the authenticated API key. Useful for confirming which project and organization a key is scoped to, and for obtaining the project slug used to compose the `model` value (`<project_slug>/<endpoi
+- [List endpoints](https://docs.together.ai/reference/dmi/endpoints-list.md): Lists the dedicated inference endpoints owned by the specified project.
+- [Create an endpoint](https://docs.together.ai/reference/dmi/endpoints-create.md): Creates a stable, inference-addressable endpoint. Add one or more deployments and configure its traffic split before sending inference requests to the endpoint name.
+- [Get an endpoint](https://docs.together.ai/reference/dmi/endpoints-get.md): Retrieves an endpoint and lightweight summaries of the deployments attached to it.
+- [Update an endpoint](https://docs.together.ai/reference/dmi/endpoints-update.md): Updates mutable endpoint fields such as its endpoint string, visibility, or deployment traffic split. Use `updateMask` to select fields explicitly and `etag` in the request body for optimistic concurrency.
+- [Delete an endpoint](https://docs.together.ai/reference/dmi/endpoints-delete.md): Permanently deletes an endpoint. Delete its deployments first; use `etag` to reject the request if the endpoint changed after it was read.
+- [List endpoint events](https://docs.together.ai/reference/dmi/endpoints-list-events.md): Lists an endpoint's audit and lifecycle events newest first. The feed combines endpoint changes with provisioning, scaling, readiness, rollout, and other events from deployments under the endpoint.
+- [Get endpoint analytics](https://docs.together.ai/reference/dmi/endpoints-analytics.md): Returns aggregated request, token, latency, throughput, error, and resource-utilization metrics for an endpoint over a time range. Optionally includes time-series buckets and a per-deployment breakdown.
+- [List organization endpoints](https://docs.together.ai/reference/dmi/endpoints-list-organization.md): Lists endpoints shared with every project in the specified organization. Project-private and public endpoints are not included.
+- [List deployments](https://docs.together.ai/reference/dmi/deployments-list.md): Lists the deployments attached to an endpoint, including their model, configuration, scaling settings, placement, and current status.
+- [Create a deployment](https://docs.together.ai/reference/dmi/deployments-create.md): Creates a model deployment under an endpoint. The deployment provisions asynchronously; monitor its status before routing live traffic to it.
+- [Get a deployment](https://docs.together.ai/reference/dmi/deployments-get.md): Retrieves a deployment's desired configuration, placement, runtime information, and current provisioning status.
+- [Update a deployment](https://docs.together.ai/reference/dmi/deployments-update.md): Updates mutable deployment fields such as its model, configuration, autoscaling bounds, or LoRA support. Changes that affect serving may trigger asynchronous reprovisioning.
+- [Delete a deployment](https://docs.together.ai/reference/dmi/deployments-delete.md): Permanently deletes a deployment from its endpoint. Remove the deployment from live traffic first; use `etag` to reject the request if it changed after it was read.
+- [List deployment adapters](https://docs.together.ai/reference/dmi/adapters-list.md): Lists LoRA adapters attached to a deployment with per-cluster load state.
+- [Add a deployment adapter](https://docs.together.ai/reference/dmi/adapters-add.md): Attaches a LoRA adapter to a deployment. If the deployment is at adapter capacity, force can evict the oldest adapter.
+- [Get a deployment adapter](https://docs.together.ai/reference/dmi/adapters-get.md): Gets an attached adapter and its per-cluster load state.
+- [Update a deployment adapter](https://docs.together.ai/reference/dmi/adapters-update.md): Updates the pinned revision of an attached adapter using its row-level etag for optimistic concurrency.
+- [Remove a deployment adapter](https://docs.together.ai/reference/dmi/adapters-remove.md): Detaches an adapter from a deployment using its row-level etag for optimistic concurrency.
+- [List placement profiles](https://docs.together.ai/reference/dmi/placement-profiles-list.md): Lists reusable, project-visible placement policies that control the regions where deployments may be scheduled.
+- [Get a placement profile](https://docs.together.ai/reference/dmi/placement-profiles-get.md): Retrieves a reusable placement profile and its ordered region preferences.
+- [List inference instance types](https://docs.together.ai/reference/dmi/instance-types-list.md): Lists hardware instance types currently available to inference deployments, including GPU resources, pricing, regions, and best-effort capacity headroom.
+- [Get an inference instance type](https://docs.together.ai/reference/dmi/instance-types-get.md): Retrieves the GPU resources, pricing, regional availability, and best-effort capacity headroom for one inference instance type.
+- [List A/B experiments](https://docs.together.ai/reference/dmi/ab-experiments-list.md): Lists the managed live-traffic experiments configured for an endpoint.
+- [Create an A/B experiment](https://docs.together.ai/reference/dmi/ab-experiments-create.md): Creates a managed control/variant split across two to 20 deployments under the same endpoint. Exactly one member is the control, member percentages must add up to 100, and the split applies only to traffic
+- [Get an A/B experiment](https://docs.together.ai/reference/dmi/ab-experiments-get.md): Retrieves an A/B experiment and its participating deployments, roles, and traffic percentages.
+- [Update an A/B experiment](https://docs.together.ai/reference/dmi/ab-experiments-update.md): Updates an experiment's description or member traffic percentages. Use the experiment etag for optimistic concurrency.
+- [Delete an A/B experiment](https://docs.together.ai/reference/dmi/ab-experiments-delete.md): Deletes an A/B experiment and removes its managed traffic split. The deployments themselves are not deleted.
+- [List shadow experiments](https://docs.together.ai/reference/dmi/shadow-experiments-list.md): Lists experiments that mirror sampled endpoint traffic to target deployments without affecting client responses. Set `includeTargets=true` to include target details inline.
+- [Create a shadow experiment](https://docs.together.ai/reference/dmi/shadow-experiments-create.md): Creates an experiment that mirrors a sampled portion of endpoint traffic to one or more target deployments without returning their responses to clients. Add a description with the update operation af
+- [Get a shadow experiment](https://docs.together.ai/reference/dmi/shadow-experiments-get.md): Retrieves a shadow experiment, including its sampling strategy and target deployments.
+- [Update a shadow experiment](https://docs.together.ai/reference/dmi/shadow-experiments-update.md): Updates a shadow experiment's description or source sampling strategy. `updateMask` is required; source changes also require the current `etag` in the request body.
+- [Delete a shadow experiment](https://docs.together.ai/reference/dmi/shadow-experiments-delete.md): Deletes a shadow experiment and its target records. The underlying deployments are not deleted.
+- [List shadow experiment targets](https://docs.together.ai/reference/dmi/shadow-experiment-targets-list.md): Lists the deployments that receive mirrored requests from a shadow experiment.
+- [Create a shadow experiment target](https://docs.together.ai/reference/dmi/shadow-experiment-targets-create.md): Adds a deployment under the same endpoint as a target for mirrored requests.
+- [Get a shadow experiment target](https://docs.together.ai/reference/dmi/shadow-experiment-targets-get.md): Retrieves one target configured to receive mirrored requests from a shadow experiment.
+- [Update a shadow experiment target](https://docs.together.ai/reference/dmi/shadow-experiment-targets-update.md): Updates a shadow target's name, deployment, or description. `updateMask` is required and must select at least one mutable field.
+- [Delete a shadow experiment target](https://docs.together.ai/reference/dmi/shadow-experiment-targets-delete.md): Removes a target from a shadow experiment without deleting the underlying deployment.
+- [List supported models](https://docs.together.ai/reference/dmi/supported-models-list.md): Lists Together-hosted base models that can be deployed for dedicated inference, together with their capabilities and certified deployment profiles.
+- [Get a supported model](https://docs.together.ai/reference/dmi/supported-models-get.md): Retrieves a Together-hosted base model and the certified model, configuration, hardware, and performance profiles available for deployment.
+- [List project models](https://docs.together.ai/reference/dmi/models-list.md): Lists custom model resources owned by the specified project. Use the organization endpoint to list models shared across projects or the supported-model catalog to discover Together-hosted base models.
+- [Create a model](https://docs.together.ai/reference/dmi/models-create.md): Registers a custom model resource in the project. Registration creates the model's metadata; upload or import model files separately before deploying it.
+- [Get a model](https://docs.together.ai/reference/dmi/models-get.md): Retrieves a custom model's metadata, visibility, weight information, and base-model relationship.
+- [Update a model](https://docs.together.ai/reference/dmi/models-update.md): Updates mutable model metadata such as its inference name, description, base model, or visibility.
+- [Delete a model](https://docs.together.ai/reference/dmi/models-delete.md): Permanently deletes a custom model resource. The model must not be in use by an active deployment.
+- [List model files](https://docs.together.ai/reference/dmi/models-list-files.md): Lists files in the latest or specified revision of a model, including paths, sizes, and content hashes.
+- [List model revisions](https://docs.together.ai/reference/dmi/models-list-revisions.md): Lists the immutable file revisions available for a custom model, newest first.
+- [List organization models](https://docs.together.ai/reference/dmi/models-list-organization.md): Lists custom models shared with every project in the specified organization. Project-private and public models are not included.
+- [Create a remote model upload](https://docs.together.ai/reference/dmi/model-uploads-create.md): Starts an asynchronous job that imports model files from Hugging Face or a presigned URL into a registered model and creates a model revision when the import completes.
+- [List remote model uploads](https://docs.together.ai/reference/dmi/model-uploads-list.md): Lists asynchronous jobs that import model files from Hugging Face or a presigned remote URL.
+- [Get a remote model upload](https://docs.together.ai/reference/dmi/model-uploads-get.md): Retrieves the status, progress details, retry counts, and timestamps for a remote model import job.
+- [List remote model upload events](https://docs.together.ai/reference/dmi/model-uploads-list-events.md): Lists progress and diagnostic events for a remote model import job.
+- [List model configurations](https://docs.together.ai/reference/dmi/configs-list.md): Lists production-ready configuration revisions compatible with a reference model. Specify the model with `referenceModel` or the deprecated `referenceModelId`; if both are supplied, they must identify the same mod
+- [Get a model configuration](https://docs.together.ai/reference/dmi/configs-get.md): Retrieves a model configuration revision by ID, including its runtime selectors and certifications.
+- [Python Library](https://docs.together.ai/python-library.md)
+- [TypeScript Library](https://docs.together.ai/typescript-library.md)
+- [Error codes](https://docs.together.ai/docs/error-codes.md): An overview on error status codes, causes, and quick fix solutions.
+- [List all endpoints](https://docs.together.ai/reference/listendpoints.md): Returns a list of all endpoints associated with your account. You can filter the results by type (dedicated or serverless).
+- [List available hardware configurations](https://docs.together.ai/reference/listhardware.md): Returns a list of available hardware configurations for deploying models. When a model parameter is provided, it returns only hardware configurations compatible with that model, including their current av
+- [Create a dedicated endpoint](https://docs.together.ai/reference/createendpoint.md): Creates a new dedicated endpoint for serving models. The endpoint starts automatically after creation. You can deploy any supported model on hardware configurations that meet the model's requirements.
+- [Get endpoint by ID](https://docs.together.ai/reference/getendpoint.md): Retrieves details about a specific endpoint, including its current state, configuration, and scaling settings.
+- [Update endpoint, this can also be used to start or stop a dedicated endpoint](https://docs.together.ai/reference/updateendpoint.md): Updates an existing endpoint's configuration. You can modify the display name, autoscaling settings, or change the endpoint's state (start/stop).
+- [Delete endpoint](https://docs.together.ai/reference/deleteendpoint.md): Permanently deletes an endpoint. This action cannot be undone.
+- [Add a LoRA adapter to an endpoint](https://docs.together.ai/reference/addadapter.md): Adds a LoRA adapter model to a dedicated endpoint. After this call, inference requests to the adapter model name will be routed to the specified endpoint. The endpoint must have LoRA enabled, and the adapter's b
+- [List adapters on an endpoint](https://docs.together.ai/reference/listadapters.md): Returns all LoRA adapters bound to the specified dedicated endpoint.
+- [Remove a LoRA adapter from an endpoint](https://docs.together.ai/reference/removeadapter.md): Removes the routing rule that binds an adapter to an endpoint. The adapter must be currently bound to this specific endpoint.
+- [List all models](https://docs.together.ai/reference/models.md): Lists all of Together's open-source models and metadata including pricing, chat template, and context.
+- [Upload a custom model or adapter](https://docs.together.ai/reference/upload-model.md): Upload a custom model or adapter from Hugging Face or S3
+- [Get started](https://docs.together.ai/reference/cli/getting-started.md): Install the Together CLI to deploy endpoints, fine-tune models, and manage GPU clusters from your terminal.
+- [Telemetry](https://docs.together.ai/reference/cli/telemetry.md): Understand what the Together CLI tracks, how to opt out, and where the local config file lives.
+- [Models](https://docs.together.ai/reference/cli/models.md): List Together AI models and upload your own from Hugging Face or S3.
+- [Endpoints](https://docs.together.ai/reference/cli/endpoints.md): Create, update, and manage dedicated inference endpoints from your terminal.
+- [Files](https://docs.together.ai/reference/cli/files.md): Upload and manage datasets for use in fine-tuning, evals, and batch inference.
+- [Fine-tuning](https://docs.together.ai/reference/cli/finetune.md): Create, monitor, and manage fine-tuning jobs from your terminal.
+- [Evals](https://docs.together.ai/reference/cli/evals.md): Create and manage model-evaluation jobs from your terminal, including classify, score, and compare evals.
+- [Whoami](https://docs.together.ai/reference/cli/whoami.md): Show the project and organization for the API key used by the Together CLI.
+- [Models](https://docs.together.ai/reference/cli/models-beta.md): Register, upload, and inspect models and adapters for dedicated model inference from your terminal.
+- [Endpoints](https://docs.together.ai/reference/cli/endpoints-beta.md): Deploy and manage dedicated inference endpoints from your terminal.
+- [Clusters](https://docs.together.ai/reference/cli/clusters.md): Reserve, configure, and manage GPU clusters from your terminal.
+- [Jig CLI reference](https://docs.together.ai/reference/cli/jig.md): CLI commands, pyproject.toml configuration, environment variables, and Python SDK for dedicated containers.
+- [Changelog](https://docs.together.ai/docs/changelog.md)
+- [Deprecations](https://docs.together.ai/docs/deprecations.md): Together AI's model lifecycle policy, including upgrades, redirects, and deprecation schedules.
+
+## OpenAPI Specs
+
+- [openapi](/api-reference/openapi.json)
+- [deprecated-spec](/deprecated-spec.json)
+- [openapi.base](/openapi-src/openapi.base.yaml)
+- [openapi](/openapi.yaml)
+- [tcloud](/tcloud.yaml)

12 lines shown here cut at 300 characters. The raw artifact at this commit is linked above.