Driving the Model
Get output you can reproduce instead of a demo that worked once.
$72
this phase
- Open1.1
Tokens, Sampling & Context
Free previewWhat the model actually predicts, and what temperature, top-p, and a filling context window do to it.
- 1.2
Chat Templates
Apply the tokenizer's own template, then watch a mismatched one quietly wreck output quality.
- 1.3
Structured Output
JSON schemas, constrained decoding, and validation that fails loudly instead of silently.
- 1.4
Prompting Reasoning Models
Decomposition, few-shot, and why chain-of-thought prompts now hurt a model that already reasons.