Structured Outputs vs Tool Use vs Prefills: Getting JSON Out of Claude in 2026
Anthropic's Claude models Opus 4.6+ and Fable 5 no longer support last-assistant-turn prefills for forcing JSON output, returning a 400 error. Developers must now use structured outputs via `output_config.format` with Zo…