Together AI API
Together AI 接口
Cloud platform for open-source LLM inference with 100+ models including Llama, Mixtral, and DeepSeek.
开源大模型推理云平台,提供 100+ 模型包括 Llama、Mixtral 和 DeepSeek。
Website
Documentation
Pricing
pay-as-you-go (per token)
Authentication
- API Key
Popularity
70/100
Endpoints
https://api.together.xyz/v1/chat/completions
SDKs
PythonTypeScriptcurl
Key Features
- ◆100+ open-source models
- ◆Llama, Mixtral, DeepSeek, Qwen support
- ◆Inference & fine-tuning endpoints
- ◆GPU clusters for training
- ◆OpenAI-compatible API
Code Examples
Chat Completionbash
curl https://api.together.xyz/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $TOGETHER_API_KEY" \
-d '{
"model": "meta-llama/Llama-3.3-70B-Instruct",
"messages": [{"role": "user", "content": "Hello!"}]
}'Tags
llminferenceopen-source
Last updated: 2026-07-27
Get Started with Together AI API
Click below to visit the official website and start using this API.
Visit Together AI API →