Together AI

Connect Together AI and configure any model available to your account.

What is Together AI

Together AI provides hosted inference for language models. Use the Together AI integration when you want your Vapi assistant to use a model available through your Together AI account.

Connect Together AI

Before using Together AI, connect your account on the Integrations page.

Language model

Set model.provider to together-ai. Set model.model to the exact model ID from the Together AI serverless model catalog that your connected account can access.

$curl -X PATCH "https://api.vapi.ai/assistant/ASSISTANT_ID" \
> -H "Authorization: Bearer $VAPI_API_KEY" \
> -H "Content-Type: application/json" \
> -d '{
> "model": {
> "provider": "together-ai",
> "model": "YOUR_TOGETHER_AI_MODEL_ID"
> }
> }'

For additional configuration options, review the TogetherAIModel fields in the Create Assistant API reference.