Extracted API notes
-
Models:
gpt-5.6→gpt-5.6-sol; alsogpt-5.6-terrafor cost/perf,gpt-5.6-lunafor high-volume efficiency. -
Reasoning effort:
none | low | medium | high | xhigh | max; benchmark current setting and one level lower. -
Pro mode: use
reasoning.mode: "pro"; not a separate model slug.reasoning.effortstays independent. Higher token count, same rate. -
Persisted reasoning: set
reasoning.contexttoauto,all_turns, orcurrent_turn. -
Prompt cache: implicit still works; explicit mode via cache breakpoints /
prompt_cache_options.mode: "explicit". -
Cache TTL: replace
prompt_cache_retentionwithprompt_cache_options.ttl. -
Cache pricing: cache writes cost 1.25× uncached input; monitor
cached_tokensandcache_write_tokens. -
Programmatic Tool Calling: add
programmatic_tool_calling; opt tools in withallowed_callers; handleprogram, function calls, andprogram_output. -
Multi-agent beta: Responses API beta for parallel subagents and synthesis on separable complex tasks.
No “snapshot date” in model names.