Skip to content

Models & Pricing

All prices are per million tokens. Checkpoint storage is charged at $0.10 per GB per month.

We provide an 80% discount on cached prefill tokens.

Some models have a limited-time 50% discount: the struck-through price is the original, and the price next to it is what you pay.

All Types
All Types
Base
Reasoning
Hybrid
Vision
All Architectures
All Architectures
Dense
MoE
All Sizes
All Sizes
Compact
Small
Medium
Large
Model Tinker ID Context PrefillCached: 80% discount Sample Train Size Arch Type
InklingLimited-time 50% offthinkingmachines/Inkling64K$3.74 $1.87$0.374 (cached)$9.36 $4.68$11.22 $5.61LargeMoEHybrid + Audio + Vision
Inkling (256K)Limited-time 50% offthinkingmachines/Inkling:peft:262144256K$7.48 $3.74$0.748 (cached)$18.72 $9.36$22.46 $11.23LargeMoEHybrid + Audio + Vision
Nemotron-3-Ultra-550B-A55BLimited-time 50% offnvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-BF1664K$4.98 $2.49$0.498 (cached)$12.45 $6.225$10.956 $5.478LargeMoEHybrid
Nemotron-3-Ultra-550B-A55B (256K)Limited-time 50% offnvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16:peft:262144256K$6.64 $3.32$0.664 (cached)$16.60 $8.30$19.92 $9.96LargeMoEHybrid
Nemotron-3-Super-120B-A12BLimited-time 50% offnvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF1664K$1.14 $0.57$0.114 (cached)$2.88 $1.44$2.552 $1.276LargeMoEHybrid
Nemotron-3-Super-120B-A12B (256K)Limited-time 50% offnvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16:peft:262144256K$1.52 $0.76$0.152 (cached)$3.84 $1.92$4.64 $2.32LargeMoEHybrid
Nemotron-3-Nano-30B-A3BLimited-time 50% offnvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF1664K$0.39 $0.195$0.039 (cached)$0.99 $0.495$0.88 $0.44MediumMoEHybrid
Kimi-K2.6moonshotai/Kimi-K2.632K$2.205$0.441 (cached)$5.49$4.84LargeMoEHybrid + Vision
Kimi-K2.6 (128K)moonshotai/Kimi-K2.6:peft:131072128K$5.15$1.03 (cached)$12.81$15.40LargeMoEHybrid + Vision
Qwen3.6-35B-A3BQwen/Qwen3.6-35B-A3B64K$0.54$0.108 (cached)$1.335$1.177MediumMoEHybrid + Vision
Qwen3.6-27BQwen/Qwen3.6-27B64K$1.86$0.372 (cached)$5.595$4.103MediumDenseHybrid + Vision
Qwen3.5-397B-A17BQwen/Qwen3.5-397B-A17B64K$3.00$0.60 (cached)$7.50$6.60LargeMoEHybrid + Vision
Qwen3.5-397B-A17B (256K)Qwen/Qwen3.5-397B-A17B:peft:262144256K$4.00$0.80 (cached)$10.00$12.00LargeMoEHybrid + Vision
Qwen3.5-35B-A3B-BaseQwen/Qwen3.5-35B-A3B-Base64K$0.54$0.108 (cached)$1.335$1.177MediumMoEBase
Qwen3.5-9BQwen/Qwen3.5-9B64K$0.66$0.132 (cached)$1.995$1.463SmallDenseHybrid + Vision
Qwen3.5-9B-BaseQwen/Qwen3.5-9B-Base64K$0.66$0.132 (cached)$1.995$1.463SmallDenseBase
Qwen3.5-4BQwen/Qwen3.5-4B64K$0.33$0.066 (cached)$1.005$0.737CompactDenseHybrid + Vision
Qwen3-8BQwen/Qwen3-8B32K$0.195$0.039 (cached)$0.60$0.44SmallDenseHybrid
GPT-OSS-120Bopenai/gpt-oss-120b32K$0.33$0.066 (cached)$0.84$0.737MediumMoEReasoning
GPT-OSS-120B (128K)openai/gpt-oss-120b:peft:131072128K$0.78$0.156 (cached)$1.94$2.33MediumMoEReasoning
GPT-OSS-20Bopenai/gpt-oss-20b32K$0.18$0.036 (cached)$0.45$0.396SmallMoEReasoning
DeepSeek-V3.1deepseek-ai/DeepSeek-V3.132K$1.695$0.339 (cached)$4.215$3.718LargeMoEHybrid

Pricing Terms

  • Prefill: Processing input/prompt tokens (forward pass only)
  • Cached prefill: The smaller price under each prefill price; applies to input tokens that hit the prompt cache (80% off)
  • Sample: Generating output tokens (forward pass + sampling)
  • Train: Forward and backward pass for gradient computation
  • Context: Maximum sequence length. Models with :peft: suffix support extended context at higher prices.
  • Tinker ID: The exact string to pass to create_lora_training_client(base_model=...) or create_sampling_client(base_model=...)

MoE models are priced by active parameters, making them significantly more cost-effective than dense models of similar quality.

Model Types

  • Base: Raw pretrained models with no chat or instruction tuning. Best for post-training research or running the full post-training pipeline yourself.
  • Reasoning: Always produce chain-of-thought before their answer. Highest intelligence, higher latency and token cost.
  • Hybrid: Run in both thinking and non-thinking modes. They reason by default, but chain-of-thought can be disabled via a renderer or argument for faster, cheaper direct answers.
  • Vision: Vision-language models that accept images alongside text. Shown as a + Vision suffix on the underlying type (for example, Hybrid + Vision).
  • Audio: Models that accept audio alongside text. Shown as a + Audio suffix on the underlying type.

Architecture is either Dense (all parameters active per token) or MoE (mixture-of-experts, only a subset of parameters active per token). MoE models are highlighted in amber.

Choosing a Model

  • Cost-effective: Use MoE models (highlighted in amber)
  • Research/post-training: Use Base models
  • Task-specific fine-tuning: Start with a Hybrid model
  • Low latency: Use a Hybrid model with chain-of-thought disabled
  • High intelligence: Use Reasoning or Hybrid models (chain-of-thought)
  • Vision tasks: Use models with Vision in the type

Retired Models

These models have been retired and can no longer be used for training or inference, grouped by retirement date. See Model deprecations for the recommended replacement for each.

July 12, 2026

  • Kimi: Kimi-K2.5

June 12, 2026

  • Qwen: Qwen3-235B-A22B-Instruct-2507, Qwen3-VL-235B-A22B-Instruct, Qwen3.5-35B-A3B, Qwen3.5-27B, Qwen3-32B, Qwen3-30B-A3B, Qwen3-30B-A3B-Instruct-2507, Qwen3-VL-30B-A3B-Instruct, Qwen3-30B-A3B-Base, Qwen3-8B-Base, Qwen3-4B-Instruct-2507
  • Llama: Llama-3.3-70B-Instruct, Llama-3.1-70B, Llama-3.1-8B, Llama-3.1-8B-Instruct, Llama-3.2-3B, Llama-3.2-1B
  • DeepSeek: DeepSeek-V3.1-Base
  • Kimi: Kimi-K2-Thinking