Available Models
Prices are per million tokens, billed separately for input, output, and training.Choosing a Model
For Validation and Debugging
Start with a small, fast model to verify your environment and config work correctly before committing compute to a larger run. Recommended:Qwen/Qwen3.5-0.8B or meta-llama/Llama-3.2-1B-Instruct
For Experimentation
MoE models with small active parameter counts give strong performance per token. Recommended:Qwen/Qwen3.5-35B-A3B
For Production Training
For serious training runs where you want the strongest possible results, use the larger MoE models. Recommended:nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16
Thinking Mode
Qwen3.5 and Nemotron models support a thinking mode that produces extended chain-of-thought reasoning before the final answer. Toggle it via[sampling].enable_thinking in your config. Thinking mode tends to help on tasks that benefit from multi-step reasoning (math, code, logic) at the cost of longer outputs.
Checking Available Models
Always use the CLI to check the current list of supported models:--output json to get the live pricing alongside the model list. This may differ from this page as models are being added regularly.