> ## Documentation Index
> Fetch the complete documentation index at: https://docs.together.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Available models

> View the models you can deploy to dedicated endpoints.

export const ModelTable = ({type}) => {
  const models = [{
    id: "agentica-org/DeepCoder-14B-Preview",
    organization: "Togethercomputer",
    name: "Deepcoder 14B Preview",
    apiName: "agentica-org/DeepCoder-14B-Preview",
    type: "chat",
    contextLength: 131072
  }, {
    id: "canopylabs/orpheus-3b-0.1-ft",
    organization: "Canopy Labs",
    name: "Orpheus 3B 0.1 FT",
    apiName: "canopylabs/orpheus-3b-0.1-ft",
    type: "audio",
    contextLength: 0
  }, {
    id: "deepcogito/cogito-v1-preview-llama-70B",
    organization: "deepcogito",
    name: "Cogito V1 Preview Llama 70B",
    apiName: "deepcogito/cogito-v1-preview-llama-70B",
    type: "chat",
    contextLength: 131072
  }, {
    id: "deepcogito/cogito-v1-preview-llama-70B-Turbo",
    organization: "deepcogito",
    name: "Cogito V1 Preview Llama 70B Turbo",
    apiName: "deepcogito/cogito-v1-preview-llama-70B-Turbo",
    type: "chat",
    contextLength: 131072
  }, {
    id: "deepcogito/cogito-v1-preview-llama-8B",
    organization: "deepcogito",
    name: "Cogito V1 Preview Llama 8B",
    apiName: "deepcogito/cogito-v1-preview-llama-8B",
    type: "chat",
    contextLength: 131072
  }, {
    id: "deepcogito/cogito-v1-preview-qwen-14B",
    organization: "deepcogito",
    name: "Cogito V1 Preview Qwen 14B",
    apiName: "deepcogito/cogito-v1-preview-qwen-14B",
    type: "chat",
    contextLength: 131072
  }, {
    id: "deepcogito/cogito-v1-preview-qwen-32B",
    organization: "deepcogito",
    name: "Cogito V1 Preview Qwen 32B",
    apiName: "deepcogito/cogito-v1-preview-qwen-32B",
    type: "chat",
    contextLength: 131072
  }, {
    id: "deepgram/aura-2",
    organization: "Deepgram",
    name: "Deepgram Aura 2",
    apiName: "deepgram/aura-2",
    type: "audio",
    contextLength: 448
  }, {
    id: "deepgram/flux",
    organization: "Deepgram",
    name: "Deepgram Flux",
    apiName: "deepgram/flux",
    type: "transcribe",
    contextLength: 448
  }, {
    id: "deepgram/nova-3-en",
    organization: "Deepgram",
    name: "Deepgram Nova 3",
    apiName: "deepgram/nova-3-en",
    type: "transcribe",
    contextLength: 448
  }, {
    id: "deepgram/nova-3-multi",
    organization: "Deepgram",
    name: "Deepgram Nova 3 Multilingual",
    apiName: "deepgram/nova-3-multi",
    type: "transcribe",
    contextLength: 448
  }, {
    id: "deepseek-ai/deepseek-coder-33b-instruct",
    organization: "Deepseek",
    name: "Deepseek Coder 33B Instruct",
    apiName: "deepseek-ai/deepseek-coder-33b-instruct",
    type: "chat",
    contextLength: 16384
  }, {
    id: "deepseek-ai/DeepSeek-OCR-2",
    organization: "Deepseek",
    name: "Deepseek OCR 2",
    apiName: "deepseek-ai/DeepSeek-OCR-2",
    type: "chat",
    contextLength: 8192
  }, {
    id: "deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
    organization: "DeepSeek",
    name: "DeepSeek R1 Distill Llama 70B",
    apiName: "deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
    type: "chat",
    contextLength: 131072
  }, {
    id: "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
    organization: "DeepSeek",
    name: "DeepSeek R1 Distill Qwen 1.5B",
    apiName: "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
    type: "chat",
    contextLength: 131072
  }, {
    id: "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B",
    organization: "DeepSeek",
    name: "DeepSeek R1 Distill Qwen 14B",
    apiName: "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B",
    type: "chat",
    contextLength: 131072
  }, {
    id: "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B",
    organization: "Deepseek",
    name: "DeepSeek R1 Distill Qwen 7B",
    apiName: "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B",
    type: "chat",
    contextLength: 131072
  }, {
    id: "facebook/cwm",
    organization: "Meta",
    name: "Facebook CWM",
    apiName: "facebook/cwm",
    type: "code",
    contextLength: 131072
  }, {
    id: "google/gemma-2-27b-it",
    organization: "Google",
    name: "Gemma-2 Instruct (27B)",
    apiName: "google/gemma-2-27b-it",
    type: "chat",
    contextLength: 8192
  }, {
    id: "google/gemma-2-9b-it",
    organization: "Google",
    name: "Gemma 2 9B It",
    apiName: "google/gemma-2-9b-it",
    type: "chat",
    contextLength: 8192
  }, {
    id: "google/gemma-2b-it",
    organization: "Google",
    name: "Gemma 2B It",
    apiName: "google/gemma-2b-it",
    type: "chat",
    contextLength: 8192
  }, {
    id: "google/gemma-3-1b-it",
    organization: "Google",
    name: "Gemma 3 1b it",
    apiName: "google/gemma-3-1b-it",
    type: "chat",
    contextLength: 32768
  }, {
    id: "google/gemma-3-270m-it",
    organization: "Google",
    name: "Gemma 3 270M It",
    apiName: "google/gemma-3-270m-it",
    type: "chat",
    contextLength: 32768
  }, {
    id: "google/gemma-3-270m-it-lora",
    organization: "Google",
    name: "Gemma 3 270M It Lora",
    apiName: "google/gemma-3-270m-it-lora",
    type: "chat",
    contextLength: 32768
  }, {
    id: "google/gemma-3-27b-pt",
    organization: "Google",
    name: "Gemma 3 27B Pt",
    apiName: "google/gemma-3-27b-pt",
    type: "chat",
    contextLength: 0
  }, {
    id: "google/gemma-3-4b-it",
    organization: "Google",
    name: "Gemma 3 4b it",
    apiName: "google/gemma-3-4b-it",
    type: "chat",
    contextLength: 65536
  }, {
    id: "google/gemma-4-26B-A4B-it",
    organization: "Google",
    name: "Gemma 4 26B A4b It",
    apiName: "google/gemma-4-26B-A4B-it",
    type: "chat",
    contextLength: 262144
  }, {
    id: "google/gemma-4-31B-it",
    organization: "Google",
    name: "Gemma 4 31B-it FP8",
    apiName: "google/gemma-4-31B-it",
    type: "chat",
    contextLength: 262144
  }, {
    id: "google/gemma-4-E2B-it",
    organization: "Google",
    name: "Gemma 4 E2B-it",
    apiName: "google/gemma-4-E2B-it",
    type: "chat",
    contextLength: 131072
  }, {
    id: "google/gemma-4-E4B-it",
    organization: "Google",
    name: "Gemma 4 E4B-it",
    apiName: "google/gemma-4-E4B-it",
    type: "chat",
    contextLength: 131072
  }, {
    id: "Hcompany/Holo3-35B-A3B",
    organization: "Hcompany",
    name: "Holo3 35B A3b",
    apiName: "Hcompany/Holo3-35B-A3B",
    type: "chat",
    contextLength: 262144
  }, {
    id: "meta-llama/Llama-2-7b-chat-hf",
    organization: "Meta",
    name: "meta-llama/Llama-2-7b-chat-hf",
    apiName: "meta-llama/Llama-2-7b-chat-hf",
    type: "chat",
    contextLength: 4096
  }, {
    id: "meta-llama/Llama-3-8b-chat-hf",
    organization: "Meta",
    name: "Meta Llama 3 8B Instruct Reference",
    apiName: "meta-llama/Llama-3-8b-chat-hf",
    type: "chat",
    contextLength: 8192
  }, {
    id: "meta-llama/Llama-3.1-405B",
    organization: "Meta",
    name: "Llama 3.1 405B",
    apiName: "meta-llama/Llama-3.1-405B",
    type: "chat",
    contextLength: 131072
  }, {
    id: "meta-llama/Llama-3.1-405B-Instruct",
    organization: "Meta",
    name: "Meta Llama 3.1 405B Instruct",
    apiName: "meta-llama/Llama-3.1-405B-Instruct",
    type: "chat",
    contextLength: 4096
  }, {
    id: "meta-llama/Llama-3.2-1B",
    organization: "Meta",
    name: "Llama 3.2 1B",
    apiName: "meta-llama/Llama-3.2-1B",
    type: "chat",
    contextLength: 131072
  }, {
    id: "meta-llama/Llama-3.2-1B-Instruct",
    organization: "Meta",
    name: "Meta Llama 3.2 1B Instruct",
    apiName: "meta-llama/Llama-3.2-1B-Instruct",
    type: "chat",
    contextLength: 131072
  }, {
    id: "meta-llama/Llama-3.2-3B",
    organization: "Meta",
    name: "Meta Llama 3.2 3B",
    apiName: "meta-llama/Llama-3.2-3B",
    type: "language",
    contextLength: 131072
  }, {
    id: "meta-llama/Llama-3.3-70B-Instruct",
    organization: "meta-llama",
    name: "meta-llama/Llama-3.3-70B-Instruct",
    apiName: "meta-llama/Llama-3.3-70B-Instruct",
    type: "chat",
    contextLength: 131072
  }, {
    id: "meta-llama/Llama-3.3-70B-Instruct-FP8-Lora",
    organization: "Redhatai",
    name: "Llama 3.3 70B Instruct FP8 Lora",
    apiName: "meta-llama/Llama-3.3-70B-Instruct-FP8-Lora",
    type: "chat",
    contextLength: 131072
  }, {
    id: "meta-llama/Llama-3.3-70B-Instruct-Turbo",
    organization: "Meta",
    name: "Meta Llama 3.3 70B Instruct Turbo",
    apiName: "meta-llama/Llama-3.3-70B-Instruct-Turbo",
    type: "chat",
    contextLength: 131072
  }, {
    id: "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",
    organization: "Meta",
    name: "Llama 4 Maverick Instruct (17Bx128E) FP8",
    apiName: "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",
    type: "chat",
    contextLength: 1048576
  }, {
    id: "meta-llama/Llama-4-Scout-17B-16E",
    organization: "Meta",
    name: "Llama 4 Scout (17Bx16E)",
    apiName: "meta-llama/Llama-4-Scout-17B-16E",
    type: "chat",
    contextLength: 262144
  }, {
    id: "meta-llama/Llama-4-Scout-17B-16E-Instruct",
    organization: "Meta",
    name: "Llama 4 Scout Instruct (17Bx16E)",
    apiName: "meta-llama/Llama-4-Scout-17B-16E-Instruct",
    type: "chat",
    contextLength: 1048576
  }, {
    id: "meta-llama/Meta-Llama-3-70B-Instruct-Turbo",
    organization: "Meta",
    name: "Meta Llama 3 70B Instruct Turbo",
    apiName: "meta-llama/Meta-Llama-3-70B-Instruct-Turbo",
    type: "chat",
    contextLength: 8192
  }, {
    id: "meta-llama/Meta-Llama-3-8B-Instruct",
    organization: "Meta",
    name: "Meta Llama 3 8B Instruct",
    apiName: "meta-llama/Meta-Llama-3-8B-Instruct",
    type: "chat",
    contextLength: 8192
  }, {
    id: "meta-llama/Meta-Llama-3.1-70B",
    organization: "Meta",
    name: "Llama 3.1 70B",
    apiName: "meta-llama/Meta-Llama-3.1-70B",
    type: "chat",
    contextLength: 131072
  }, {
    id: "meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo",
    organization: "Meta",
    name: "Meta Llama 3.1 70B Instruct Turbo",
    apiName: "meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo",
    type: "chat",
    contextLength: 131072
  }, {
    id: "meta-llama/Meta-Llama-3.1-8B",
    organization: "Meta",
    name: "Meta Llama 3.1 8B",
    apiName: "meta-llama/Meta-Llama-3.1-8B",
    type: "language",
    contextLength: 16384
  }, {
    id: "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
    organization: "Meta",
    name: "Meta Llama 3.1 8B Instruct Turbo",
    apiName: "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
    type: "chat",
    contextLength: 131072
  }, {
    id: "minimax/speech-2.6-turbo",
    organization: "Minimax",
    name: "Minimax Speech 2.6 Turbo",
    apiName: "minimax/speech-2.6-turbo",
    type: "audio",
    contextLength: 448
  }, {
    id: "MiniMaxAI/MiniMax-M1-40k",
    organization: "MiniMax",
    name: "Minimax M1 40K",
    apiName: "MiniMaxAI/MiniMax-M1-40k",
    type: "chat",
    contextLength: 1048576
  }, {
    id: "MiniMaxAI/MiniMax-M1-80k",
    organization: "MiniMax",
    name: "Minimax M1 80K",
    apiName: "MiniMaxAI/MiniMax-M1-80k",
    type: "chat",
    contextLength: 1048576
  }, {
    id: "MiniMaxAI/MiniMax-M2",
    organization: "MiniMaxAI",
    name: "MiniMax M2",
    apiName: "MiniMaxAI/MiniMax-M2",
    type: "chat",
    contextLength: 196608
  }, {
    id: "mistralai/Devstral-Small-2505",
    organization: "Mistralai",
    name: "Devstral Small 2505",
    apiName: "mistralai/Devstral-Small-2505",
    type: "chat",
    contextLength: 131072
  }, {
    id: "mistralai/Magistral-Small-2506",
    organization: "Mistralai",
    name: "Magistral Small 2506",
    apiName: "mistralai/Magistral-Small-2506",
    type: "chat",
    contextLength: 40960
  }, {
    id: "mistralai/Ministral-3-14B-Instruct-2512",
    organization: "Mistralai",
    name: "Ministral 3 14B Instruct 2512",
    apiName: "mistralai/Ministral-3-14B-Instruct-2512",
    type: "chat",
    contextLength: 262144
  }, {
    id: "mistralai/Mistral-7B-Instruct-v0.1",
    organization: "mistralai",
    name: "Mistral (7B) Instruct v0.1",
    apiName: "mistralai/Mistral-7B-Instruct-v0.1",
    type: "chat",
    contextLength: 32768
  }, {
    id: "mistralai/Mistral-7B-Instruct-v0.3",
    organization: "mistralai",
    name: "Mistral (7B) Instruct v0.3",
    apiName: "mistralai/Mistral-7B-Instruct-v0.3",
    type: "chat",
    contextLength: 32768
  }, {
    id: "mistralai/Mistral-7B-v0.1",
    organization: "Mistralai",
    name: "Mistral 7B v0.1",
    apiName: "mistralai/Mistral-7B-v0.1",
    type: "chat",
    contextLength: 32768
  }, {
    id: "mistralai/Mistral-Small-24B-Instruct-2501",
    organization: "mistralai",
    name: "Mistral Small (24B) Instruct 25.01",
    apiName: "mistralai/Mistral-Small-24B-Instruct-2501",
    type: "chat",
    contextLength: 32768
  }, {
    id: "mistralai/Mixtral-8x22B-Instruct-v0.1",
    organization: "Mistralai",
    name: "Mixtral 8X22b Instruct V0.1",
    apiName: "mistralai/Mixtral-8x22B-Instruct-v0.1",
    type: "chat",
    contextLength: 65536
  }, {
    id: "mistralai/Mixtral-8x7B-Instruct-v0.1",
    organization: "mistralai",
    name: "Mixtral-8x7B Instruct v0.1",
    apiName: "mistralai/Mixtral-8x7B-Instruct-v0.1",
    type: "chat",
    contextLength: 32768
  }, {
    id: "mistralai/Mixtral-8x7B-Instruct-v0.1-FP8-Lora",
    organization: "Mistral AI",
    name: "Mixtral 8x7B Instruct V0.1 FP8 Lora",
    apiName: "mistralai/Mixtral-8x7B-Instruct-v0.1-FP8-Lora",
    type: "chat",
    contextLength: 32768
  }, {
    id: "mistralai/Mixtral-8x7B-v0.1",
    organization: "mistralai",
    name: "Mixtral 8X7b V0.1",
    apiName: "mistralai/Mixtral-8x7B-v0.1",
    type: "language",
    contextLength: 32768
  }, {
    id: "mixedbread-ai/mxbai-rerank-large-v2",
    organization: "Mixedbread AI",
    name: "Mxbai Rerank Large V2",
    apiName: "mixedbread-ai/mxbai-rerank-large-v2",
    type: "rerank",
    contextLength: 32768
  }, {
    id: "nim/meta/llama-3.1-70b-instruct",
    organization: "Llama",
    name: "nim/meta/llama-3.1-70b-instruct",
    apiName: "nim/meta/llama-3.1-70b-instruct",
    type: "chat",
    contextLength: 16384
  }, {
    id: "nim/meta/llama-3.1-8b-instruct",
    organization: "Meta",
    name: "nim/meta/llama-3.1-8b-instruct",
    apiName: "nim/meta/llama-3.1-8b-instruct",
    type: "chat",
    contextLength: 16384
  }, {
    id: "nim/meta/llama-3.2-11b-vision-instruct",
    organization: "Nvidia",
    name: "nim/meta/llama-3.2-11b-vision-instruct",
    apiName: "nim/meta/llama-3.2-11b-vision-instruct",
    type: "chat",
    contextLength: 16384
  }, {
    id: "nim/meta/llama-3.2-90b-vision-instruct",
    organization: "Meta",
    name: "nim/meta/llama-3.2-90b-vision-instruct",
    apiName: "nim/meta/llama-3.2-90b-vision-instruct",
    type: "chat",
    contextLength: 16384
  }, {
    id: "nim/meta/llama-3.3-70b-instruct",
    organization: "Meta",
    name: "nim/meta/llama-3.3-70b-instruct",
    apiName: "nim/meta/llama-3.3-70b-instruct",
    type: "chat",
    contextLength: 16384
  }, {
    id: "nim/mistralai/mixtral-8x22b-instruct-v01",
    organization: "Mistral",
    name: "nim/mistralai/mixtral-8x22b-instruct-v01",
    apiName: "nim/mistralai/mixtral-8x22b-instruct-v01",
    type: "chat",
    contextLength: 16384
  }, {
    id: "nim/mistralai/mixtral-8x7b-instruct-v01",
    organization: "mistralai",
    name: "nim/mistralai/mixtral-8x7b-instruct-v01",
    apiName: "nim/mistralai/mixtral-8x7b-instruct-v01",
    type: "chat",
    contextLength: 16384
  }, {
    id: "nim/nv-mistralai/mistral-nemo-12b-instruct",
    organization: "NVIDIA",
    name: "nim/nv-mistralai/mistral-nemo-12b-instruct",
    apiName: "nim/nv-mistralai/mistral-nemo-12b-instruct",
    type: "chat",
    contextLength: 16384
  }, {
    id: "nim/nvidia/llama-3.1-nemotron-70b-instruct",
    organization: "NVIDIA",
    name: "nim/nvidia/llama-3.1-nemotron-70b-instruct",
    apiName: "nim/nvidia/llama-3.1-nemotron-70b-instruct",
    type: "chat",
    contextLength: 16384
  }, {
    id: "nim/nvidia/llama-3.3-nemotron-super-49b-v1",
    organization: "Nvidia",
    name: "nim/nvidia/llama-3.3-nemotron-super-49b-v1",
    apiName: "nim/nvidia/llama-3.3-nemotron-super-49b-v1",
    type: "chat",
    contextLength: 16384
  }, {
    id: "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
    organization: "Nousresearch",
    name: "Nous Hermes 2 Mixtral 8X7B Dpo",
    apiName: "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
    type: "chat",
    contextLength: 32768
  }, {
    id: "nvidia/Llama-3.1-Nemotron-70B-Instruct-HF",
    organization: "nvidia",
    name: "Llama 3.1 Nemotron 70B Instruct HF",
    apiName: "nvidia/Llama-3.1-Nemotron-70B-Instruct-HF",
    type: "chat",
    contextLength: 32768
  }, {
    id: "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning-fp8",
    organization: "Nvidia",
    name: "Nemotron 3 Nano Omni 30B A3b Reasoning Fp8",
    apiName: "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning-fp8",
    type: "chat",
    contextLength: 131072
  }, {
    id: "nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16",
    organization: "Nvidia",
    name: "Nvidia Nemotron 3 Nano 30B A3b Bf16",
    apiName: "nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16",
    type: "chat",
    contextLength: 262144
  }, {
    id: "nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16",
    organization: "Nvidia",
    name: "Nvidia Nemotron 3 Super 120B A12b Bf16",
    apiName: "nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16",
    type: "chat",
    contextLength: 262144
  }, {
    id: "nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-FP8",
    organization: "Nvidia",
    name: "Nvidia Nemotron 3 Super 120B A12b Fp8",
    apiName: "nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-FP8",
    type: "chat",
    contextLength: 262144
  }, {
    id: "nvidia/NVIDIA-Nemotron-Nano-9B-v2",
    organization: "Nvidia",
    name: "Nvidia Nemotron Nano 9B V2",
    apiName: "nvidia/NVIDIA-Nemotron-Nano-9B-v2",
    type: "chat",
    contextLength: 131072
  }, {
    id: "nvidia/parakeet-tdt-0.6b-v3",
    organization: "Nvidia",
    name: "Nvidia Parakeet TDT 0.6B V3",
    apiName: "nvidia/parakeet-tdt-0.6b-v3",
    type: "transcribe",
    contextLength: 448
  }, {
    id: "openai/gpt-oss-120b",
    organization: "OpenAI",
    name: "OpenAI GPT-OSS 120B",
    apiName: "openai/gpt-oss-120b",
    type: "chat",
    contextLength: 131072
  }, {
    id: "openai/gpt-oss-20b",
    organization: "OpenAI",
    name: "OpenAI GPT-OSS 20B",
    apiName: "openai/gpt-oss-20b",
    type: "chat",
    contextLength: 131072
  }, {
    id: "openai/whisper-large-v3",
    organization: "OpenAI",
    name: "Whisper large-v3",
    apiName: "openai/whisper-large-v3",
    type: "transcribe",
    contextLength: 1
  }, {
    id: "Qwen/Qwen2-1.5B",
    organization: "Qwen",
    name: "Qwen 2 (1.5B)",
    apiName: "Qwen/Qwen2-1.5B",
    type: "language",
    contextLength: 32768
  }, {
    id: "Qwen/Qwen2-1.5B-Instruct",
    organization: "Qwen",
    name: "Qwen 2 Instruct (1.5B)",
    apiName: "Qwen/Qwen2-1.5B-Instruct",
    type: "chat",
    contextLength: 32768
  }, {
    id: "Qwen/Qwen2-72B",
    organization: "Qwen",
    name: "Qwen 2 (72B)",
    apiName: "Qwen/Qwen2-72B",
    type: "language",
    contextLength: 32768
  }, {
    id: "Qwen/Qwen2-7B",
    organization: "Qwen",
    name: "Qwen 2 (7B)",
    apiName: "Qwen/Qwen2-7B",
    type: "language",
    contextLength: 32768
  }, {
    id: "Qwen/Qwen2-VL-72B-Instruct",
    organization: "Qwen",
    name: "Qwen2-VL (72B) Instruct",
    apiName: "Qwen/Qwen2-VL-72B-Instruct",
    type: "chat",
    contextLength: 32768
  }, {
    id: "Qwen/Qwen2.5-1.5B",
    organization: "Qwen",
    name: "Qwen2.5 1.5B",
    apiName: "Qwen/Qwen2.5-1.5B",
    type: "chat",
    contextLength: 131072
  }, {
    id: "Qwen/Qwen2.5-1.5B-Instruct",
    organization: "Qwen",
    name: "Qwen2.5 1.5B Instruct",
    apiName: "Qwen/Qwen2.5-1.5B-Instruct",
    type: "chat",
    contextLength: 32768
  }, {
    id: "Qwen/Qwen2.5-14B",
    organization: "Qwen",
    name: "Qwen2.5 14B",
    apiName: "Qwen/Qwen2.5-14B",
    type: "chat",
    contextLength: 131072
  }, {
    id: "Qwen/Qwen2.5-14B-Instruct",
    organization: "Qwen",
    name: "Qwen 2.5 14B Instruct",
    apiName: "Qwen/Qwen2.5-14B-Instruct",
    type: "chat",
    contextLength: 32768
  }, {
    id: "Qwen/Qwen2.5-32B",
    organization: "Qwen",
    name: "Qwen2.5 32B",
    apiName: "Qwen/Qwen2.5-32B",
    type: "chat",
    contextLength: 131072
  }, {
    id: "Qwen/Qwen2.5-3B-Instruct",
    organization: "Qwen",
    name: "Qwen2.5 3B Instruct",
    apiName: "Qwen/Qwen2.5-3B-Instruct",
    type: "chat",
    contextLength: 32768
  }, {
    id: "Qwen/Qwen2.5-72B",
    organization: "Qwen",
    name: "Qwen2.5 72B",
    apiName: "Qwen/Qwen2.5-72B",
    type: "chat",
    contextLength: 131072
  }, {
    id: "Qwen/Qwen2.5-72B-Instruct",
    organization: "Qwen",
    name: "Qwen2.5 72B Instruct",
    apiName: "Qwen/Qwen2.5-72B-Instruct",
    type: "chat",
    contextLength: 32768
  }, {
    id: "Qwen/Qwen2.5-72B-Instruct-Turbo",
    organization: "Qwen",
    name: "Qwen2.5 72B Instruct Turbo",
    apiName: "Qwen/Qwen2.5-72B-Instruct-Turbo",
    type: "chat",
    contextLength: 131072
  }, {
    id: "Qwen/Qwen2.5-7B",
    organization: "Qwen",
    name: "Qwen2.5 7B",
    apiName: "Qwen/Qwen2.5-7B",
    type: "chat",
    contextLength: 131072
  }, {
    id: "Qwen/Qwen2.5-7B-Instruct",
    organization: "Qwen",
    name: "Qwen2.5 7B Instruct",
    apiName: "Qwen/Qwen2.5-7B-Instruct",
    type: "chat",
    contextLength: 32768
  }, {
    id: "Qwen/Qwen2.5-7B-Instruct-Turbo",
    organization: "Qwen",
    name: "Qwen2.5 7B Instruct Turbo",
    apiName: "Qwen/Qwen2.5-7B-Instruct-Turbo",
    type: "chat",
    contextLength: 32768
  }, {
    id: "Qwen/Qwen2.5-Coder-32B-Instruct",
    organization: "Qwen",
    name: "Qwen 2.5 Coder 32B Instruct",
    apiName: "Qwen/Qwen2.5-Coder-32B-Instruct",
    type: "chat",
    contextLength: 16384
  }, {
    id: "Qwen/Qwen2.5-VL-72B-Instruct",
    organization: "Qwen",
    name: "Qwen2.5-VL (72B) Instruct",
    apiName: "Qwen/Qwen2.5-VL-72B-Instruct",
    type: "chat",
    contextLength: 32768
  }, {
    id: "Qwen/Qwen3-0.6B",
    organization: "Qwen",
    name: "Qwen3 0.6B",
    apiName: "Qwen/Qwen3-0.6B",
    type: "chat",
    contextLength: 40960
  }, {
    id: "Qwen/Qwen3-0.6B-Base",
    organization: "Qwen",
    name: "Qwen3 0.6B Base",
    apiName: "Qwen/Qwen3-0.6B-Base",
    type: "language",
    contextLength: 32768
  }, {
    id: "Qwen/Qwen3-1.7B",
    organization: "Qwen",
    name: "Qwen3 1.7B",
    apiName: "Qwen/Qwen3-1.7B",
    type: "chat",
    contextLength: 40960
  }, {
    id: "Qwen/Qwen3-1.7B-Base",
    organization: "Qwen",
    name: "Qwen3 1.7B Base",
    apiName: "Qwen/Qwen3-1.7B-Base",
    type: "language",
    contextLength: 32768
  }, {
    id: "Qwen/Qwen3-14B-Base",
    organization: "Qwen",
    name: "Qwen3 14B Base",
    apiName: "Qwen/Qwen3-14B-Base",
    type: "language",
    contextLength: 32768
  }, {
    id: "Qwen/Qwen3-235B-A22B-Instruct-2507-tput",
    organization: "Qwen",
    name: "Qwen3 235B A22B Instruct 2507 FP8 Throughput",
    apiName: "Qwen/Qwen3-235B-A22B-Instruct-2507-tput",
    type: "chat",
    contextLength: 262144
  }, {
    id: "Qwen/Qwen3-30B-A3B",
    organization: "Qwen",
    name: "Qwen3 30B A3b",
    apiName: "Qwen/Qwen3-30B-A3B",
    type: "chat",
    contextLength: 40960
  }, {
    id: "Qwen/Qwen3-30B-A3B-Base",
    organization: "Qwen",
    name: "Qwen3 30B A3b Base",
    apiName: "Qwen/Qwen3-30B-A3B-Base",
    type: "language",
    contextLength: 32768
  }, {
    id: "Qwen/Qwen3-30B-A3B-Instruct-2507-Lora",
    organization: "Qwen",
    name: "Qwen3 30B A3B Instruct 2507 Lora",
    apiName: "Qwen/Qwen3-30B-A3B-Instruct-2507-Lora",
    type: "chat",
    contextLength: 262144
  }, {
    id: "Qwen/Qwen3-4B-Base",
    organization: "Qwen",
    name: "Qwen3 4B Base",
    apiName: "Qwen/Qwen3-4B-Base",
    type: "language",
    contextLength: 32768
  }, {
    id: "Qwen/Qwen3-4B-Instruct-2507",
    organization: "Qwen",
    name: "Qwen3 4B Instruct 2507",
    apiName: "Qwen/Qwen3-4B-Instruct-2507",
    type: "chat",
    contextLength: 262144
  }, {
    id: "Qwen/Qwen3-8B",
    organization: "Qwen",
    name: "Qwen3 8B",
    apiName: "Qwen/Qwen3-8B",
    type: "chat",
    contextLength: 40960
  }, {
    id: "Qwen/Qwen3-8B-Base",
    organization: "Qwen",
    name: "Qwen3 8B Base",
    apiName: "Qwen/Qwen3-8B-Base",
    type: "language",
    contextLength: 32768
  }, {
    id: "Qwen/Qwen3-8B-Lora",
    organization: "Qwen",
    name: "Qwen3 8B Lora",
    apiName: "Qwen/Qwen3-8B-Lora",
    type: "chat",
    contextLength: 40960
  }, {
    id: "Qwen/Qwen3-Coder-30B-A3B-Instruct",
    organization: "Qwen",
    name: "Qwen3 Coder 30B A3b Instruct",
    apiName: "Qwen/Qwen3-Coder-30B-A3B-Instruct",
    type: "chat",
    contextLength: 262144
  }, {
    id: "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8",
    organization: "Qwen",
    name: "Qwen3 Coder 480B A35B Instruct Fp8",
    apiName: "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8",
    type: "chat",
    contextLength: 262144
  }, {
    id: "Qwen/Qwen3-Coder-Next-FP8",
    organization: "Qwen",
    name: "Qwen3 Coder Next Fp8",
    apiName: "Qwen/Qwen3-Coder-Next-FP8",
    type: "chat",
    contextLength: 262144
  }, {
    id: "Qwen/Qwen3-Next-80B-A3B-Instruct",
    organization: "Qwen",
    name: "Qwen3 Next 80B A3b Instruct",
    apiName: "Qwen/Qwen3-Next-80B-A3B-Instruct",
    type: "chat",
    contextLength: 262144
  }, {
    id: "Qwen/Qwen3-Next-80B-A3B-Instruct-FP8",
    organization: "Qwen",
    name: "Qwen3 Next 80B A3b Instruct Fp8",
    apiName: "Qwen/Qwen3-Next-80B-A3B-Instruct-FP8",
    type: "chat",
    contextLength: 0
  }, {
    id: "Qwen/Qwen3-Next-80B-A3B-Thinking",
    organization: "Qwen",
    name: "Qwen3 Next 80B A3b Thinking",
    apiName: "Qwen/Qwen3-Next-80B-A3B-Thinking",
    type: "chat",
    contextLength: 262144
  }, {
    id: "Qwen/Qwen3-VL-235B-A22B-Instruct-FP8",
    organization: "Qwen",
    name: "Qwen3-VL-235B-A22B-Instruct-FP8",
    apiName: "Qwen/Qwen3-VL-235B-A22B-Instruct-FP8",
    type: "chat",
    contextLength: 262144
  }, {
    id: "Qwen/Qwen3-VL-32B-Instruct",
    organization: "Qwen",
    name: "Qwen3-VL-32B-Instruct",
    apiName: "Qwen/Qwen3-VL-32B-Instruct",
    type: "chat",
    contextLength: 262144
  }, {
    id: "Qwen/Qwen3-VL-8B-Instruct",
    organization: "Qwen",
    name: "Qwen3-VL-8B-Instruct",
    apiName: "Qwen/Qwen3-VL-8B-Instruct",
    type: "chat",
    contextLength: 262144
  }, {
    id: "Qwen/Qwen3.5-122B-A10B-FP8",
    organization: "Qwen",
    name: "Qwen3.5 122B A10b Fp8",
    apiName: "Qwen/Qwen3.5-122B-A10B-FP8",
    type: "chat",
    contextLength: 262144
  }, {
    id: "Qwen/Qwen3.5-35B-A3B",
    organization: "Qwen",
    name: "Qwen3.5 35B A3b",
    apiName: "Qwen/Qwen3.5-35B-A3B",
    type: "chat",
    contextLength: 262144
  }, {
    id: "Qwen/Qwen3.5-9B",
    organization: "Qwen",
    name: "Qwen3.5 9B FP8",
    apiName: "Qwen/Qwen3.5-9B",
    type: "chat",
    contextLength: 262144
  }, {
    id: "Qwen/Qwen3.5-9B-FP8",
    organization: "Qwen",
    name: "Qwen3.5 9B Fp8",
    apiName: "Qwen/Qwen3.5-9B-FP8",
    type: "chat",
    contextLength: 262144
  }, {
    id: "Qwen/Qwen3.6-35B-A3B-FP8",
    organization: "Qwen",
    name: "Qwen3.6 35B A3b Fp8",
    apiName: "Qwen/Qwen3.6-35B-A3B-FP8",
    type: "chat",
    contextLength: 262144
  }, {
    id: "Qwen/QwQ-32B",
    organization: "Qwen",
    name: "Qwen QwQ-32B",
    apiName: "Qwen/QwQ-32B",
    type: "chat",
    contextLength: 131072
  }, {
    id: "rime-labs/rime-arcana-v2",
    organization: "Rime Labs",
    name: "Rime Labs Arcana v2",
    apiName: "rime-labs/rime-arcana-v2",
    type: "audio",
    contextLength: 0
  }, {
    id: "rime-labs/rime-arcana-v3",
    organization: "Rime Labs",
    name: "Rime Labs Arcana v3",
    apiName: "rime-labs/rime-arcana-v3",
    type: "audio",
    contextLength: 0
  }, {
    id: "rime-labs/rime-arcana-v3-turbo",
    organization: "Rime Labs",
    name: "Rime Labs Arcana v3 Turbo",
    apiName: "rime-labs/rime-arcana-v3-turbo",
    type: "audio",
    contextLength: 448
  }, {
    id: "rime-labs/rime-mist-v2",
    organization: "Rime Labs",
    name: "Rime Labs Mist v2",
    apiName: "rime-labs/rime-mist-v2",
    type: "audio",
    contextLength: 0
  }, {
    id: "Salesforce/Llama-Rank-V1",
    organization: "salesforce",
    name: "Salesforce Llama Rank V1 (8B)",
    apiName: "Salesforce/Llama-Rank-V1",
    type: "rerank",
    contextLength: 8192
  }, {
    id: "sarvamai/sarvam-m",
    organization: "Sarvamai",
    name: "Sarvam M",
    apiName: "sarvamai/sarvam-m",
    type: "chat",
    contextLength: 32768
  }, {
    id: "togethercomputer/EssentialAI-RNJ-1-Instruct",
    organization: "Essential AI",
    name: "EssentialAI Rnj-1 Instruct",
    apiName: "togethercomputer/EssentialAI-RNJ-1-Instruct",
    type: "chat",
    contextLength: 32768
  }, {
    id: "togethercomputer/meta-llama-3.1-8B-Instruct-AWQ-INT4",
    organization: "Meta",
    name: "Meta Llama 3.1 8B Instruct Awq Int4",
    apiName: "togethercomputer/meta-llama-3.1-8B-Instruct-AWQ-INT4",
    type: "chat",
    contextLength: 131072
  }, {
    id: "zai-org/GLM-4.5-Air-FP8",
    organization: "Zai Org",
    name: "Glm 4.5 Air Fp8",
    apiName: "zai-org/GLM-4.5-Air-FP8",
    type: "chat",
    contextLength: 131072
  }, {
    id: "zai-org/GLM-4.5V",
    organization: "Zai Org",
    name: "GLM 4.5V",
    apiName: "zai-org/GLM-4.5V",
    type: "chat",
    contextLength: 65536
  }, {
    id: "zai-org/GLM-4.6",
    organization: "Zai Org",
    name: "GLM 4.6 Fp8",
    apiName: "zai-org/GLM-4.6",
    type: "chat",
    contextLength: 202752
  }, {
    id: "zai-org/GLM-4.7",
    organization: "Zai Org",
    name: "GLM 4.7 Fp8",
    apiName: "zai-org/GLM-4.7",
    type: "chat",
    contextLength: 202752
  }, {
    id: "zai-org/GLM-OCR",
    organization: "Zai Org",
    name: "GLM OCR",
    apiName: "zai-org/GLM-OCR",
    type: "chat",
    contextLength: 131072
  }];
  const typeLabels = {
    audio: "Audio",
    chat: "Chat",
    code: "Code",
    embedding: "Embedding",
    image: "Image",
    language: "Language",
    moderation: "Moderation",
    rerank: "Rerank",
    transcribe: "Transcription",
    video: "Video"
  };
  const listedModels = models.filter(m => type === undefined || m.type === type).sort((a, b) => {
    if (a.type !== b.type) return a.type.localeCompare(b.type);
    if (a.organization !== b.organization) {
      if (a.organization === "") return 1;
      if (b.organization === "") return -1;
      return a.organization.localeCompare(b.organization);
    }
    return a.apiName.localeCompare(b.apiName);
  });
  return <table className="w-full">
      <thead>
        <tr>
          {type === undefined && <th>Type</th>}
          <th>Organization</th>
          <th>Model name</th>
          <th>API model name</th>
          <th>Context length</th>
        </tr>
      </thead>
      <tbody>
        {listedModels.map(model => <tr key={model.id}>
            {type === undefined && <td>{typeLabels[model.type] ?? model.type}</td>}
            <td>{model.organization}</td>
            <td>{model.name}</td>
            <td>{model.apiName}</td>
            <td>{model.contextLength > 0 ? model.contextLength : "-"}</td>
          </tr>)}
      </tbody>
    </table>;
};

This list is restricted to Together-hosted models. To deploy your own model or adapter, see [Upload a custom model](/docs/dedicated-endpoints/custom-models) or [Deploy a custom adapter](/docs/dedicated-endpoints/adapter).

<Tip>
  If you're not sure which model to use, check out our list of [recommended models](/docs/recommended-models) by use case.
</Tip>

## Models

<ModelTable />
