> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-service-account.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Together

The Together model provides access to Together's language models.

## Parameters

| Parameter  | Type            | Default                         | Description                                                       |
| ---------- | --------------- | ------------------------------- | ----------------------------------------------------------------- |
| `id`       | `str`           | `"MiniMaxAI/MiniMax-M2.7"`      | The id of the Together model to use                               |
| `name`     | `str`           | `"Together"`                    | The name of the model                                             |
| `provider` | `str`           | `"Together"`                    | The provider of the model                                         |
| `api_key`  | `Optional[str]` | `None`                          | The API key for Together (defaults to TOGETHER\_API\_KEY env var) |
| `base_url` | `str`           | `"https://api.together.xyz/v1"` | The base URL for the Together API                                 |

`Together` extends [OpenAILike](/reference/models/openai-like) and accepts all of its parameters.
