Skip to content

Latest commit

 

History

History
48 lines (42 loc) · 910 Bytes

File metadata and controls

48 lines (42 loc) · 910 Bytes
title Together AI
sidebarTitle Together AI
**Discover Together AI models [here](https://continue.dev/togetherai)** Get an API key from the [Together AI](https://api.together.ai)

Configuration

```yaml title="config.yaml" name: My Config version: 0.0.1 schema: v1

models: - name: <MODEL_NAME> provider: together model: <MODEL_ID> apiKey: <YOUR_TOGETHER_API_KEY>

</Tab>
<Tab title="JSON (Deprecated)">
```json title="config.json"
{
  "models": [
    {
      "title": "<MODEL_NAME>",
      "provider": "together",
      "model": "<MODEL_ID>",
      "apiKey": "<YOUR_TOGETHER_API_KEY>"
    }
  ]
}
**Check out a more advanced configuration [here](https://continue.dev/togetherai/qwen3-coder-480b-a35b-instruct-fp8?view=config)**