ToolKiti
Home/大语言模型/Together AI API

Together AI API

Together AI 接口

Cloud platform for open-source LLM inference with 100+ models including Llama, Mixtral, and DeepSeek.

开源大模型推理云平台,提供 100+ 模型包括 Llama、Mixtral 和 DeepSeek。

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

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

Compare Together AI API with other APIs

Similar APIs

Something wrong or missing? Open an issue on GitHub →

Pricing Comparison

APIPricingAuthPopularity
OpenAI APIpay-as-you-go (per token)API Key (Bearer Token)
100
Anthropic Claude APIpay-as-you-go (per token)API Key (x-api-key header)
87
Google Gemini APIfree tier available, pay-as-you-goAPI Key
85
OpenAI Assistants APIpay-as-you-go (per token + per tool use)API Key (Bearer Token)
84

Get Started with Together AI API

Click below to visit the official website and start using this API.

Visit Together AI API

Discussion

Questions, feedback, or suggestions? Start a discussion.

Discuss on GitHub