Home / Provider/ Together AI

Together AI

Cloud API provider popular for open-weight models via api.together.xyz.

Together AI hosts open-weight models and provides an OpenAI-compatible API at api.together.xyz.

Configuration

[backend]
name = "together"
url = "https://api.together.xyz"
model = "meta-llama/Llama-3.3-70B-Instruct-Turbo"
api_key = "..."

Notes

Model names use the HuggingFace-style org/model format.

Default Endpoint

POST https://api.together.xyz/v1/chat/completions

Compiled with SchemaFlux