The whole hunk
from line 3928, old and new numbered
/
lines
This page is larger than the 256 KiB this site keeps, so one side of the diff below stops where the stored text does.
from line 3928
39283928
39293929 - `temperature: optional number`
39303930
3931 **Deprecated**: Deprecated. Models released after Claude Opus 4.6 do not support setting temperature. A value of 1.0 of will be accepted for backwards compatibility, all other values will be rejected with a 400 error.
3931 **Deprecated**: Deprecated. Models released after Claude Opus 4.6 do not support setting temperature. A value of 1.0 will be accepted for backwards compatibility, all other values will be rejected with a 400 error.
39323932
39333933 Amount of randomness injected into the response.
39343934
from line 6680
66806680
66816681 minimum: 0
66826682
6683 - `model: Model`
6683 - `model: Model or null`
66846684
66856685 The model that will complete your prompt.
66866686
from line 6778
67786778
67796779 Token usage for the fallback-model attempt of a server-side fallback request.
67806780
6781 Produced in place of a `message` entry for whichever hop served the
6782 response. A declined hop produces the existing `message` entry. Whether
6783 a fallback model served the response is signalled by the presence of this
6784 entry in `usage.iterations`.
6781 The terminal entry of a fallback-served turn: when a fallback hop's
6782 output is the returned message, the entry for the iteration that
6783 completed it carries this type in place of `message`. A declined hop
6784 and the serving hop's earlier tool-loop iterations produce `message`
6785 entries. Whether a fallback model served the response is signalled by
6786 the presence of this entry in `usage.iterations`.
67856787
67866788 - `type: "fallback_message"`
67876789
from line 8363
83618363
83628364 The policy category that triggered a refusal.
83638365
8364 - `"cyber"`
8365
8366 The request could enable cyber harm, such as malware or exploit development. Benign cybersecurity work can also trigger this category.
8367
8368
8366