# Together AI ## Docs - [Create chat completion](https://together-ai-preview.mintlify.app/api-reference/chat/create-chat-completion.md): Query a chat model. - [Create completion](https://together-ai-preview.mintlify.app/api-reference/completion/create-completion.md): Query a language, code, or image model. - [Create embedding](https://together-ai-preview.mintlify.app/api-reference/embeddings/create-embedding.md): Query an embedding model for a given string of text. - [Delete a file](https://together-ai-preview.mintlify.app/api-reference/files/delete-a-file.md): Delete a previously uploaded data file. - [Get file contents](https://together-ai-preview.mintlify.app/api-reference/files/get-file-contents.md): Get the contents of a single uploaded data file. - [List all files](https://together-ai-preview.mintlify.app/api-reference/files/list-all-files.md): List the metadata for all uploaded data files. - [List file](https://together-ai-preview.mintlify.app/api-reference/files/list-file.md): List the metadata for a single uploaded data file. - [Cancel job](https://together-ai-preview.mintlify.app/api-reference/fine-tuning/cancel-job.md): Cancel a currently running fine-tuning job. - [Create job](https://together-ai-preview.mintlify.app/api-reference/fine-tuning/create-job.md): Use a model to create a fine-tuning job. - [Download model](https://together-ai-preview.mintlify.app/api-reference/fine-tuning/download-model.md): Download a compressed fine-tuned model or checkpoint to local disk. - [List all jobs](https://together-ai-preview.mintlify.app/api-reference/fine-tuning/list-all-jobs.md): List the metadata for all fine-tuning jobs. - [List job](https://together-ai-preview.mintlify.app/api-reference/fine-tuning/list-job.md): List the metadata for a single fine-tuning job. - [List job events](https://together-ai-preview.mintlify.app/api-reference/fine-tuning/list-job-events.md): List the events for a single fine-tuning job. - [Create image](https://together-ai-preview.mintlify.app/api-reference/images/create-image.md): Use an image model to generate an image for a given prompt. - [List all models](https://together-ai-preview.mintlify.app/api-reference/models/list-all-models.md): Lists all of Together's open-source models - [Introduction](https://together-ai-preview.mintlify.app/getting-started/introduction.md): Introduction to Together AI and all its services. - [OpenAI Compatibility](https://together-ai-preview.mintlify.app/getting-started/openai-comptibility.md): Together's API is compatible with OpenAI's client libraries, making it easy to try out our open-source models on existing applications. - [Quickstart](https://together-ai-preview.mintlify.app/getting-started/quickstart.md): Get up to speed with our API in one minute. - [Chat Models](https://together-ai-preview.mintlify.app/inference-chat/chat-models.md): See which open-source chat models we currently host, or learn how to configure and host your own. - [Overview](https://together-ai-preview.mintlify.app/inference-chat/examples.md): Use these examples to learn best practices for using the inference API. - [Together Mixture Of Agents](https://together-ai-preview.mintlify.app/inference-chat/examples/together-mixture-of-agents.md): Learn how to use Together MoA in 50 lines of code! - [Llama 3.1](https://together-ai-preview.mintlify.app/inference-chat/function-calling/llama-3-1.md): Learn how to do function calling for Llama 3.1 models! - [JSON Mode](https://together-ai-preview.mintlify.app/inference-chat/json-mode.md): Learn how to use JSON mode to get structured outputs from LLMs including Llama 3.1. ## OpenAPI Specs - [openapi](https://together-ai-preview.mintlify.app/api-reference/openapi.json) - [together-openapi](https://together-ai-preview.mintlify.app/together-openapi.yaml) ## Optional - [Research](https://www.together.ai/research) - [Community](https://discord.com/invite/9Rk6sSeWEG) - [Blog](https://www.together.ai/blog)