The whole hunk
from line 9, 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.
The two sides of this change are more than 400 edits apart, too far apart to line up, so this is the differ's own diff of it and the words inside a line are not marked.
from line 9
99
1010### Anthropic Beta
1111
12- `AnthropicBeta = string or "message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
12- `AnthropicBeta = string or "message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
1313
1414 - `string`
1515
16 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
16 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
1717
1818 - `"message-batches-2024-09-24"`
1919
from line 105
105105
106106 - `"mid-conversation-system-clear-at-2026-08-21"`
107107
108 - `"compact-2026-09-04"`
109
108110### Beta API Error
109111
110112- `BetaAPIError object`
from line 465
463465
464466 - `string`
465467
466 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
468 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
467469
468470 - `"message-batches-2024-09-24"`
469471
from line 557
555557
556558 - `"mid-conversation-system-clear-at-2026-08-21"`
557559
560 - `"compact-2026-09-04"`
561
558562- `"anthropic-workspace-id": optional string`
559563
560564#### Returns
from line 600
596600 - `code_execution: BetaCapabilitySupport`
597601
598602 Whether the model supports code execution tools.
603
604 - `compaction: BetaCompactionCapability or null`
605
606 Compaction capability details: whether the model accepts the top-level
607 `compaction` request parameter, with one entry per supported
608 `compaction.type` value.
609
610 - `summarize: BetaCapabilitySupport`
611
612 Whether the summarize compaction type is supported.
613
614 - `supported: boolean`
615
616 Whether this capability is supported by the model.
599617
600618 - `context_management: BetaContextManagementCapability`
601619
from line 751
733751 "supported": true
734752 },
735753 "code_execution": {
754 "supported": true
755 },
756 "compaction": {
757 "summarize": {
758 "supported": true
759 },
736760 "supported": true
737761 },
738762 "context_management": {
from line 845
821845
822846 - `string`
823847
824 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
848 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
825849
826850 - `"message-batches-2024-09-24"`
827851
from line 937
913937
914938 - `"mid-conversation-system-clear-at-2026-08-21"`
915939
940 - `"compact-2026-09-04"`
941
916942- `"anthropic-workspace-id": optional string`
917943
918944#### Returns
from line 980
954980 - `code_execution: BetaCapabilitySupport`
955981
956982 Whether the model supports code execution tools.
983
984 - `compaction: BetaCompactionCapability or null`
985
986 Compaction capability details: whether the model accepts the top-level
987 `compaction` request parameter, with one entry per supported
988 `compaction.type` value.
989
990 - `summarize: BetaCapabilitySupport`
991
992 Whether the summarize compaction type is supported.
993
994 - `supported: boolean`
995
996 Whether this capability is supported by the model.
957997
958998 - `context_management: BetaContextManagementCapability`
959999
from line 1117
10771117 "supported": true
10781118 },
10791119 "code_execution": {
1120 "supported": true
1121 },
1122 "compaction": {
1123 "summarize": {
1124 "supported": true
1125 },
10801126 "supported": true
10811127 },
10821128 "context_management": {
from line 1204
11581204
11591205 - `string`
11601206
1161 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
1207 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
11621208
11631209 - `"message-batches-2024-09-24"`
11641210
from line 1295
12491295 - `"thinking-binding-controls-2026-08-01"`
12501296
12511297 - `"mid-conversation-system-clear-at-2026-08-21"`
1298
1299 - `"compact-2026-09-04"`
12521300
12531301- `"anthropic-user-profile-id": optional string`
12541302
from line 2467
24192467 - `encrypted_content: optional string or null`
24202468
24212469 Opaque metadata from prior compaction, to be round-tripped verbatim
2470
2471 - `signature: optional string or null`
2472
2473 The block's signature as returned, to be sent back verbatim
24222474
24232475 - `BetaRequestToolAdditionBlock object`
24242476
from line 2711
26592711- `cache_control: optional BetaCacheControlEphemeral or null`
26602712
26612713 Top-level cache control automatically applies a cache_control marker to the last cacheable block in the request.
2714
2715- `compaction: optional BetaCompactionConfig or null`
2716
2717 Compact the whole conversation and return a signed `compaction` block,
2718 alone, that a later request sends back first in `messages`, in place of
2719 the messages it summarizes. There is no trigger and no pause flag: sending
2720 the parameter compacts, and nothing is sampled after the block.
2721
2722 The summarization prompt is the server's own unless `instructions` are
2723 given, which then replace it for this request; a value that is empty or
2724 only whitespace counts as absent.
2725
2726 - `type: "summarize"`
2727
2728 - `instructions: optional string or null`
2729
2730 Replaces the server's default summarization prompt for this request. An empty or whitespace-only value counts as absent.
2731
2732 maxLength: 16384
26622733
26632734- `container: optional BetaContainerParams or string or null`
26642735
from line 4649
45784649
45794650 When true, guarantees schema validation on tool names and inputs
45804651
4652 - `url_sources: optional BetaWebFetchURLSources or null`
4653
4654 Which sources contribute to the set of URLs web fetch may fetch.
4655
4656 Each key is a tagged variant: `user_input` is `all` or `none`; the
4657 two tool filters are `all`, `none`, `only` (only the named tools'
4658 results) or `except` (every result but the named tools'). A named tool
4659 must be declared in this request's `tools[]`.
4660
4661 - `client_tool_results: optional BetaWebFetchURLSourceAll or BetaWebFetchURLSourceNone or BetaWebFetchURLSourceOnly or BetaWebFetchURLSourceExcept`
4662
4663 Which client tools' results contribute fetchable URLs: "all", "none", or an only or except list of client tool names from tools[].
4664
4665 - `BetaWebFetchURLSourceAll object`
4666
4667 The `url_sources` variant under which a source contributes in
4668 full: every result of the tool filter's source, or all user input.
4669
4670 - `type: "all"`
4671
4672 - `BetaWebFetchURLSourceNone object`
4673
4674 The `url_sources` variant under which a source contributes nothing:
4675 no result of the tool filter's source, or no user input.
4676
4677 - `type: "none"`
4678
4679 - `BetaWebFetchURLSourceOnly object`
4680
4681 The tool filter variant under which only the named tools' results
4682 contribute.
4683
4684 - `type: "only"`
4685
4686 - `tools: array of BetaWebFetchURLSourceToolReference`
4687
4688 - `type: "tool_reference"`
4689
4690 - `name: string`
4691
4692 - `BetaWebFetchURLSourceExcept object`
4693
4694 The tool filter variant under which every result but the named
4695 tools' contributes.
4696
4697 - `type: "except"`
4698
4699 - `tools: array of BetaWebFetchURLSourceToolReference`
4700
4701 - `type: "tool_reference"`
4702
4703 - `name: string`
4704
4705 - `server_tool_results: optional BetaWebFetchURLSourceAll or BetaWebFetchURLSourceNone or BetaWebFetchURLSourceOnly or BetaWebFetchURLSourceExcept`
4706
4707 Which server tools' results contribute fetchable URLs: "all", "none", or an only or except list of server tool names from tools[]; only web_search and web_fetch results ever contribute.
4708
4709 - `BetaWebFetchURLSourceAll object`
4710
4711 The `url_sources` variant under which a source contributes in
4712 full: every result of the tool filter's source, or all user input.
4713
4714 - `BetaWebFetchURLSourceNone object`
4715
4716 The `url_sources` variant under which a source contributes nothing:
4717 no result of the tool filter's source, or no user input.
4718
4719 - `BetaWebFetchURLSourceOnly object`
4720
4721 The tool filter variant under which only the named tools' results
4722 contribute.
4723
4724 - `BetaWebFetchURLSourceExcept object`
4725
4726 The tool filter variant under which every result but the named
4727 tools' contributes.
4728
4729 - `user_input: optional BetaWebFetchURLSourceAll or BetaWebFetchURLSourceNone`
4730
4731 Whether URLs in user messages are fetchable: "all" or "none".
4732
4733 - `BetaWebFetchURLSourceAll object`
4734
4735 The `url_sources` variant under which a source contributes in
4736 full: every result of the tool filter's source, or all user input.
4737
4738 - `BetaWebFetchURLSourceNone object`
4739
4740 The `url_sources` variant under which a source contributes nothing:
4741 no result of the tool filter's source, or no user input.
4742
45814743 - `BetaWebSearchTool20260209 object`
45824744
45834745 - `type: "web_search_20260209"`
from line 4846
46844846
46854847 When true, guarantees schema validation on tool names and inputs
46864848
4849 - `url_sources: optional BetaWebFetchURLSources or null`
4850
4851 Which sources contribute to the set of URLs web fetch may fetch.
4852
4853 Each key is a tagged variant: `user_input` is `all` or `none`; the
4854 two tool filters are `all`, `none`, `only` (only the named tools'
4855 results) or `except` (every result but the named tools'). A named tool
4856 must be declared in this request's `tools[]`.
4857
46874858 - `BetaWebFetchTool20260309 object`
46884859
46894860 Web fetch tool with use_cache parameter for bypassing cached content.
from line 4913
47424913
47434914 When true, guarantees schema validation on tool names and inputs
47444915
4916 - `url_sources: optional BetaWebFetchURLSources or null`
4917
4918 Which sources contribute to the set of URLs web fetch may fetch.
4919
4920 Each key is a tagged variant: `user_input` is `all` or `none`; the
4921 two tool filters are `all`, `none`, `only` (only the named tools'
4922 results) or `except` (every result but the named tools'). A named tool
4923 must be declared in this request's `tools[]`.
4924
47454925 - `use_cache: optional boolean`
47464926
47474927 Whether to use cached content. Set to false to bypass the cache and fetch fresh content. Only set to false when the user explicitly requests fresh content or when fetching rapidly-changing sources.
from line 5047
48675047 - `strict: optional boolean`
48685048
48695049 When true, guarantees schema validation on tool names and inputs
5050
5051 - `url_sources: optional BetaWebFetchURLSources or null`
5052
5053 Which sources contribute to the set of URLs web fetch may fetch.
5054
5055 Each key is a tagged variant: `user_input` is `all` or `none`; the
5056 two tool filters are `all`, `none`, `only` (only the named tools'
5057 results) or `except` (every result but the named tools'). A named tool
5058 must be declared in this request's `tools[]`.
48705059
48715060 - `use_cache: optional boolean`
48725061
from line 6166
59776166 - `encrypted_content: string or null`
59786167
59796168 Opaque metadata from prior compaction, to be round-tripped verbatim
6169
6170 - `signature: optional string or null`
6171
6172 Signature over the summary, to be sent back with the block verbatim
59806173
59816174 - `BetaFallbackBlock object`
59826175
from line 6934
67416934
67426935 - `"fast"`
67436936
6744 - `input_transformations: optional array of BetaThinkingDroppedInputTransformation or null`
6745
6746 Changes the API made to the request's input before showing it to the model:
6747 one entry per change, in request order. Today the only entry type is
6748 `thinking_dropped` — a `thinking`, `redacted_thinking` or `connector_text`
6749 block from the request's `messages` that was removed from the prompt instead
6750 of being shown to the model because it failed a binding check. More entry
6751 types may be added over time; ignore types you do not recognize.
6937 - `input_transformations: optional array of BetaInputTransformation or null`
6938
6939 Changes the API made to the request's input before showing it to the model,
6940 and blocks that failed a binding check but were left unchanged: one entry per
6941 block, in request order. Two entry types today. `thinking_dropped` — a
6942 `thinking`, `redacted_thinking` or `connector_text` block from the request's
6943 `messages` that was removed from the prompt instead of being shown to the
6944 model because it failed a binding check. `thinking_mismatch_allowed` — a
6945 `thinking` or `redacted_thinking` block that failed the conversation check
6946 (the conversation before it differs from the one it was created in, or it
6947 carries no record of one on a model that requires it) and was shown to the
6948 model all the same, because that check is not enforced for this request.
6949 More entry types may be added over time; ignore types you do not recognize.
67526950
67536951 Requires `anthropic-beta: thinking-binding-controls-2026-08-01`. Present on
67546952 every such response from a model that supports extended thinking, as `[]`
6755 when nothing was changed; without the beta, blocks are removed all the same
6756 but nothing is reported. Removed blocks contribute nothing to
6757 `usage.input_tokens`. When streaming, the array is final in `message_start`;
6758 the final `message_delta` event carries it only when a server-side model
6759 fallback happened mid-stream, in which case it holds the serving model's
6760 entries and replaces the one in `message_start`.
6761
6762 - `type: "thinking_dropped"`
6763
6764 Always `thinking_dropped` for this entry type.
6765
6766 default: thinking_dropped
6767
6768 - `path: string`
6769
6770 Where the removed block was in your request, as `messages.{i}.content.{j}`:
6771 `i` indexes the `messages` array you sent and `j` that message's `content`
6772 array — the same form error messages use.
6773
6774 - `reason: "model_binding_mismatch" or "prefix_binding_mismatch" or "organization_binding_mismatch" or "end_user_binding_mismatch"`
6775
6776 Which binding check removed the block: `model_binding_mismatch` — it was
6777 created by a model whose reasoning the requested model may not read;
6778 `prefix_binding_mismatch` — the conversation before it differs from the
6779 conversation it was created in (the rest of that turn's consecutive thinking
6780 blocks are removed with it, each with this reason);
6781 `organization_binding_mismatch` — it was created under a different
6782 organization (an Anthropic organization, AWS account or Google Cloud project)
6783 and this organization is not one of its additional organizations;
6784 `end_user_binding_mismatch` — it was created for a different end user, or
6785 was removed by the consumer-organization binding. A block that would fail
6786 several checks reports one reason, in this order of precedence:
6787 `organization_binding_mismatch`, `end_user_binding_mismatch`,
6788 `model_binding_mismatch`, `prefix_binding_mismatch`.
6789
6790 - `"model_binding_mismatch"`
6791
6792 - `"prefix_binding_mismatch"`
6793
6794 - `"organization_binding_mismatch"`
6795
6796 - `"end_user_binding_mismatch"`
6797
6798- `BetaRawMessageStreamEvent = BetaRawMessageStartEvent or BetaRawMessageDeltaEvent or BetaRawMessageStopEvent or 3 more`
6799
6800 - `BetaRawMessageStartEvent object`
6801
6802 - `type: "message_start"`
6803
6804 default: message_start
6805
6806 - `message: BetaMessage`
6807
6808 - `BetaRawMessageDeltaEvent object`
6809
6810 - `type: "message_delta"`
6811
6812 default: message_delta
6813
6814 - `context_management: BetaContextManagementResponse or null`
6815
6816 Information about context management strategies applied during the request
6817
6818 - `delta: object`
6819
6820 - `container: BetaContainer or null`
6821
6822 Information about the container used in the request (for the code execution tool)
6823
6824 - `stop_details: BetaRefusalStopDetails or null`
6825
6826 Structured information about a refusal.
6827
6828 - `stop_reason: BetaStopReason or null`
6829
6830 - `stop_sequence: string or null`
6831
6832 - `usage: BetaMessageDeltaUsage`
6833
6834 Billing and rate-limit usage.
6835
6836 Anthropic's API bills and rate-limits by token counts, as tokens represent the underlying cost to our systems.
6837
6838 Under the hood, the API transforms requests into a format suitable for the model. The model's output then goes through a parsing stage before becoming an API response. As a result, the token counts in `usage` will not match one-to-one with the exact visible content of an API request or response.
6839
6840 For example, `output_tokens` will be non-zero, even for an empty string response from Claude.
6841
6842 Total input tokens in a request is the summation of `input_tokens`, `cache_creation_input_tokens`, and `cache_read_input_tokens`.
6843
6844 - `cache_creation_input_tokens: number or null`
6845
6846 The cumulative number of input tokens used to create the cache entry.
6847
6848 minimum: 0
6849
6850 - `cache_read_input_tokens: number or null`
6851
6852 The cumulative number of input tokens read from the cache.
6853
6854 minimum: 0
6855
6856 - `fallback_credit: BetaFallbackCreditUsage or null`
6857
6858 Outcome of the `fallback_credit_token` presented on this request.
6859
6860 - `input_tokens: number or null`
6861
6862 The cumulative number of input tokens which were used.
6863
6864 minimum: 0
6865
6866 - `iterations: BetaIterationsUsage or null`
6867
6868 Per-iteration token usage breakdown.
6869
6870 Each entry represents one sampling iteration, with its own input/output token counts and cache statistics, discriminated by `type`. For `message` entries (model sampling iterations, such as the turns of a server-side tool use loop), this allows you to:
6871
6872 - Determine which iterations exceeded long context thresholds (>=200k tokens)
6873 - Calculate the context window size from the last `message` entry
6874 - Understand token accumulation across server-side tool use loops
6875
6876 A `compaction` entry reports the token usage of the compaction operation itself — the server-side request that summarizes the context being closed — NOT the size of the context that was compacted away, and its token counts can be much smaller than that closed context (for example, a compaction that closes a ~200k-token context can report only a few thousand tokens). Do not derive the context window size from a `compaction` entry, even when it is the last entry. A `compaction` entry's tokens are not included in the top-level `usage` fields. When an input-token trigger is in effect (the default — 150,000 tokens unless configured otherwise), each `compaction` entry closes a context that had reached at least that threshold, though the context can exceed it by the final iteration's output and tool results.
6877
6878 - `output_tokens: number`
6879
6880 The cumulative number of output tokens which were used.
6881
6882 - `output_tokens_details: BetaOutputTokensDetails or null`
6883
6884 Breakdown of output tokens by category.
6885
6886 `output_tokens` remains the inclusive, authoritative total used for billing.
6887 This object provides a read-only decomposition for observability — for example,
6888 how many of the billed output tokens were spent on internal reasoning that may
6889 have been summarized before being returned to you.
6890
6891 - `server_tool_use: BetaServerToolUsage or null`
6892
6893 The number of server tool requests.
6894
6895 - `input_transformations: optional array of BetaThinkingDroppedInputTransformation or null`
6896
6897 Changes the API made to the request's input before showing it to the model:
6898 one entry per change, in request order. Today the only entry type is
6899 `thinking_dropped` — a `thinking`, `redacted_thinking` or `connector_text`
6900 block from the request's `messages` that was removed from the prompt instead
6901 of being shown to the model because it failed a binding check. More entry
6902 types may be added over time; ignore types you do not recognize.
6903
6904 Requires `anthropic-beta: thinking-binding-controls-2026-08-01`. Present on
6905 every such response from a model that supports extended thinking, as `[]`
6906 when nothing was changed; without the beta, blocks are removed all the same
6907 but nothing is reported. Removed blocks contribute nothing to
6908 `usage.input_tokens`. When streaming, the array is final in `message_start`;
6909 the final `message_delta` event carries it only when a server-side model
6910 fallback happened mid-stream, in which case it holds the serving model's
6911 entries and replaces the one in `message_start`.
6953 when there is no entry to report; without the beta, blocks are removed or
6954 left in place all the same but nothing is reported. Removed blocks contribute
6955 nothing to `usage.input_tokens`; blocks left in place count as sent. When
6956 streaming, the array is final in `message_start`; the final `message_delta`
6957 event carries it only when a server-side model fallback happened mid-stream,
6958 in which case it holds the serving model's entries and replaces the one in
6959 `message_start`.
6960
6961 - `BetaThinkingDroppedInputTransformation object`
69126962
69136963 - `type: "thinking_dropped"`
69146964
from line 6987
69376987 several checks reports one reason, in this order of precedence:
69386988 `organization_binding_mismatch`, `end_user_binding_mismatch`,
69396989 `model_binding_mismatch`, `prefix_binding_mismatch`.
6990
6991 - `"model_binding_mismatch"`
6992
6993 - `"prefix_binding_mismatch"`
6994
6995 - `"organization_binding_mismatch"`
6996
6997 - `"end_user_binding_mismatch"`
6998
6999 - `BetaThinkingMismatchAllowedInputTransformation object`
7000
7001 - `type: "thinking_mismatch_allowed"`
7002
7003 Always `thinking_mismatch_allowed` for this entry type.
7004
7005 default: thinking_mismatch_allowed
7006
7007 - `path: string`
7008
7009 Where the block is in your request, as `messages.{i}.content.{j}`:
7010 `i` indexes the `messages` array you sent and `j` that message's `content`
7011 array — the same form error messages use.
7012
7013 - `reason: "model_binding_mismatch" or "prefix_binding_mismatch" or "organization_binding_mismatch" or "end_user_binding_mismatch"`
7014
7015 Which binding check the block failed; the block was shown to the model all
7016 the same. Always `prefix_binding_mismatch` today — the conversation before
7017 the block differs from the conversation it was created in, or the block
7018 carries no record of one on a model that requires it. Were the check
7019 enforced for this request, the block would have been removed or the request
7020 rejected (`thinking.block_binding.prefix_mismatch_behavior`). A removal also
7021 takes the rest of that turn's consecutive thinking blocks, whereas here each
7022 block is checked on its own, so `thinking_mismatch_allowed` entries are a
7023 lower bound on what enforcement would remove.
7024
7025 - `"model_binding_mismatch"`
7026
7027 - `"prefix_binding_mismatch"`
7028
7029 - `"organization_binding_mismatch"`
7030
7031 - `"end_user_binding_mismatch"`
7032
7033- `BetaRawMessageStreamEvent = BetaRawMessageStartEvent or BetaRawMessageDeltaEvent or BetaRawMessageStopEvent or 3 more`
7034
7035 - `BetaRawMessageStartEvent object`
7036
7037 - `type: "message_start"`
7038
7039 default: message_start
7040
7041 - `message: BetaMessage`
7042
7043 - `BetaRawMessageDeltaEvent object`
7044
7045 - `type: "message_delta"`
7046
7047 default: message_delta
7048
7049 - `context_management: BetaContextManagementResponse or null`
7050
7051 Information about context management strategies applied during the request
7052
7053 - `delta: object`
7054
7055 - `container: BetaContainer or null`
7056
7057 Information about the container used in the request (for the code execution tool)
7058
7059 - `stop_details: BetaRefusalStopDetails or null`
7060
7061 Structured information about a refusal.
7062
7063 - `stop_reason: BetaStopReason or null`
7064
7065 - `stop_sequence: string or null`
7066
7067 - `usage: BetaMessageDeltaUsage`
7068
7069 Billing and rate-limit usage.
7070
7071 Anthropic's API bills and rate-limits by token counts, as tokens represent the underlying cost to our systems.
7072
7073 Under the hood, the API transforms requests into a format suitable for the model. The model's output then goes through a parsing stage before becoming an API response. As a result, the token counts in `usage` will not match one-to-one with the exact visible content of an API request or response.
7074
7075 For example, `output_tokens` will be non-zero, even for an empty string response from Claude.
7076
7077 Total input tokens in a request is the summation of `input_tokens`, `cache_creation_input_tokens`, and `cache_read_input_tokens`.
7078
7079 - `cache_creation_input_tokens: number or null`
7080
7081 The cumulative number of input tokens used to create the cache entry.
7082
7083 minimum: 0
7084
7085 - `cache_read_input_tokens: number or null`
7086
7087 The cumulative number of input tokens read from the cache.
7088
7089 minimum: 0
7090
7091 - `fallback_credit: BetaFallbackCreditUsage or null`
7092
7093 Outcome of the `fallback_credit_token` presented on this request.
7094
7095 - `input_tokens: number or null`
7096
7097 The cumulative number of input tokens which were used.
7098
7099 minimum: 0
7100
7101 - `iterations: BetaIterationsUsage or null`
7102
7103 Per-iteration token usage breakdown.
7104
7105 Each entry represents one sampling iteration, with its own input/output token counts and cache statistics, discriminated by `type`. For `message` entries (model sampling iterations, such as the turns of a server-side tool use loop), this allows you to:
7106
7107 - Determine which iterations exceeded long context thresholds (>=200k tokens)
7108 - Calculate the context window size from the last `message` entry
7109 - Understand token accumulation across server-side tool use loops
7110
7111 A `compaction` entry reports the token usage of the compaction operation itself — the server-side request that summarizes the context being closed — NOT the size of the context that was compacted away, and its token counts can be much smaller than that closed context (for example, a compaction that closes a ~200k-token context can report only a few thousand tokens). Do not derive the context window size from a `compaction` entry, even when it is the last entry. A `compaction` entry's tokens are not included in the top-level `usage` fields. When an input-token trigger is in effect (the default — 150,000 tokens unless configured otherwise), each `compaction` entry closes a context that had reached at least that threshold, though the context can exceed it by the final iteration's output and tool results.
7112
7113 - `output_tokens: number`
7114
7115 The cumulative number of output tokens which were used.
7116
7117 - `output_tokens_details: BetaOutputTokensDetails or null`
7118
7119 Breakdown of output tokens by category.
7120
7121 `output_tokens` remains the inclusive, authoritative total used for billing.
7122 This object provides a read-only decomposition for observability — for example,
7123 how many of the billed output tokens were spent on internal reasoning that may
7124 have been summarized before being returned to you.
7125
7126 - `server_tool_use: BetaServerToolUsage or null`
7127
7128 The number of server tool requests.
7129
7130 - `input_transformations: optional array of BetaInputTransformation or null`
7131
7132 Changes the API made to the request's input before showing it to the model,
7133 and blocks that failed a binding check but were left unchanged: one entry per
7134 block, in request order. Two entry types today. `thinking_dropped` — a
7135 `thinking`, `redacted_thinking` or `connector_text` block from the request's
7136 `messages` that was removed from the prompt instead of being shown to the
7137 model because it failed a binding check. `thinking_mismatch_allowed` — a
7138 `thinking` or `redacted_thinking` block that failed the conversation check
7139 (the conversation before it differs from the one it was created in, or it
7140 carries no record of one on a model that requires it) and was shown to the
7141 model all the same, because that check is not enforced for this request.
7142 More entry types may be added over time; ignore types you do not recognize.
7143
7144 Requires `anthropic-beta: thinking-binding-controls-2026-08-01`. Present on
7145 every such response from a model that supports extended thinking, as `[]`
7146 when there is no entry to report; without the beta, blocks are removed or
7147 left in place all the same but nothing is reported. Removed blocks contribute
7148 nothing to `usage.input_tokens`; blocks left in place count as sent. When
7149 streaming, the array is final in `message_start`; the final `message_delta`
7150 event carries it only when a server-side model fallback happened mid-stream,
7151 in which case it holds the serving model's entries and replaces the one in
7152 `message_start`.
7153
7154 - `BetaThinkingDroppedInputTransformation object`
7155
7156 - `BetaThinkingMismatchAllowedInputTransformation object`
69407157
69417158 - `BetaRawMessageStopEvent object`
69427159
from line 7489
72727489
72737490 - `string`
72747491
7275 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
7492 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
72767493
72777494 - `"message-batches-2024-09-24"`
72787495
from line 7580
73637580 - `"thinking-binding-controls-2026-08-01"`
73647581
73657582 - `"mid-conversation-system-clear-at-2026-08-21"`
7583
7584 - `"compact-2026-09-04"`
73667585
73677586- `"anthropic-user-profile-id": optional string`
73687587
from line 8740
85218740 - `encrypted_content: optional string or null`
85228741
85238742 Opaque metadata from prior compaction, to be round-tripped verbatim
8743
8744 - `signature: optional string or null`
8745
8746 The block's signature as returned, to be sent back verbatim
85248747
85258748 - `BetaRequestToolAdditionBlock object`
85268749
from line 8984
87618984- `cache_control: optional BetaCacheControlEphemeral or null`
87628985
87638986 Top-level cache control automatically applies a cache_control marker to the last cacheable block in the request.
8987
8988- `compaction: optional BetaCompactionConfig or null`
8989
8990 Compact the whole conversation and return a signed `compaction` block,
8991 alone, that a later request sends back first in `messages`, in place of
8992 the messages it summarizes. There is no trigger and no pause flag: sending
8993 the parameter compacts, and nothing is sampled after the block.
8994
8995 The summarization prompt is the server's own unless `instructions` are
8996 given, which then replace it for this request; a value that is empty or
8997 only whitespace counts as absent.
8998
8999 - `type: "summarize"`
9000
9001 - `instructions: optional string or null`
9002
9003 Replaces the server's default summarization prompt for this request. An empty or whitespace-only value counts as absent.
9004
9005 maxLength: 16384
87649006
87659007- `context_management: optional BetaContextManagementConfig or null`
87669008
from line 10748
1050610748
1050710749 When true, guarantees schema validation on tool names and inputs
1050810750
10751 - `url_sources: optional BetaWebFetchURLSources or null`
10752
10753 Which sources contribute to the set of URLs web fetch may fetch.
10754
10755 Each key is a tagged variant: `user_input` is `all` or `none`; the
10756 two tool filters are `all`, `none`, `only` (only the named tools'
10757 results) or `except` (every result but the named tools'). A named tool
10758 must be declared in this request's `tools[]`.
10759
10760 - `client_tool_results: optional BetaWebFetchURLSourceAll or BetaWebFetchURLSourceNone or BetaWebFetchURLSourceOnly or BetaWebFetchURLSourceExcept`
10761
10762 Which client tools' results contribute fetchable URLs: "all", "none", or an only or except list of client tool names from tools[].
10763
10764 - `BetaWebFetchURLSourceAll object`
10765
10766 The `url_sources` variant under which a source contributes in
10767 full: every result of the tool filter's source, or all user input.
10768
10769 - `type: "all"`
10770
10771 - `BetaWebFetchURLSourceNone object`
10772
10773 The `url_sources` variant under which a source contributes nothing:
10774 no result of the tool filter's source, or no user input.
10775
10776 - `type: "none"`
10777
10778 - `BetaWebFetchURLSourceOnly object`
10779
10780 The tool filter variant under which only the named tools' results
10781 contribute.
10782
10783 - `type: "only"`
10784
10785 - `tools: array of BetaWebFetchURLSourceToolReference`
10786
10787 - `type: "tool_reference"`
10788
10789 - `name: string`
10790
10791 - `BetaWebFetchURLSourceExcept object`
10792
10793 The tool filter variant under which every result but the named
10794 tools' contributes.
10795
10796 - `type: "except"`
10797
10798 - `tools: array of BetaWebFetchURLSourceToolReference`
10799
10800 - `type: "tool_reference"`
10801
10802 - `name: string`
10803
10804 - `server_tool_results: optional BetaWebFetchURLSourceAll or BetaWebFetchURLSourceNone or BetaWebFetchURLSourceOnly or BetaWebFetchURLSourceExcept`
10805
10806 Which server tools' results contribute fetchable URLs: "all", "none", or an only or except list of server tool names from tools[]; only web_search and web_fetch results ever contribute.
10807
10808 - `BetaWebFetchURLSourceAll object`
10809
10810 The `url_sources` variant under which a source contributes in
10811 full: every result of the tool filter's source, or all user input.
10812
10813 - `BetaWebFetchURLSourceNone object`
10814
10815 The `url_sources` variant under which a source contributes nothing:
10816 no result of the tool filter's source, or no user input.
10817
10818 - `BetaWebFetchURLSourceOnly object`
10819
10820 The tool filter variant under which only the named tools' results
10821 contribute.
10822
10823 - `BetaWebFetchURLSourceExcept object`
10824
10825 The tool filter variant under which every result but the named
10826 tools' contributes.
10827
10828 - `user_input: optional BetaWebFetchURLSourceAll or BetaWebFetchURLSourceNone`
10829
10830 Whether URLs in user messages are fetchable: "all" or "none".
10831
10832 - `BetaWebFetchURLSourceAll object`
10833
10834 The `url_sources` variant under which a source contributes in
10835 full: every result of the tool filter's source, or all user input.
10836
10837 - `BetaWebFetchURLSourceNone object`
10838
10839 The `url_sources` variant under which a source contributes nothing:
10840 no result of the tool filter's source, or no user input.
10841
1050910842 - `BetaWebSearchTool20260209 object`
1051010843
1051110844 - `type: "web_search_20260209"`
from line 10945
1061210945
1061310946 When true, guarantees schema validation on tool names and inputs
1061410947
10948 - `url_sources: optional BetaWebFetchURLSources or null`
10949
10950 Which sources contribute to the set of URLs web fetch may fetch.
10951
10952 Each key is a tagged variant: `user_input` is `all` or `none`; the
10953 two tool filters are `all`, `none`, `only` (only the named tools'
10954 results) or `except` (every result but the named tools'). A named tool
10955 must be declared in this request's `tools[]`.
10956
1061510957 - `BetaWebFetchTool20260309 object`
1061610958
1061710959 Web fetch tool with use_cache parameter for bypassing cached content.
from line 11012
1067011012
1067111013 When true, guarantees schema validation on tool names and inputs
1067211014
11015 - `url_sources: optional BetaWebFetchURLSources or null`
11016
11017 Which sources contribute to the set of URLs web fetch may fetch.
11018
11019 Each key is a tagged variant: `user_input` is `all` or `none`; the
11020 two tool filters are `all`, `none`, `only` (only the named tools'
11021 results) or `except` (every result but the named tools'). A named tool
11022 must be declared in this request's `tools[]`.
11023
1067311024 - `use_cache: optional boolean`
1067411025
1067511026 Whether to use cached content. Set to false to bypass the cache and fetch fresh content. Only set to false when the user explicitly requests fresh content or when fetching rapidly-changing sources.
from line 11146
1079511146 - `strict: optional boolean`
1079611147
1079711148 When true, guarantees schema validation on tool names and inputs
11149
11150 - `url_sources: optional BetaWebFetchURLSources or null`
11151
11152 Which sources contribute to the set of URLs web fetch may fetch.
11153
11154 Each key is a tagged variant: `user_input` is `all` or `none`; the
11155 two tool filters are `all`, `none`, `only` (only the named tools'
11156 results) or `except` (every result but the named tools'). A named tool
11157 must be declared in this request's `tools[]`.
1079811158
1079911159 - `use_cache: optional boolean`
1080011160
from line 11418
1105811418
1105911419 - `string`
1106011420
11061 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
11421 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
1106211422
1106311423 - `"message-batches-2024-09-24"`
1106411424
from line 11509
1114911509 - `"thinking-binding-controls-2026-08-01"`
1115011510
1115111511 - `"mid-conversation-system-clear-at-2026-08-21"`
11512
11513 - `"compact-2026-09-04"`
1115211514
1115311515- `"anthropic-user-profile-id": optional string`
1115411516
from line 12701
1233912701 - `encrypted_content: optional string or null`
1234012702
1234112703 Opaque metadata from prior compaction, to be round-tripped verbatim
12704
12705 - `signature: optional string or null`
12706
12707 The block's signature as returned, to be sent back verbatim
1234212708
1234312709 - `BetaRequestToolAdditionBlock object`
1234412710
from line 12945
1257912945 - `cache_control: optional BetaCacheControlEphemeral or null`
1258012946
1258112947 Top-level cache control automatically applies a cache_control marker to the last cacheable block in the request.
12948
12949 - `compaction: optional BetaCompactionConfig or null`
12950
12951 Compact the whole conversation and return a signed `compaction` block,
12952 alone, that a later request sends back first in `messages`, in place of
12953 the messages it summarizes. There is no trigger and no pause flag: sending
12954 the parameter compacts, and nothing is sampled after the block.
12955
12956 The summarization prompt is the server's own unless `instructions` are
12957 given, which then replace it for this request; a value that is empty or
12958 only whitespace counts as absent.
12959
12960 - `type: "summarize"`
12961
12962 - `instructions: optional string or null`
12963
12964 Replaces the server's default summarization prompt for this request. An empty or whitespace-only value counts as absent.
12965
12966 maxLength: 16384
1258212967
1258312968 - `container: optional BetaContainerParams or string or null`
1258412969
from line 14883
1449814883
1449914884 When true, guarantees schema validation on tool names and inputs
1450014885
14886 - `url_sources: optional BetaWebFetchURLSources or null`
14887
14888 Which sources contribute to the set of URLs web fetch may fetch.
14889
14890 Each key is a tagged variant: `user_input` is `all` or `none`; the
14891 two tool filters are `all`, `none`, `only` (only the named tools'
14892 results) or `except` (every result but the named tools'). A named tool
14893 must be declared in this request's `tools[]`.
14894
14895 - `client_tool_results: optional BetaWebFetchURLSourceAll or BetaWebFetchURLSourceNone or BetaWebFetchURLSourceOnly or BetaWebFetchURLSourceExcept`
14896
14897 Which client tools' results contribute fetchable URLs: "all", "none", or an only or except list of client tool names from tools[].
14898
14899 - `BetaWebFetchURLSourceAll object`
14900
14901 The `url_sources` variant under which a source contributes in
14902 full: every result of the tool filter's source, or all user input.
14903
14904 - `type: "all"`
14905
14906 - `BetaWebFetchURLSourceNone object`
14907
14908 The `url_sources` variant under which a source contributes nothing:
14909 no result of the tool filter's source, or no user input.
14910
14911 - `type: "none"`
14912
14913 - `BetaWebFetchURLSourceOnly object`
14914
14915 The tool filter variant under which only the named tools' results
14916 contribute.
14917
14918 - `type: "only"`
14919
14920 - `tools: array of BetaWebFetchURLSourceToolReference`
14921
14922 - `type: "tool_reference"`
14923
14924 - `name: string`
14925
14926 - `BetaWebFetchURLSourceExcept object`
14927
14928 The tool filter variant under which every result but the named
14929 tools' contributes.
14930
14931 - `type: "except"`
14932
14933 - `tools: array of BetaWebFetchURLSourceToolReference`
14934
14935 - `type: "tool_reference"`
14936
14937 - `name: string`
14938
14939 - `server_tool_results: optional BetaWebFetchURLSourceAll or BetaWebFetchURLSourceNone or BetaWebFetchURLSourceOnly or BetaWebFetchURLSourceExcept`
14940
14941 Which server tools' results contribute fetchable URLs: "all", "none", or an only or except list of server tool names from tools[]; only web_search and web_fetch results ever contribute.
14942
14943 - `BetaWebFetchURLSourceAll object`
14944
14945 The `url_sources` variant under which a source contributes in
14946 full: every result of the tool filter's source, or all user input.
14947
14948 - `BetaWebFetchURLSourceNone object`
14949
14950 The `url_sources` variant under which a source contributes nothing:
14951 no result of the tool filter's source, or no user input.
14952
14953 - `BetaWebFetchURLSourceOnly object`
14954
14955 The tool filter variant under which only the named tools' results
14956 contribute.
14957
14958 - `BetaWebFetchURLSourceExcept object`
14959
14960 The tool filter variant under which every result but the named
14961 tools' contributes.
14962
14963 - `user_input: optional BetaWebFetchURLSourceAll or BetaWebFetchURLSourceNone`
14964
14965 Whether URLs in user messages are fetchable: "all" or "none".
14966
14967 - `BetaWebFetchURLSourceAll object`
14968
14969 The `url_sources` variant under which a source contributes in
14970 full: every result of the tool filter's source, or all user input.
14971
14972 - `BetaWebFetchURLSourceNone object`
14973
14974 The `url_sources` variant under which a source contributes nothing:
14975 no result of the tool filter's source, or no user input.
14976
1450114977 - `BetaWebSearchTool20260209 object`
1450214978
1450314979 - `type: "web_search_20260209"`
from line 15080
1460415080
1460515081 When true, guarantees schema validation on tool names and inputs
1460615082
15083 - `url_sources: optional BetaWebFetchURLSources or null`
15084
15085 Which sources contribute to the set of URLs web fetch may fetch.
15086
15087 Each key is a tagged variant: `user_input` is `all` or `none`; the
15088 two tool filters are `all`, `none`, `only` (only the named tools'
15089 results) or `except` (every result but the named tools'). A named tool
15090 must be declared in this request's `tools[]`.
15091
1460715092 - `BetaWebFetchTool20260309 object`
1460815093
1460915094 Web fetch tool with use_cache parameter for bypassing cached content.
from line 15147
1466215147
1466315148 When true, guarantees schema validation on tool names and inputs
1466415149
15150 - `url_sources: optional BetaWebFetchURLSources or null`
15151
15152 Which sources contribute to the set of URLs web fetch may fetch.
15153
15154 Each key is a tagged variant: `user_input` is `all` or `none`; the
15155 two tool filters are `all`, `none`, `only` (only the named tools'
15156 results) or `except` (every result but the named tools'). A named tool
15157 must be declared in this request's `tools[]`.
15158
1466515159 - `use_cache: optional boolean`
1466615160
1466715161 Whether to use cached content. Set to false to bypass the cache and fetch fresh content. Only set to false when the user explicitly requests fresh content or when fetching rapidly-changing sources.
from line 15281
1478715281 - `strict: optional boolean`
1478815282
1478915283 When true, guarantees schema validation on tool names and inputs
15284
15285 - `url_sources: optional BetaWebFetchURLSources or null`
15286
15287 Which sources contribute to the set of URLs web fetch may fetch.
15288
15289 Each key is a tagged variant: `user_input` is `all` or `none`; the
15290 two tool filters are `all`, `none`, `only` (only the named tools'
15291 results) or `except` (every result but the named tools'). A named tool
15292 must be declared in this request's `tools[]`.
1479015293
1479115294 - `use_cache: optional boolean`
1479215295
from line 15682
1517915682
1518015683 - `string`
1518115684
15182 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
15685 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
1518315686
1518415687 - `"message-batches-2024-09-24"`
1518515688
from line 15773
1527015773 - `"thinking-binding-controls-2026-08-01"`
1527115774
1527215775 - `"mid-conversation-system-clear-at-2026-08-21"`
15776
15777 - `"compact-2026-09-04"`
1527315778
1527415779- `"anthropic-workspace-id": optional string`
1527515780
from line 15954
1544915954
1545015955 - `string`
1545115956
15452 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
15957 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
1545315958
1545415959 - `"message-batches-2024-09-24"`
1545515960
from line 16045
1554016045 - `"thinking-binding-controls-2026-08-01"`
1554116046
1554216047 - `"mid-conversation-system-clear-at-2026-08-21"`
16048
16049 - `"compact-2026-09-04"`
1554316050
1554416051- `"anthropic-workspace-id": optional string`
1554516052
from line 16235
1572816235
1572916236 - `string`
1573016237
15731 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
16238 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
1573216239
1573316240 - `"message-batches-2024-09-24"`
1573416241
from line 16326
1581916326 - `"thinking-binding-controls-2026-08-01"`
1582016327
1582116328 - `"mid-conversation-system-clear-at-2026-08-21"`
16329
16330 - `"compact-2026-09-04"`
1582216331
1582316332- `"anthropic-workspace-id": optional string`
1582416333
from line 16498
1598916498
1599016499 - `string`
1599116500
15992 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
16501 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
1599316502
1599416503 - `"message-batches-2024-09-24"`
1599516504
from line 16589
1608016589 - `"thinking-binding-controls-2026-08-01"`
1608116590
1608216591 - `"mid-conversation-system-clear-at-2026-08-21"`
16592
16593 - `"compact-2026-09-04"`
1608316594
1608416595- `"anthropic-workspace-id": optional string`
1608516596
from line 16653
1614216653
1614316654 - `string`
1614416655
16145 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
16656 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
1614616657
1614716658 - `"message-batches-2024-09-24"`
1614816659
from line 16744
1623316744 - `"thinking-binding-controls-2026-08-01"`
1623416745
1623516746 - `"mid-conversation-system-clear-at-2026-08-21"`
16747
16748 - `"compact-2026-09-04"`
1623616749
1623716750- `"anthropic-workspace-id": optional string`
1623816751
from line 17671
1715817671 - `encrypted_content: string or null`
1715917672
1716017673 Opaque metadata from prior compaction, to be round-tripped verbatim
17674
17675 - `signature: optional string or null`
17676
17677 Signature over the summary, to be sent back with the block verbatim
1716117678
1716217679 - `BetaFallbackBlock object`
1716317680
from line 18439
1792218439
1792318440 - `"fast"`
1792418441
17925 - `input_transformations: optional array of BetaThinkingDroppedInputTransformation or null`
17926
17927 Changes the API made to the request's input before showing it to the model:
17928 one entry per change, in request order. Today the only entry type is
17929 `thinking_dropped` — a `thinking`, `redacted_thinking` or `connector_text`
17930 block from the request's `messages` that was removed from the prompt instead
17931 of being shown to the model because it failed a binding check. More entry
17932 types may be added over time; ignore types you do not recognize.
18442 - `input_transformations: optional array of BetaInputTransformation or null`
18443
18444 Changes the API made to the request's input before showing it to the model,
18445 and blocks that failed a binding check but were left unchanged: one entry per
18446 block, in request order. Two entry types today. `thinking_dropped` — a
18447 `thinking`, `redacted_thinking` or `connector_text` block from the request's
18448 `messages` that was removed from the prompt instead of being shown to the
18449 model because it failed a binding check. `thinking_mismatch_allowed` — a
18450 `thinking` or `redacted_thinking` block that failed the conversation check
18451 (the conversation before it differs from the one it was created in, or it
18452 carries no record of one on a model that requires it) and was shown to the
18453 model all the same, because that check is not enforced for this request.
18454 More entry types may be added over time; ignore types you do not recognize.
1793318455
1793418456 Requires `anthropic-beta: thinking-binding-controls-2026-08-01`. Present on
1793518457 every such response from a model that supports extended thinking, as `[]`
17936 when nothing was changed; without the beta, blocks are removed all the same
17937 but nothing is reported. Removed blocks contribute nothing to
17938 `usage.input_tokens`. When streaming, the array is final in `message_start`;
17939 the final `message_delta` event carries it only when a server-side model
17940 fallback happened mid-stream, in which case it holds the serving model's
17941 entries and replaces the one in `message_start`.
17942
17943 - `type: "thinking_dropped"`
17944
17945 Always `thinking_dropped` for this entry type.
17946
17947 default: thinking_dropped
17948
17949 - `path: string`
17950
17951 Where the removed block was in your request, as `messages.{i}.content.{j}`:
17952 `i` indexes the `messages` array you sent and `j` that message's `content`
17953 array — the same form error messages use.
17954
17955 - `reason: "model_binding_mismatch" or "prefix_binding_mismatch" or "organization_binding_mismatch" or "end_user_binding_mismatch"`
17956
17957 Which binding check removed the block: `model_binding_mismatch` — it was
17958 created by a model whose reasoning the requested model may not read;
17959 `prefix_binding_mismatch` — the conversation before it differs from the
17960 conversation it was created in (the rest of that turn's consecutive thinking
17961 blocks are removed with it, each with this reason);
17962 `organization_binding_mismatch` — it was created under a different
17963 organization (an Anthropic organization, AWS account or Google Cloud project)
17964 and this organization is not one of its additional organizations;
17965 `end_user_binding_mismatch` — it was created for a different end user, or
17966 was removed by the consumer-organization binding. A block that would fail
17967 several checks reports one reason, in this order of precedence:
17968 `organization_binding_mismatch`, `end_user_binding_mismatch`,
17969 `model_binding_mismatch`, `prefix_binding_mismatch`.
17970
17971 - `"model_binding_mismatch"`
17972
17973 - `"prefix_binding_mismatch"`
17974
17975 - `"organization_binding_mismatch"`
17976
17977 - `"end_user_binding_mismatch"`
18458 when there is no entry to report; without the beta, blocks are removed or
18459 left in place all the same but nothing is reported. Removed blocks contribute
18460 nothing to `usage.input_tokens`; blocks left in place count as sent. When
18461 streaming, the array is final in `message_start`; the final `message_delta`
18462 event carries it only when a server-side model fallback happened mid-stream,
18463 in which case it holds the serving model's entries and replaces the one in
18464 `message_start`.
18465
18466 - `BetaThinkingDroppedInputTransformation object`
18467
18468 - `type: "thinking_dropped"`
18469
18470 Always `thinking_dropped` for this entry type.
18471
18472 default: thinking_dropped
18473
18474 - `path: string`
18475
18476 Where the removed block was in your request, as `messages.{i}.content.{j}`:
18477 `i` indexes the `messages` array you sent and `j` that message's `content`
18478 array — the same form error messages use.
18479
18480 - `reason: "model_binding_mismatch" or "prefix_binding_mismatch" or "organization_binding_mismatch" or "end_user_binding_mismatch"`
18481
18482 Which binding check removed the block: `model_binding_mismatch` — it was
18483 created by a model whose reasoning the requested model may not read;
18484 `prefix_binding_mismatch` — the conversation before it differs from the
18485 conversation it was created in (the rest of that turn's consecutive thinking
18486 blocks are removed with it, each with this reason);
18487 `organization_binding_mismatch` — it was created under a different
18488 organization (an Anthropic organization, AWS account or Google Cloud project)
18489 and this organization is not one of its additional organizations;
18490 `end_user_binding_mismatch` — it was created for a different end user, or
18491 was removed by the consumer-organization binding. A block that would fail
18492 several checks reports one reason, in this order of precedence:
18493 `organization_binding_mismatch`, `end_user_binding_mismatch`,
18494 `model_binding_mismatch`, `prefix_binding_mismatch`.
18495
18496 - `"model_binding_mismatch"`
18497
18498 - `"prefix_binding_mismatch"`
18499
18500 - `"organization_binding_mismatch"`
18501
18502 - `"end_user_binding_mismatch"`
18503
18504 - `BetaThinkingMismatchAllowedInputTransformation object`
18505
18506 - `type: "thinking_mismatch_allowed"`
18507
18508 Always `thinking_mismatch_allowed` for this entry type.
18509
18510 default: thinking_mismatch_allowed
18511
18512 - `path: string`
18513
18514 Where the block is in your request, as `messages.{i}.content.{j}`:
18515 `i` indexes the `messages` array you sent and `j` that message's `content`
18516 array — the same form error messages use.
18517
18518 - `reason: "model_binding_mismatch" or "prefix_binding_mismatch" or "organization_binding_mismatch" or "end_user_binding_mismatch"`
18519
18520 Which binding check the block failed; the block was shown to the model all
18521 the same. Always `prefix_binding_mismatch` today — the conversation before
18522 the block differs from the conversation it was created in, or the block
18523 carries no record of one on a model that requires it. Were the check
18524 enforced for this request, the block would have been removed or the request
18525 rejected (`thinking.block_binding.prefix_mismatch_behavior`). A removal also
18526 takes the rest of that turn's consecutive thinking blocks, whereas here each
18527 block is checked on its own, so `thinking_mismatch_allowed` entries are a
18528 lower bound on what enforcement would remove.
18529
18530 - `"model_binding_mismatch"`
18531
18532 - `"prefix_binding_mismatch"`
18533
18534 - `"organization_binding_mismatch"`
18535
18536 - `"end_user_binding_mismatch"`
1797818537
1797918538 - `BetaMessageBatchErroredResult object`
1798018539
from line 18678
1811918678
1812018679 - `string`
1812118680
18122 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
18681 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
1812318682
1812418683 - `"message-batches-2024-09-24"`
1812518684
from line 18769
1821018769 - `"thinking-binding-controls-2026-08-01"`
1821118770
1821218771 - `"mid-conversation-system-clear-at-2026-08-21"`
18772
18773 - `"compact-2026-09-04"`
1821318774
1821418775- `"anthropic-workspace-id": optional string`
1821518776
from line 20201
1964020201
1964120202 - `string`
1964220203
19643 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
20204 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
1964420205
1964520206 - `"message-batches-2024-09-24"`
1964620207
from line 20292
1973120292 - `"thinking-binding-controls-2026-08-01"`
1973220293
1973320294 - `"mid-conversation-system-clear-at-2026-08-21"`
20295
20296 - `"compact-2026-09-04"`
1973420297
1973520298- `"anthropic-workspace-id": optional string`
1973620299
from line 20998
2043520998
2043620999 - `string`
2043721000
20438 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
21001 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
2043921002
2044021003 - `"message-batches-2024-09-24"`
2044121004
from line 21089
2052621089 - `"thinking-binding-controls-2026-08-01"`
2052721090
2052821091 - `"mid-conversation-system-clear-at-2026-08-21"`
21092
21093 - `"compact-2026-09-04"`
2052921094
2053021095- `"anthropic-workspace-id": optional string`
2053121096
from line 21778
2121321778
2121421779 - `string`
2121521780
21216 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
21781 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
2121721782
2121821783 - `"message-batches-2024-09-24"`
2121921784
from line 21869
2130421869 - `"thinking-binding-controls-2026-08-01"`
2130521870
2130621871 - `"mid-conversation-system-clear-at-2026-08-21"`
21872
21873 - `"compact-2026-09-04"`
2130721874
2130821875- `"anthropic-workspace-id": optional string`
2130921876
from line 23274
2270723274
2270823275 - `string`
2270923276
22710 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
23277 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
2271123278
2271223279 - `"message-batches-2024-09-24"`
2271323280
from line 23365
2279823365 - `"thinking-binding-controls-2026-08-01"`
2279923366
2280023367 - `"mid-conversation-system-clear-at-2026-08-21"`
23368
23369 - `"compact-2026-09-04"`
2280123370
2280223371- `"anthropic-workspace-id": optional string`
2280323372
from line 24069
2350024069
2350124070 - `string`
2350224071
23503 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
24072 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
2350424073
2350524074 - `"message-batches-2024-09-24"`
2350624075
from line 24160
2359124160 - `"thinking-binding-controls-2026-08-01"`
2359224161
2359324162 - `"mid-conversation-system-clear-at-2026-08-21"`
24163
24164 - `"compact-2026-09-04"`
2359424165
2359524166- `"anthropic-workspace-id": optional string`
2359624167
from line 24856
2428524856
2428624857 - `string`
2428724858
24288 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
24859 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
2428924860
2429024861 - `"message-batches-2024-09-24"`
2429124862
from line 24947
2437624947 - `"thinking-binding-controls-2026-08-01"`
2437724948
2437824949 - `"mid-conversation-system-clear-at-2026-08-21"`
24950
24951 - `"compact-2026-09-04"`
2437924952
2438024953- `"anthropic-workspace-id": optional string`
2438124954
from line 25319
2474625319
2474725320 - `string`
2474825321
24749 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
25322 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
2475025323
2475125324 - `"message-batches-2024-09-24"`
2475225325
from line 25410
2483725410 - `"thinking-binding-controls-2026-08-01"`
2483825411
2483925412 - `"mid-conversation-system-clear-at-2026-08-21"`
25413
25414 - `"compact-2026-09-04"`
2484025415
2484125416- `"anthropic-workspace-id": optional string`
2484225417
from line 25634
2505925634
2506025635 - `string`
2506125636
25062 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
25637 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
2506325638
2506425639 - `"message-batches-2024-09-24"`
2506525640
from line 25725
2515025725 - `"thinking-binding-controls-2026-08-01"`
2515125726
2515225727 - `"mid-conversation-system-clear-at-2026-08-21"`
25728
25729 - `"compact-2026-09-04"`
2515325730
2515425731- `"anthropic-workspace-id": optional string`
2515525732
from line 25940
2536325940
2536425941 - `string`
2536525942
25366 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
25943 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
2536725944
2536825945 - `"message-batches-2024-09-24"`
2536925946
from line 26031
2545426031 - `"thinking-binding-controls-2026-08-01"`
2545526032
2545626033 - `"mid-conversation-system-clear-at-2026-08-21"`
26034
26035 - `"compact-2026-09-04"`
2545726036
2545826037- `"anthropic-workspace-id": optional string`
2545926038
from line 26372
2579326372
2579426373 - `string`
2579526374
25796 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
26375 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
2579726376
2579826377 - `"message-batches-2024-09-24"`
2579926378
from line 26463
2588426463 - `"thinking-binding-controls-2026-08-01"`
2588526464
2588626465 - `"mid-conversation-system-clear-at-2026-08-21"`
26466
26467 - `"compact-2026-09-04"`
2588726468
2588826469- `"anthropic-workspace-id": optional string`
2588926470
from line 26521
2594026521
2594126522 - `string`
2594226523
25943 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
26524 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
2594426525
2594526526 - `"message-batches-2024-09-24"`
2594626527
from line 26612
2603126612 - `"thinking-binding-controls-2026-08-01"`
2603226613
2603326614 - `"mid-conversation-system-clear-at-2026-08-21"`
26615
26616 - `"compact-2026-09-04"`
2603426617
2603526618- `"anthropic-workspace-id": optional string`
2603626619
from line 26834
2625126834
2625226835 - `string`
2625326836
26254 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
26837 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
2625526838
2625626839 - `"message-batches-2024-09-24"`
2625726840
from line 26925
2634226925 - `"thinking-binding-controls-2026-08-01"`
2634326926
2634426927 - `"mid-conversation-system-clear-at-2026-08-21"`
26928
26929 - `"compact-2026-09-04"`
2634526930
2634626931- `"anthropic-workspace-id": optional string`
2634726932
from line 27080
2649527080
2649627081 - `string`
2649727082
26498 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
27083 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
2649927084
2650027085 - `"message-batches-2024-09-24"`
2650127086
from line 27171
2658627171 - `"thinking-binding-controls-2026-08-01"`
2658727172
2658827173 - `"mid-conversation-system-clear-at-2026-08-21"`
27174
27175 - `"compact-2026-09-04"`
2658927176
2659027177- `"Anthropic-Worker-ID": optional string`
2659127178
from line 27316
2672927316
2673027317 - `string`
2673127318
26732 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
27319 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
2673327320
2673427321 - `"message-batches-2024-09-24"`
2673527322
from line 27407
2682027407 - `"thinking-binding-controls-2026-08-01"`
2682127408
2682227409 - `"mid-conversation-system-clear-at-2026-08-21"`
27410
27411 - `"compact-2026-09-04"`
2682327412
2682427413#### Returns
2682527414
from line 27559
2697027559
2697127560 - `string`
2697227561
26973 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
27562 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
2697427563
2697527564 - `"message-batches-2024-09-24"`
2697627565
from line 27650
2706127650 - `"thinking-binding-controls-2026-08-01"`
2706227651
2706327652 - `"mid-conversation-system-clear-at-2026-08-21"`
27653
27654 - `"compact-2026-09-04"`
2706427655
2706527656#### Returns
2706627657
from line 27735
2714427735
2714527736 - `string`
2714627737
27147 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
27738 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
2714827739
2714927740 - `"message-batches-2024-09-24"`
2715027741
from line 27826
2723527826 - `"thinking-binding-controls-2026-08-01"`
2723627827
2723727828 - `"mid-conversation-system-clear-at-2026-08-21"`
27829
27830 - `"compact-2026-09-04"`
2723827831
2723927832- `"anthropic-workspace-id": optional string`
2724027833
from line 27989
2739627989
2739727990 - `string`
2739827991
27399 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
27992 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
2740027993
2740127994 - `"message-batches-2024-09-24"`
2740227995
from line 28080
2748728080 - `"thinking-binding-controls-2026-08-01"`
2748828081
2748928082 - `"mid-conversation-system-clear-at-2026-08-21"`
28083
28084 - `"compact-2026-09-04"`
2749028085
2749128086#### Returns
2749228087
from line 28230
2763528230
2763628231 - `string`
2763728232
27638 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
28233 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
2763928234
2764028235 - `"message-batches-2024-09-24"`
2764128236
from line 28321
2772628321 - `"thinking-binding-controls-2026-08-01"`
2772728322
2772828323 - `"mid-conversation-system-clear-at-2026-08-21"`
28324
28325 - `"compact-2026-09-04"`
2772928326
2773028327- `"anthropic-workspace-id": optional string`
2773128328
from line 28472
2787528472
2787628473 - `string`
2787728474
27878 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
28475 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
2787928476
2788028477 - `"message-batches-2024-09-24"`
2788128478
from line 28563
2796628563 - `"thinking-binding-controls-2026-08-01"`
2796728564
2796828565 - `"mid-conversation-system-clear-at-2026-08-21"`
28566
28567 - `"compact-2026-09-04"`
2796928568
2797028569- `"anthropic-workspace-id": optional string`
2797128570
from line 28637
2803828637
2803928638 - `string`
2804028639
28041 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
28640 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
2804228641
2804328642 - `"message-batches-2024-09-24"`
2804428643
from line 28728
2812928728 - `"thinking-binding-controls-2026-08-01"`
2813028729
2813128730 - `"mid-conversation-system-clear-at-2026-08-21"`
28731
28732 - `"compact-2026-09-04"`
2813228733
2813328734- `"anthropic-workspace-id": optional string`
2813428735
from line 30934
3033330934
3033430935 - `string`
3033530936
30336 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
30937 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
3033730938
3033830939 - `"message-batches-2024-09-24"`
3033930940
from line 31025
3042431025 - `"thinking-binding-controls-2026-08-01"`
3042531026
3042631027 - `"mid-conversation-system-clear-at-2026-08-21"`
31028
31029 - `"compact-2026-09-04"`
3042731030
3042831031- `"anthropic-workspace-id": optional string`
3042931032
from line 32149
3154632149
3154732150 - `string`
3154832151
31549 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
32152 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
3155032153
3155132154 - `"message-batches-2024-09-24"`
3155232155
from line 32240
3163732240 - `"thinking-binding-controls-2026-08-01"`
3163832241
3163932242 - `"mid-conversation-system-clear-at-2026-08-21"`
32243
32244 - `"compact-2026-09-04"`
3164032245
3164132246- `"anthropic-workspace-id": optional string`
3164232247
from line 33350
3274533350
3274633351 - `string`
3274733352
32748 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
33353 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
3274933354
3275033355 - `"message-batches-2024-09-24"`
3275133356
from line 33441
3283633441 - `"thinking-binding-controls-2026-08-01"`
3283733442
3283833443 - `"mid-conversation-system-clear-at-2026-08-21"`
33444
33445 - `"compact-2026-09-04"`
3283933446
3284033447- `"anthropic-workspace-id": optional string`
3284133448
from line 35041
3443435041
3443535042 - `string`
3443635043
34437 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
35044 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
3443835045
3443935046 - `"message-batches-2024-09-24"`
3444035047
from line 35132
3452535132 - `"thinking-binding-controls-2026-08-01"`
3452635133
3452735134 - `"mid-conversation-system-clear-at-2026-08-21"`
35135
35136 - `"compact-2026-09-04"`
3452835137
3452935138- `"anthropic-workspace-id": optional string`
3453035139
from line 35184
3457535184
3457635185 - `string`
3457735186
34578 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
35187 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
3457935188
3458035189 - `"message-batches-2024-09-24"`
3458135190
from line 35275
3466635275 - `"thinking-binding-controls-2026-08-01"`
3466735276
3466835277 - `"mid-conversation-system-clear-at-2026-08-21"`
35278
35279 - `"compact-2026-09-04"`
3466935280
3467035281- `"anthropic-workspace-id": optional string`
3467135282
from line 36436
3582536436
3582636437 - `string`
3582736438
35828 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
36439 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
3582936440
3583036441 - `"message-batches-2024-09-24"`
3583136442
from line 36527
3591636527 - `"thinking-binding-controls-2026-08-01"`
3591736528
3591836529 - `"mid-conversation-system-clear-at-2026-08-21"`
36530
36531 - `"compact-2026-09-04"`
3591936532
3592036533- `"anthropic-workspace-id": optional string`
3592136534
from line 38827
3821438827
3821538828 - `string`
3821638829
38217 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
38830 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
3821838831
3821938832 - `"message-batches-2024-09-24"`
3822038833
from line 38918
3830538918 - `"thinking-binding-controls-2026-08-01"`
3830638919
3830738920 - `"mid-conversation-system-clear-at-2026-08-21"`
38921
38922 - `"compact-2026-09-04"`
3830838923
3830938924- `"anthropic-workspace-id": optional string`
3831038925
from line 39804
3918939804
3919039805 - `string`
3919139806
39192 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
39807 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
3919339808
3919439809 - `"message-batches-2024-09-24"`
3919539810
from line 39895
3928039895 - `"thinking-binding-controls-2026-08-01"`
3928139896
3928239897 - `"mid-conversation-system-clear-at-2026-08-21"`
39898
39899 - `"compact-2026-09-04"`
3928339900
3928439901- `"anthropic-workspace-id": optional string`
3928539902
from line 42229
4161242229
4161342230 - `string`
4161442231
41615 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
42232 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
4161642233
4161742234 - `"message-batches-2024-09-24"`
4161842235
from line 42320
4170342320 - `"thinking-binding-controls-2026-08-01"`
4170442321
4170542322 - `"mid-conversation-system-clear-at-2026-08-21"`
42323
42324 - `"compact-2026-09-04"`
4170642325
4170742326- `"anthropic-workspace-id": optional string`
4170842327
from line 42423
4180442423
4180542424 - `string`
4180642425
41807 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
42426 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
4180842427
4180942428 - `"message-batches-2024-09-24"`
4181042429
from line 42514
4189542514 - `"thinking-binding-controls-2026-08-01"`
4189642515
4189742516 - `"mid-conversation-system-clear-at-2026-08-21"`
42517
42518 - `"compact-2026-09-04"`
4189842519
4189942520- `"anthropic-workspace-id": optional string`
4190042521
from line 42690
4206942690
4207042691 - `string`
4207142692
42072 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
42693 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
4207342694
4207442695 - `"message-batches-2024-09-24"`
4207542696
from line 42781
4216042781 - `"thinking-binding-controls-2026-08-01"`
4216142782
4216242783 - `"mid-conversation-system-clear-at-2026-08-21"`
42784
42785 - `"compact-2026-09-04"`
4216342786
4216442787- `"anthropic-workspace-id": optional string`
4216542788
from line 42936
4231342936
4231442937 - `string`
4231542938
42316 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
42939 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
4231742940
4231842941 - `"message-batches-2024-09-24"`
4231942942
from line 43027
4240443027 - `"thinking-binding-controls-2026-08-01"`
4240543028
4240643029 - `"mid-conversation-system-clear-at-2026-08-21"`
43030
43031 - `"compact-2026-09-04"`
4240743032
4240843033- `"anthropic-workspace-id": optional string`
4240943034
from line 43194
4256943194
4257043195 - `string`
4257143196
42572 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
43197 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
4257343198
4257443199 - `"message-batches-2024-09-24"`
4257543200
from line 43285
4266043285 - `"thinking-binding-controls-2026-08-01"`
4266143286
4266243287 - `"mid-conversation-system-clear-at-2026-08-21"`
43288
43289 - `"compact-2026-09-04"`
4266343290
4266443291- `"anthropic-workspace-id": optional string`
4266543292
from line 43351
4272443351
4272543352 - `string`
4272643353
42727 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
43354 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
4272843355
4272943356 - `"message-batches-2024-09-24"`
4273043357
from line 43442
4281543442 - `"thinking-binding-controls-2026-08-01"`
4281643443
4281743444 - `"mid-conversation-system-clear-at-2026-08-21"`
43445
43446 - `"compact-2026-09-04"`
4281843447
4281943448- `"anthropic-workspace-id": optional string`
4282043449
from line 44256
4362744256
4362844257 - `string`
4362944258
43630 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
44259 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
4363144260
4363244261 - `"message-batches-2024-09-24"`
4363344262
from line 44347
4371844347 - `"thinking-binding-controls-2026-08-01"`
4371944348
4372044349 - `"mid-conversation-system-clear-at-2026-08-21"`
44350
44351 - `"compact-2026-09-04"`
4372144352
4372244353- `"anthropic-workspace-id": optional string`
4372344354
from line 45152
4452145152
4452245153 - `string`
4452345154
44524 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
45155 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
4452545156
4452645157 - `"message-batches-2024-09-24"`
4452745158
from line 45243
4461245243 - `"thinking-binding-controls-2026-08-01"`
4461345244
4461445245 - `"mid-conversation-system-clear-at-2026-08-21"`
45246
45247 - `"compact-2026-09-04"`
4461545248
4461645249- `"anthropic-workspace-id": optional string`
4461745250
from line 46063
4543046063
4543146064 - `string`
4543246065
45433 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
46066 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
4543446067
4543546068 - `"message-batches-2024-09-24"`
4543646069
from line 46154
4552146154 - `"thinking-binding-controls-2026-08-01"`
4552246155
4552346156 - `"mid-conversation-system-clear-at-2026-08-21"`
46157
46158 - `"compact-2026-09-04"`
4552446159
4552546160- `"anthropic-workspace-id": optional string`
4552646161
from line 48455
4782048455
4782148456 - `string`
4782248457
47823 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
48458 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
4782448459
4782548460 - `"message-batches-2024-09-24"`
4782648461
from line 48546
4791148546 - `"thinking-binding-controls-2026-08-01"`
4791248547
4791348548 - `"mid-conversation-system-clear-at-2026-08-21"`
48549
48550 - `"compact-2026-09-04"`
4791448551
4791548552- `"anthropic-workspace-id": optional string`
4791648553
from line 50876
5023950876
5024050877 - `string`
5024150878
50242 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
50879 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5024350880
5024450881 - `"message-batches-2024-09-24"`
5024550882
from line 50967
5033050967 - `"thinking-binding-controls-2026-08-01"`
5033150968
5033250969 - `"mid-conversation-system-clear-at-2026-08-21"`
50970
50971 - `"compact-2026-09-04"`
5033350972
5033450973- `"anthropic-workspace-id": optional string`
5033550974
from line 52037
5139852037
5139952038 - `string`
5140052039
51401 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
52040 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5140252041
5140352042 - `"message-batches-2024-09-24"`
5140452043
from line 52128
5148952128 - `"thinking-binding-controls-2026-08-01"`
5149052129
5149152130 - `"mid-conversation-system-clear-at-2026-08-21"`
52131
52132 - `"compact-2026-09-04"`
5149252133
5149352134- `"anthropic-workspace-id": optional string`
5149452135
from line 52752
5211152752
5211252753 - `string`
5211352754
52114 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
52755 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5211552756
5211652757 - `"message-batches-2024-09-24"`
5211752758
from line 52843
5220252843 - `"thinking-binding-controls-2026-08-01"`
5220352844
5220452845 - `"mid-conversation-system-clear-at-2026-08-21"`
52846
52847 - `"compact-2026-09-04"`
5220552848
5220652849- `"anthropic-workspace-id": optional string`
5220752850
from line 53458
5281553458
5281653459 - `string`
5281753460
52818 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
53461 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5281953462
5282053463 - `"message-batches-2024-09-24"`
5282153464
from line 53549
5290653549 - `"thinking-binding-controls-2026-08-01"`
5290753550
5290853551 - `"mid-conversation-system-clear-at-2026-08-21"`
53552
53553 - `"compact-2026-09-04"`
5290953554
5291053555- `"anthropic-workspace-id": optional string`
5291153556
from line 54568
5392354568
5392454569 - `string`
5392554570
53926 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
54571 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5392754572
5392854573 - `"message-batches-2024-09-24"`
5392954574
from line 54659
5401454659 - `"thinking-binding-controls-2026-08-01"`
5401554660
5401654661 - `"mid-conversation-system-clear-at-2026-08-21"`
54662
54663 - `"compact-2026-09-04"`
5401754664
5401854665- `"anthropic-workspace-id": optional string`
5401954666
from line 55275
5462855275
5462955276 - `string`
5463055277
54631 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
55278 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5463255279
5463355280 - `"message-batches-2024-09-24"`
5463455281
from line 55366
5471955366 - `"thinking-binding-controls-2026-08-01"`
5472055367
5472155368 - `"mid-conversation-system-clear-at-2026-08-21"`
55369
55370 - `"compact-2026-09-04"`
5472255371
5472355372- `"anthropic-workspace-id": optional string`
5472455373
from line 55648
5499955648
5500055649 - `string`
5500155650
55002 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
55651 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5500355652
5500455653 - `"message-batches-2024-09-24"`
5500555654
from line 55739
5509055739 - `"thinking-binding-controls-2026-08-01"`
5509155740
5509255741 - `"mid-conversation-system-clear-at-2026-08-21"`
55742
55743 - `"compact-2026-09-04"`
5509355744
5509455745- `"anthropic-workspace-id": optional string`
5509555746
from line 56355
5570456355
5570556356 - `string`
5570656357
55707 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
56358 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5570856359
5570956360 - `"message-batches-2024-09-24"`
5571056361
from line 56446
5579556446 - `"thinking-binding-controls-2026-08-01"`
5579656447
5579756448 - `"mid-conversation-system-clear-at-2026-08-21"`
56449
56450 - `"compact-2026-09-04"`
5579856451
5579956452- `"anthropic-workspace-id": optional string`
5580056453
from line 57112
5645957112
5646057113 - `string`
5646157114
56462 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
57115 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5646357116
5646457117 - `"message-batches-2024-09-24"`
5646557118
from line 57203
5655057203 - `"thinking-binding-controls-2026-08-01"`
5655157204
5655257205 - `"mid-conversation-system-clear-at-2026-08-21"`
57206
57207 - `"compact-2026-09-04"`
5655357208
5655457209- `"anthropic-workspace-id": optional string`
5655557210
from line 57493
5683857493
5683957494 - `string`
5684057495
56841 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
57496 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5684257497
5684357498 - `"message-batches-2024-09-24"`
5684457499
from line 57584
5692957584 - `"thinking-binding-controls-2026-08-01"`
5693057585
5693157586 - `"mid-conversation-system-clear-at-2026-08-21"`
57587
57588 - `"compact-2026-09-04"`
5693257589
5693357590- `"anthropic-workspace-id": optional string`
5693457591
from line 57863
5720657863
5720757864 - `string`
5720857865
57209 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
57866 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5721057867
5721157868 - `"message-batches-2024-09-24"`
5721257869
from line 57954
5729757954 - `"thinking-binding-controls-2026-08-01"`
5729857955
5729957956 - `"mid-conversation-system-clear-at-2026-08-21"`
57957
57958 - `"compact-2026-09-04"`
5730057959
5730157960- `"anthropic-workspace-id": optional string`
5730257961
from line 58071
5741258071
5741358072 - `string`
5741458073
57415 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
58074 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5741658075
5741758076 - `"message-batches-2024-09-24"`
5741858077
from line 58162
5750358162 - `"thinking-binding-controls-2026-08-01"`
5750458163
5750558164 - `"mid-conversation-system-clear-at-2026-08-21"`
58165
58166 - `"compact-2026-09-04"`
5750658167
5750758168- `"anthropic-workspace-id": optional string`
5750858169
from line 58257
5759658257
5759758258 - `string`
5759858259
57599 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
58260 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5760058261
5760158262 - `"message-batches-2024-09-24"`
5760258263
from line 58348
5768758348 - `"thinking-binding-controls-2026-08-01"`
5768858349
5768958350 - `"mid-conversation-system-clear-at-2026-08-21"`
58351
58352 - `"compact-2026-09-04"`
5769058353
5769158354- `"anthropic-workspace-id": optional string`
5769258355
from line 58434
5777158434
5777258435 - `string`
5777358436
57774 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
58437 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5777558438
5777658439 - `"message-batches-2024-09-24"`
5777758440
from line 58525
5786258525 - `"thinking-binding-controls-2026-08-01"`
5786358526
5786458527 - `"mid-conversation-system-clear-at-2026-08-21"`
58528
58529 - `"compact-2026-09-04"`
5786558530
5786658531- `"anthropic-workspace-id": optional string`
5786758532
from line 58630
5796558630
5796658631 - `string`
5796758632
57968 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
58633 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5796958634
5797058635 - `"message-batches-2024-09-24"`
5797158636
from line 58721
5805658721 - `"thinking-binding-controls-2026-08-01"`
5805758722
5805858723 - `"mid-conversation-system-clear-at-2026-08-21"`
58724
58725 - `"compact-2026-09-04"`
5805958726
5806058727- `"anthropic-workspace-id": optional string`
5806158728
from line 58775
5810858775
5810958776 - `string`
5811058777
58111 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
58778 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5811258779
5811358780 - `"message-batches-2024-09-24"`
5811458781
from line 58866
5819958866 - `"thinking-binding-controls-2026-08-01"`
5820058867
5820158868 - `"mid-conversation-system-clear-at-2026-08-21"`
58869
58870 - `"compact-2026-09-04"`
5820258871
5820358872- `"anthropic-workspace-id": optional string`
5820458873
from line 58955
5828658955
5828758956 - `string`
5828858957
58289 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
58958 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5829058959
5829158960 - `"message-batches-2024-09-24"`
5829258961
from line 59046
5837759046 - `"thinking-binding-controls-2026-08-01"`
5837859047
5837959048 - `"mid-conversation-system-clear-at-2026-08-21"`
59049
59050 - `"compact-2026-09-04"`
5838059051
5838159052- `"anthropic-workspace-id": optional string`
5838259053
from line 59455
5878459455
5878559456 - `string`
5878659457
58787 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
59458 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5878859459
5878959460 - `"message-batches-2024-09-24"`
5879059461
from line 59546
5887559546 - `"thinking-binding-controls-2026-08-01"`
5887659547
5887759548 - `"mid-conversation-system-clear-at-2026-08-21"`
59549
59550 - `"compact-2026-09-04"`
5887859551
5887959552- `"anthropic-workspace-id": optional string`
5888059553
from line 59764
5909159764
5909259765 - `string`
5909359766
59094 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
59767 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5909559768
5909659769 - `"message-batches-2024-09-24"`
5909759770
from line 59855
5918259855 - `"thinking-binding-controls-2026-08-01"`
5918359856
5918459857 - `"mid-conversation-system-clear-at-2026-08-21"`
59858
59859 - `"compact-2026-09-04"`
5918559860
5918659861- `"anthropic-workspace-id": optional string`
5918759862
from line 60064
5938960064
5939060065 - `string`
5939160066
59392 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
60067 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5939360068
5939460069 - `"message-batches-2024-09-24"`
5939560070
from line 60155
5948060155 - `"thinking-binding-controls-2026-08-01"`
5948160156
5948260157 - `"mid-conversation-system-clear-at-2026-08-21"`
60158
60159 - `"compact-2026-09-04"`
5948360160
5948460161- `"anthropic-workspace-id": optional string`
5948560162
from line 60503
5982660503
5982760504 - `string`
5982860505
59829 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
60506 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5983060507
5983160508 - `"message-batches-2024-09-24"`
5983260509
from line 60594
5991760594 - `"thinking-binding-controls-2026-08-01"`
5991860595
5991960596 - `"mid-conversation-system-clear-at-2026-08-21"`
60597
60598 - `"compact-2026-09-04"`
5992060599
5992160600- `"anthropic-workspace-id": optional string`
5992260601
from line 60650
5997160650
5997260651 - `string`
5997360652
59974 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
60653 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
5997560654
5997660655 - `"message-batches-2024-09-24"`
5997760656
from line 60741
6006260741 - `"thinking-binding-controls-2026-08-01"`
6006360742
6006460743 - `"mid-conversation-system-clear-at-2026-08-21"`
60744
60745 - `"compact-2026-09-04"`
6006560746
6006660747- `"anthropic-workspace-id": optional string`
6006760748
from line 60951
6027060951
6027160952 - `string`
6027260953
60273 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
60954 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6027460955
6027560956 - `"message-batches-2024-09-24"`
6027660957
from line 61042
6036161042 - `"thinking-binding-controls-2026-08-01"`
6036261043
6036361044 - `"mid-conversation-system-clear-at-2026-08-21"`
61045
61046 - `"compact-2026-09-04"`
6036461047
6036561048- `"anthropic-workspace-id": optional string`
6036661049
from line 61190
6050761190
6050861191 - `string`
6050961192
60510 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
61193 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6051161194
6051261195 - `"message-batches-2024-09-24"`
6051361196
from line 61281
6059861281 - `"thinking-binding-controls-2026-08-01"`
6059961282
6060061283 - `"mid-conversation-system-clear-at-2026-08-21"`
61284
61285 - `"compact-2026-09-04"`
6060161286
6060261287- `"anthropic-workspace-id": optional string`
6060361288
from line 61418
6073361418
6073461419 - `string`
6073561420
60736 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
61421 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6073761422
6073861423 - `"message-batches-2024-09-24"`
6073961424
from line 61509
6082461509 - `"thinking-binding-controls-2026-08-01"`
6082561510
6082661511 - `"mid-conversation-system-clear-at-2026-08-21"`
61512
61513 - `"compact-2026-09-04"`
6082761514
6082861515- `"anthropic-workspace-id": optional string`
6082961516
from line 61609
6092261609
6092361610 - `string`
6092461611
60925 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
61612 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6092661613
6092761614 - `"message-batches-2024-09-24"`
6092861615
from line 61700
6101361700 - `"thinking-binding-controls-2026-08-01"`
6101461701
6101561702 - `"mid-conversation-system-clear-at-2026-08-21"`
61703
61704 - `"compact-2026-09-04"`
6101661705
6101761706- `"anthropic-workspace-id": optional string`
6101861707
from line 61791
6110261791
6110361792 - `string`
6110461793
61105 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
61794 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6110661795
6110761796 - `"message-batches-2024-09-24"`
6110861797
from line 61882
6119361882 - `"thinking-binding-controls-2026-08-01"`
6119461883
6119561884 - `"mid-conversation-system-clear-at-2026-08-21"`
61885
61886 - `"compact-2026-09-04"`
6119661887
6119761888- `"anthropic-workspace-id": optional string`
6119861889
from line 61993
6130261993
6130361994 - `string`
6130461995
61305 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
61996 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6130661997
6130761998 - `"message-batches-2024-09-24"`
6130861999
from line 62084
6139362084 - `"thinking-binding-controls-2026-08-01"`
6139462085
6139562086 - `"mid-conversation-system-clear-at-2026-08-21"`
62087
62088 - `"compact-2026-09-04"`
6139662089
6139762090- `"anthropic-workspace-id": optional string`
6139862091
from line 62138
6144562138
6144662139 - `string`
6144762140
61448 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
62141 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6144962142
6145062143 - `"message-batches-2024-09-24"`
6145162144
from line 62229
6153662229 - `"thinking-binding-controls-2026-08-01"`
6153762230
6153862231 - `"mid-conversation-system-clear-at-2026-08-21"`
62232
62233 - `"compact-2026-09-04"`
6153962234
6154062235- `"anthropic-workspace-id": optional string`
6154162236
from line 62333
6163862333
6163962334 - `string`
6164062335
61641 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
62336 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6164262337
6164362338 - `"message-batches-2024-09-24"`
6164462339
from line 62424
6172962424 - `"thinking-binding-controls-2026-08-01"`
6173062425
6173162426 - `"mid-conversation-system-clear-at-2026-08-21"`
62427
62428 - `"compact-2026-09-04"`
6173262429
6173362430- `"anthropic-workspace-id": optional string`
6173462431
from line 62570
6187362570
6187462571 - `string`
6187562572
61876 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
62573 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6187762574
6187862575 - `"message-batches-2024-09-24"`
6187962576
from line 62661
6196462661 - `"thinking-binding-controls-2026-08-01"`
6196562662
6196662663 - `"mid-conversation-system-clear-at-2026-08-21"`
62664
62665 - `"compact-2026-09-04"`
6196762666
6196862667- `"anthropic-workspace-id": optional string`
6196962668
from line 62795
6209662795
6209762796 - `string`
6209862797
62099 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
62798 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6210062799
6210162800 - `"message-batches-2024-09-24"`
6210262801
from line 62886
6218762886 - `"thinking-binding-controls-2026-08-01"`
6218862887
6218962888 - `"mid-conversation-system-clear-at-2026-08-21"`
62889
62890 - `"compact-2026-09-04"`
6219062891
6219162892- `"anthropic-workspace-id": optional string`
6219262893
from line 62997
6229662997
6229762998 - `string`
6229862999
62299 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
63000 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6230063001
6230163002 - `"message-batches-2024-09-24"`
6230263003
from line 63088
6238763088 - `"thinking-binding-controls-2026-08-01"`
6238863089
6238963090 - `"mid-conversation-system-clear-at-2026-08-21"`
63091
63092 - `"compact-2026-09-04"`
6239063093
6239163094- `"anthropic-workspace-id": optional string`
6239263095
from line 63219
6251663219
6251763220 - `string`
6251863221
62519 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
63222 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6252063223
6252163224 - `"message-batches-2024-09-24"`
6252263225
from line 63310
6260763310 - `"thinking-binding-controls-2026-08-01"`
6260863311
6260963312 - `"mid-conversation-system-clear-at-2026-08-21"`
63313
63314 - `"compact-2026-09-04"`
6261063315
6261163316- `"anthropic-workspace-id": optional string`
6261263317
from line 63424
6271963424
6272063425 - `string`
6272163426
62722 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
63427 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6272363428
6272463429 - `"message-batches-2024-09-24"`
6272563430
from line 63515
6281063515 - `"thinking-binding-controls-2026-08-01"`
6281163516
6281263517 - `"mid-conversation-system-clear-at-2026-08-21"`
63518
63519 - `"compact-2026-09-04"`
6281363520
6281463521- `"anthropic-workspace-id": optional string`
6281563522
from line 63710
6300363710
6300463711 - `string`
6300563712
63006 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
63713 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6300763714
6300863715 - `"message-batches-2024-09-24"`
6300963716
from line 63801
6309463801 - `"thinking-binding-controls-2026-08-01"`
6309563802
6309663803 - `"mid-conversation-system-clear-at-2026-08-21"`
63804
63805 - `"compact-2026-09-04"`
6309763806
6309863807- `"anthropic-workspace-id": optional string`
6309963808
from line 63977
6326863977
6326963978 - `string`
6327063979
63271 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
63980 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6327263981
6327363982 - `"message-batches-2024-09-24"`
6327463983
from line 64068
6335964068 - `"thinking-binding-controls-2026-08-01"`
6336064069
6336164070 - `"mid-conversation-system-clear-at-2026-08-21"`
64071
64072 - `"compact-2026-09-04"`
6336264073
6336364074- `"anthropic-workspace-id": optional string`
6336464075
from line 64241
6353064241
6353164242 - `string`
6353264243
63533 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
64244 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6353464245
6353564246 - `"message-batches-2024-09-24"`
6353664247
from line 64332
6362164332 - `"thinking-binding-controls-2026-08-01"`
6362264333
6362364334 - `"mid-conversation-system-clear-at-2026-08-21"`
64335
64336 - `"compact-2026-09-04"`
6362464337
6362564338- `"anthropic-workspace-id": optional string`
6362664339
from line 64480
6376764480
6376864481 - `string`
6376964482
63770 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
64483 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6377164484
6377264485 - `"message-batches-2024-09-24"`
6377364486
from line 64571
6385864571 - `"thinking-binding-controls-2026-08-01"`
6385964572
6386064573 - `"mid-conversation-system-clear-at-2026-08-21"`
64574
64575 - `"compact-2026-09-04"`
6386164576
6386264577- `"anthropic-workspace-id": optional string`
6386364578
from line 64698
6398364698
6398464699 - `string`
6398564700
63986 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
64701 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6398764702
6398864703 - `"message-batches-2024-09-24"`
6398964704
from line 64789
6407464789 - `"thinking-binding-controls-2026-08-01"`
6407564790
6407664791 - `"mid-conversation-system-clear-at-2026-08-21"`
64792
64793 - `"compact-2026-09-04"`
6407764794
6407864795- `"anthropic-workspace-id": optional string`
6407964796
from line 64822
6410564822
6410664823 - `string`
6410764824
64108 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
64825 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6410964826
6411064827 - `"message-batches-2024-09-24"`
6411164828
from line 64913
6419664913 - `"thinking-binding-controls-2026-08-01"`
6419764914
6419864915 - `"mid-conversation-system-clear-at-2026-08-21"`
64916
64917 - `"compact-2026-09-04"`
6419964918
6420064919- `"anthropic-workspace-id": optional string`
6420164920
from line 65029
6431065029
6431165030 - `string`
6431265031
64313 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
65032 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6431465033
6431565034 - `"message-batches-2024-09-24"`
6431665035
from line 65120
6440165120 - `"thinking-binding-controls-2026-08-01"`
6440265121
6440365122 - `"mid-conversation-system-clear-at-2026-08-21"`
65123
65124 - `"compact-2026-09-04"`
6440465125
6440565126- `"anthropic-workspace-id": optional string`
6440665127
from line 65175
6445465175
6445565176 - `string`
6445665177
64457 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
65178 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6445865179
6445965180 - `"message-batches-2024-09-24"`
6446065181
from line 65266
6454565266 - `"thinking-binding-controls-2026-08-01"`
6454665267
6454765268 - `"mid-conversation-system-clear-at-2026-08-21"`
65269
65270 - `"compact-2026-09-04"`
6454865271
6454965272- `"anthropic-workspace-id": optional string`
6455065273
from line 65420
6469765420
6469865421 - `string`
6469965422
64700 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
65423 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6470165424
6470265425 - `"message-batches-2024-09-24"`
6470365426
from line 65511
6478865511 - `"thinking-binding-controls-2026-08-01"`
6478965512
6479065513 - `"mid-conversation-system-clear-at-2026-08-21"`
65514
65515 - `"compact-2026-09-04"`
6479165516
6479265517- `"anthropic-workspace-id": optional string`
6479365518
from line 65645
6492065645
6492165646 - `string`
6492265647
64923 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
65648 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6492465649
6492565650 - `"message-batches-2024-09-24"`
6492665651
from line 65736
6501165736 - `"thinking-binding-controls-2026-08-01"`
6501265737
6501365738 - `"mid-conversation-system-clear-at-2026-08-21"`
65739
65740 - `"compact-2026-09-04"`
6501465741
6501565742- `"anthropic-workspace-id": optional string`
6501665743
from line 65857
6513065857
6513165858 - `string`
6513265859
65133 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
65860 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6513465861
6513565862 - `"message-batches-2024-09-24"`
6513665863
from line 65948
6522165948 - `"thinking-binding-controls-2026-08-01"`
6522265949
6522365950 - `"mid-conversation-system-clear-at-2026-08-21"`
65951
65952 - `"compact-2026-09-04"`
6522465953
6522565954- `"anthropic-workspace-id": optional string`
6522665955
from line 66013
6528466013
6528566014 - `string`
6528666015
65287 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
66016 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6528866017
6528966018 - `"message-batches-2024-09-24"`
6529066019
from line 66104
6537566104 - `"thinking-binding-controls-2026-08-01"`
6537666105
6537766106 - `"mid-conversation-system-clear-at-2026-08-21"`
66107
66108 - `"compact-2026-09-04"`
6537866109
6537966110- `"anthropic-workspace-id": optional string`
6538066111
from line 66218
6548766218
6548866219 - `string`
6548966220
65490 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
66221 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6549166222
6549266223 - `"message-batches-2024-09-24"`
6549366224
from line 66309
6557866309 - `"thinking-binding-controls-2026-08-01"`
6557966310
6558066311 - `"mid-conversation-system-clear-at-2026-08-21"`
66312
66313 - `"compact-2026-09-04"`
6558166314
6558266315- `"anthropic-workspace-id": optional string`
6558366316
from line 66418
6568566418
6568666419 - `string`
6568766420
65688 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
66421 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6568966422
6569066423 - `"message-batches-2024-09-24"`
6569166424
from line 66509
6577666509 - `"thinking-binding-controls-2026-08-01"`
6577766510
6577866511 - `"mid-conversation-system-clear-at-2026-08-21"`
66512
66513 - `"compact-2026-09-04"`
6577966514
6578066515- `"anthropic-workspace-id": optional string`
6578166516
from line 66550
6581566550
6581666551 - `string`
6581766552
65818 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
66553 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6581966554
6582066555 - `"message-batches-2024-09-24"`
6582166556
from line 66641
6590666641 - `"thinking-binding-controls-2026-08-01"`
6590766642
6590866643 - `"mid-conversation-system-clear-at-2026-08-21"`
66644
66645 - `"compact-2026-09-04"`
6590966646
6591066647- `"anthropic-workspace-id": optional string`
6591166648
from line 66737
6600066737
6600166738 - `string`
6600266739
66003 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
66740 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6600466741
6600566742 - `"message-batches-2024-09-24"`
6600666743
from line 66828
6609166828 - `"thinking-binding-controls-2026-08-01"`
6609266829
6609366830 - `"mid-conversation-system-clear-at-2026-08-21"`
66831
66832 - `"compact-2026-09-04"`
6609466833
6609566834- `"anthropic-workspace-id": optional string`
6609666835
from line 66884
6614566884
6614666885 - `string`
6614766886
66148 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
66887 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6614966888
6615066889 - `"message-batches-2024-09-24"`
6615166890
from line 66975
6623666975 - `"thinking-binding-controls-2026-08-01"`
6623766976
6623866977 - `"mid-conversation-system-clear-at-2026-08-21"`
66978
66979 - `"compact-2026-09-04"`
6623966980
6624066981- `"anthropic-workspace-id": optional string`
6624166982
from line 67265
6652467265
6652567266 - `string`
6652667267
66527 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
67268 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6652867269
6652967270 - `"message-batches-2024-09-24"`
6653067271
from line 67356
6661567356 - `"thinking-binding-controls-2026-08-01"`
6661667357
6661767358 - `"mid-conversation-system-clear-at-2026-08-21"`
67359
67360 - `"compact-2026-09-04"`
6661867361
6661967362- `"anthropic-workspace-id": optional string`
6662067363
from line 67541
6679867541
6679967542 - `string`
6680067543
66801 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
67544 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6680267545
6680367546 - `"message-batches-2024-09-24"`
6680467547
from line 67632
6688967632 - `"thinking-binding-controls-2026-08-01"`
6689067633
6689167634 - `"mid-conversation-system-clear-at-2026-08-21"`
67635
67636 - `"compact-2026-09-04"`
6689267637
6689367638- `"anthropic-workspace-id": optional string`
6689467639
from line 67806
6706167806
6706267807 - `string`
6706367808
67064 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
67809 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6706567810
6706667811 - `"message-batches-2024-09-24"`
6706767812
from line 67897
6715267897 - `"thinking-binding-controls-2026-08-01"`
6715367898
6715467899 - `"mid-conversation-system-clear-at-2026-08-21"`
67900
67901 - `"compact-2026-09-04"`
6715567902
6715667903- `"anthropic-workspace-id": optional string`
6715767904
from line 68161
6741468161
6741568162 - `string`
6741668163
67417 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
68164 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6741868165
6741968166 - `"message-batches-2024-09-24"`
6742068167
from line 68252
6750568252 - `"thinking-binding-controls-2026-08-01"`
6750668253
6750768254 - `"mid-conversation-system-clear-at-2026-08-21"`
68255
68256 - `"compact-2026-09-04"`
6750868257
6750968258- `"anthropic-workspace-id": optional string`
6751068259
from line 68311
6756268311
6756368312 - `string`
6756468313
67565 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
68314 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6756668315
6756768316 - `"message-batches-2024-09-24"`
6756868317
from line 68402
6765368402 - `"thinking-binding-controls-2026-08-01"`
6765468403
6765568404 - `"mid-conversation-system-clear-at-2026-08-21"`
68405
68406 - `"compact-2026-09-04"`
6765668407
6765768408- `"anthropic-workspace-id": optional string`
6765868409
from line 68736
6798568736
6798668737 - `string`
6798768738
67988 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
68739 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6798968740
6799068741 - `"message-batches-2024-09-24"`
6799168742
from line 68827
6807668827 - `"thinking-binding-controls-2026-08-01"`
6807768828
6807868829 - `"mid-conversation-system-clear-at-2026-08-21"`
68830
68831 - `"compact-2026-09-04"`
6807968832
6808068833- `"anthropic-workspace-id": optional string`
6808168834
from line 69052
6829969052
6830069053 - `string`
6830169054
68302 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
69055 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6830369056
6830469057 - `"message-batches-2024-09-24"`
6830569058
from line 69143
6839069143 - `"thinking-binding-controls-2026-08-01"`
6839169144
6839269145 - `"mid-conversation-system-clear-at-2026-08-21"`
69146
69147 - `"compact-2026-09-04"`
6839369148
6839469149- `"anthropic-workspace-id": optional string`
6839569150
from line 69363
6860869363
6860969364 - `string`
6861069365
68611 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
69366 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6861269367
6861369368 - `"message-batches-2024-09-24"`
6861469369
from line 69454
6869969454 - `"thinking-binding-controls-2026-08-01"`
6870069455
6870169456 - `"mid-conversation-system-clear-at-2026-08-21"`
69457
69458 - `"compact-2026-09-04"`
6870269459
6870369460- `"anthropic-workspace-id": optional string`
6870469461
from line 69675
6891869675
6891969676 - `string`
6892069677
68921 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
69678 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6892269679
6892369680 - `"message-batches-2024-09-24"`
6892469681
from line 69766
6900969766 - `"thinking-binding-controls-2026-08-01"`
6901069767
6901169768 - `"mid-conversation-system-clear-at-2026-08-21"`
69769
69770 - `"compact-2026-09-04"`
6901269771
6901369772- `"anthropic-workspace-id": optional string`
6901469773
from line 69987
6922869987
6922969988 - `string`
6923069989
69231 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
69990 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6923269991
6923369992 - `"message-batches-2024-09-24"`
6923469993
from line 70078
6931970078 - `"thinking-binding-controls-2026-08-01"`
6932070079
6932170080 - `"mid-conversation-system-clear-at-2026-08-21"`
70081
70082 - `"compact-2026-09-04"`
6932270083
6932370084- `"anthropic-workspace-id": optional string`
6932470085
from line 70167
6940670167
6940770168 - `string`
6940870169
69409 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
70170 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6941070171
6941170172 - `"message-batches-2024-09-24"`
6941270173
from line 70258
6949770258 - `"thinking-binding-controls-2026-08-01"`
6949870259
6949970260 - `"mid-conversation-system-clear-at-2026-08-21"`
70261
70262 - `"compact-2026-09-04"`
6950070263
6950170264- `"anthropic-workspace-id": optional string`
6950270265
from line 70349
6958670349
6958770350 - `string`
6958870351
69589 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
70352 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6959070353
6959170354 - `"message-batches-2024-09-24"`
6959270355
from line 70440
6967770440 - `"thinking-binding-controls-2026-08-01"`
6967870441
6967970442 - `"mid-conversation-system-clear-at-2026-08-21"`
70443
70444 - `"compact-2026-09-04"`
6968070445
6968170446- `"anthropic-workspace-id": optional string`
6968270447
from line 70528
6976370528
6976470529 - `string`
6976570530
69766 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
70531 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6976770532
6976870533 - `"message-batches-2024-09-24"`
6976970534
from line 70619
6985470619 - `"thinking-binding-controls-2026-08-01"`
6985570620
6985670621 - `"mid-conversation-system-clear-at-2026-08-21"`
70622
70623 - `"compact-2026-09-04"`
6985770624
6985870625- `"anthropic-workspace-id": optional string`
6985970626
from line 70699
6993270699
6993370700 - `string`
6993470701
69935 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
70702 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
6993670703
6993770704 - `"message-batches-2024-09-24"`
6993870705
from line 70790
7002370790 - `"thinking-binding-controls-2026-08-01"`
7002470791
7002570792 - `"mid-conversation-system-clear-at-2026-08-21"`
70793
70794 - `"compact-2026-09-04"`
7002670795
7002770796- `"anthropic-workspace-id": optional string`
7002870797
from line 70851
7008270851
7008370852 - `string`
7008470853
70085 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
70854 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7008670855
7008770856 - `"message-batches-2024-09-24"`
7008870857
from line 70942
7017370942 - `"thinking-binding-controls-2026-08-01"`
7017470943
7017570944 - `"mid-conversation-system-clear-at-2026-08-21"`
70945
70946 - `"compact-2026-09-04"`
7017670947
7017770948- `"anthropic-workspace-id": optional string`
7017870949
from line 71014
7024371014
7024471015 - `string`
7024571016
70246 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
71017 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7024771018
7024871019 - `"message-batches-2024-09-24"`
7024971020
from line 71105
7033471105 - `"thinking-binding-controls-2026-08-01"`
7033571106
7033671107 - `"mid-conversation-system-clear-at-2026-08-21"`
71108
71109 - `"compact-2026-09-04"`
7033771110
7033871111- `"anthropic-workspace-id": optional string`
7033971112
from line 71205
7043271205
7043371206 - `string`
7043471207
70435 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
71208 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7043671209
7043771210 - `"message-batches-2024-09-24"`
7043871211
from line 71296
7052371296 - `"thinking-binding-controls-2026-08-01"`
7052471297
7052571298 - `"mid-conversation-system-clear-at-2026-08-21"`
71299
71300 - `"compact-2026-09-04"`
7052671301
7052771302- `"anthropic-workspace-id": optional string`
7052871303
from line 71398
7062371398
7062471399 - `string`
7062571400
70626 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
71401 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7062771402
7062871403 - `"message-batches-2024-09-24"`
7062971404
from line 71489
7071471489 - `"thinking-binding-controls-2026-08-01"`
7071571490
7071671491 - `"mid-conversation-system-clear-at-2026-08-21"`
71492
71493 - `"compact-2026-09-04"`
7071771494
7071871495- `"anthropic-workspace-id": optional string`
7071971496
from line 71586
7080971586
7081071587 - `string`
7081171588
70812 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
71589 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7081371590
7081471591 - `"message-batches-2024-09-24"`
7081571592
from line 71677
7090071677 - `"thinking-binding-controls-2026-08-01"`
7090171678
7090271679 - `"mid-conversation-system-clear-at-2026-08-21"`
71680
71681 - `"compact-2026-09-04"`
7090371682
7090471683- `"anthropic-workspace-id": optional string`
7090571684
from line 73239
7246073239
7246173240 - `string`
7246273241
72463 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
73242 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7246473243
7246573244 - `"message-batches-2024-09-24"`
7246673245
from line 73330
7255173330 - `"thinking-binding-controls-2026-08-01"`
7255273331
7255373332 - `"mid-conversation-system-clear-at-2026-08-21"`
73333
73334 - `"compact-2026-09-04"`
7255473335
7255573336#### Body parameters
7255673337
from line 73629
7284873629
7284973630 - `string`
7285073631
72851 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
73632 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7285273633
7285373634 - `"message-batches-2024-09-24"`
7285473635
from line 73720
7293973720 - `"thinking-binding-controls-2026-08-01"`
7294073721
7294173722 - `"mid-conversation-system-clear-at-2026-08-21"`
73723
73724 - `"compact-2026-09-04"`
7294273725
7294373726#### Returns
7294473727
from line 73930
7314773930
7314873931 - `string`
7314973932
73150 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
73933 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7315173934
7315273935 - `"message-batches-2024-09-24"`
7315373936
from line 74021
7323874021 - `"thinking-binding-controls-2026-08-01"`
7323974022
7324074023 - `"mid-conversation-system-clear-at-2026-08-21"`
74024
74025 - `"compact-2026-09-04"`
7324174026
7324274027#### Returns
7324374028
from line 74234
7344974234
7345074235 - `string`
7345174236
73452 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
74237 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7345374238
7345474239 - `"message-batches-2024-09-24"`
7345574240
from line 74325
7354074325 - `"thinking-binding-controls-2026-08-01"`
7354174326
7354274327 - `"mid-conversation-system-clear-at-2026-08-21"`
74328
74329 - `"compact-2026-09-04"`
7354374330
7354474331#### Body parameters
7354574332
from line 74616
7382974616
7383074617 - `string`
7383174618
73832 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
74619 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7383374620
7383474621 - `"message-batches-2024-09-24"`
7383574622
from line 74707
7392074707 - `"thinking-binding-controls-2026-08-01"`
7392174708
7392274709 - `"mid-conversation-system-clear-at-2026-08-21"`
74710
74711 - `"compact-2026-09-04"`
7392374712
7392474713#### Returns
7392574714
from line 74924
7413574924
7413674925 - `string`
7413774926
74138 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
74927 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7413974928
7414074929 - `"message-batches-2024-09-24"`
7414174930
from line 75015
7422675015 - `"thinking-binding-controls-2026-08-01"`
7422775016
7422875017 - `"mid-conversation-system-clear-at-2026-08-21"`
75018
75019 - `"compact-2026-09-04"`
7422975020
7423075021#### Body parameters
7423175022
from line 75335
7454475335
7454575336 - `string`
7454675337
74547 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
75338 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7454875339
7454975340 - `"message-batches-2024-09-24"`
7455075341
from line 75426
7463575426 - `"thinking-binding-controls-2026-08-01"`
7463675427
7463775428 - `"mid-conversation-system-clear-at-2026-08-21"`
75429
75430 - `"compact-2026-09-04"`
7463875431
7463975432#### Returns
7464075433
from line 75632
7483975632
7484075633 - `string`
7484175634
74842 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
75635 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7484375636
7484475637 - `"message-batches-2024-09-24"`
7484575638
from line 75723
7493075723 - `"thinking-binding-controls-2026-08-01"`
7493175724
7493275725 - `"mid-conversation-system-clear-at-2026-08-21"`
75726
75727 - `"compact-2026-09-04"`
7493375728
7493475729#### Returns
7493575730
from line 75947
7515275947
7515375948 - `string`
7515475949
75155 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
75950 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7515675951
7515775952 - `"message-batches-2024-09-24"`
7515875953
from line 76038
7524376038 - `"thinking-binding-controls-2026-08-01"`
7524476039
7524576040 - `"mid-conversation-system-clear-at-2026-08-21"`
76041
76042 - `"compact-2026-09-04"`
7524676043
7524776044#### Body parameters
7524876045
from line 76338
7554176338
7554276339 - `string`
7554376340
75544 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
76341 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7554576342
7554676343 - `"message-batches-2024-09-24"`
7554776344
from line 76429
7563276429 - `"thinking-binding-controls-2026-08-01"`
7563376430
7563476431 - `"mid-conversation-system-clear-at-2026-08-21"`
76432
76433 - `"compact-2026-09-04"`
7563576434
7563676435#### Returns
7563776436
from line 76649
7585076649
7585176650 - `string`
7585276651
75853 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
76652 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7585476653
7585576654 - `"message-batches-2024-09-24"`
7585676655
from line 76740
7594176740 - `"thinking-binding-controls-2026-08-01"`
7594276741
7594376742 - `"mid-conversation-system-clear-at-2026-08-21"`
76743
76744 - `"compact-2026-09-04"`
7594476745
7594576746#### Body parameters
7594676747
from line 76844
7604376844
7604476845 - `string`
7604576846
76046 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
76847 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7604776848
7604876849 - `"message-batches-2024-09-24"`
7604976850
from line 76935
7613476935 - `"thinking-binding-controls-2026-08-01"`
7613576936
7613676937 - `"mid-conversation-system-clear-at-2026-08-21"`
76938
76939 - `"compact-2026-09-04"`
7613776940
7613876941#### Returns
7613976942
from line 77029
7622677029
7622777030 - `string`
7622877031
76229 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
77032 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7623077033
7623177034 - `"message-batches-2024-09-24"`
7623277035
from line 77120
7631777120 - `"thinking-binding-controls-2026-08-01"`
7631877121
7631977122 - `"mid-conversation-system-clear-at-2026-08-21"`
77123
77124 - `"compact-2026-09-04"`
7632077125
7632177126#### Returns
7632277127
from line 77654
7684977654
7685077655 - `string`
7685177656
76852 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
77657 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7685377658
7685477659 - `"message-batches-2024-09-24"`
7685577660
from line 77745
7694077745 - `"thinking-binding-controls-2026-08-01"`
7694177746
7694277747 - `"mid-conversation-system-clear-at-2026-08-21"`
77748
77749 - `"compact-2026-09-04"`
7694377750
7694477751#### Body parameters
7694577752
from line 77901
7709477901
7709577902 - `string`
7709677903
77097 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
77904 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7709877905
7709977906 - `"message-batches-2024-09-24"`
7710077907
from line 77992
7718577992 - `"thinking-binding-controls-2026-08-01"`
7718677993
7718777994 - `"mid-conversation-system-clear-at-2026-08-21"`
77995
77996 - `"compact-2026-09-04"`
7718877997
7718977998#### Returns
7719077999
from line 78110
7730178110
7730278111 - `string`
7730378112
77304 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
78113 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7730578114
7730678115 - `"message-batches-2024-09-24"`
7730778116
from line 78201
7739278201 - `"thinking-binding-controls-2026-08-01"`
7739378202
7739478203 - `"mid-conversation-system-clear-at-2026-08-21"`
78204
78205 - `"compact-2026-09-04"`
7739578206
7739678207#### Returns
7739778208
from line 78320
7750978320
7751078321 - `string`
7751178322
77512 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
78323 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7751378324
7751478325 - `"message-batches-2024-09-24"`
7751578326
from line 78411
7760078411 - `"thinking-binding-controls-2026-08-01"`
7760178412
7760278413 - `"mid-conversation-system-clear-at-2026-08-21"`
78414
78415 - `"compact-2026-09-04"`
7760378416
7760478417#### Body parameters
7760578418
from line 78548
7773578548
7773678549 - `string`
7773778550
77738 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
78551 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7773978552
7774078553 - `"message-batches-2024-09-24"`
7774178554
from line 78639
7782678639 - `"thinking-binding-controls-2026-08-01"`
7782778640
7782878641 - `"mid-conversation-system-clear-at-2026-08-21"`
78642
78643 - `"compact-2026-09-04"`
7782978644
7783078645#### Returns
7783178646
from line 78763
7794878763
7794978764 - `string`
7795078765
77951 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
78766 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7795278767
7795378768 - `"message-batches-2024-09-24"`
7795478769
from line 78854
7803978854 - `"thinking-binding-controls-2026-08-01"`
7804078855
7804178856 - `"mid-conversation-system-clear-at-2026-08-21"`
78857
78858 - `"compact-2026-09-04"`
7804278859
7804378860#### Body parameters
7804478861
from line 78987
7817078987
7817178988 - `string`
7817278989
78173 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
78990 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7817478991
7817578992 - `"message-batches-2024-09-24"`
7817678993
from line 79078
7826179078 - `"thinking-binding-controls-2026-08-01"`
7826279079
7826379080 - `"mid-conversation-system-clear-at-2026-08-21"`
79081
79082 - `"compact-2026-09-04"`
7826479083
7826579084#### Returns
7826679085
from line 79183
7836479183
7836579184 - `string`
7836679185
78367 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
79186 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7836879187
7836979188 - `"message-batches-2024-09-24"`
7837079189
from line 79274
7845579274 - `"thinking-binding-controls-2026-08-01"`
7845679275
7845779276 - `"mid-conversation-system-clear-at-2026-08-21"`
79277
79278 - `"compact-2026-09-04"`
7845879279
7845979280#### Returns
7846079281
from line 79869
7904879869
7904979870 - `string`
7905079871
79051 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
79872 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
7905279873
7905379874 - `"message-batches-2024-09-24"`
7905479875
from line 79960
7913979960 - `"thinking-binding-controls-2026-08-01"`
7914079961
7914179962 - `"mid-conversation-system-clear-at-2026-08-21"`
79963
79964 - `"compact-2026-09-04"`
7914279965
7914379966#### Body parameters
7914479967
from line 81235
8041281235
8041381236 - `string`
8041481237
80415 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
81238 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
8041681239
8041781240 - `"message-batches-2024-09-24"`
8041881241
from line 81326
8050381326 - `"thinking-binding-controls-2026-08-01"`
8050481327
8050581328 - `"mid-conversation-system-clear-at-2026-08-21"`
81329
81330 - `"compact-2026-09-04"`
8050681331
8050781332#### Returns
8050881333
from line 81428
8060381428
8060481429 - `string`
8060581430
80606 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
81431 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
8060781432
8060881433 - `"message-batches-2024-09-24"`
8060981434
from line 81519
8069481519 - `"thinking-binding-controls-2026-08-01"`
8069581520
8069681521 - `"mid-conversation-system-clear-at-2026-08-21"`
81522
81523 - `"compact-2026-09-04"`
8069781524
8069881525#### Body parameters
8069981526
from line 81637
8081081637
8081181638 - `string`
8081281639
80813 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
81640 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
8081481641
8081581642 - `"message-batches-2024-09-24"`
8081681643
from line 81728
8090181728 - `"thinking-binding-controls-2026-08-01"`
8090281729
8090381730 - `"mid-conversation-system-clear-at-2026-08-21"`
81731
81732 - `"compact-2026-09-04"`
8090481733
8090581734#### Returns
8090681735
from line 81823
8099481823
8099581824 - `string`
8099681825
80997 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
81826 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
8099881827
8099981828 - `"message-batches-2024-09-24"`
8100081829
from line 81914
8108581914 - `"thinking-binding-controls-2026-08-01"`
8108681915
8108781916 - `"mid-conversation-system-clear-at-2026-08-21"`
81917
81918 - `"compact-2026-09-04"`
8108881919
8108981920#### Body parameters
8109081921
from line 82026
8119582026
8119682027 - `string`
8119782028
81198 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
82029 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
8119982030
8120082031 - `"message-batches-2024-09-24"`
8120182032
from line 82117
8128682117 - `"thinking-binding-controls-2026-08-01"`
8128782118
8128882119 - `"mid-conversation-system-clear-at-2026-08-21"`
82120
82121 - `"compact-2026-09-04"`
8128982122
8129082123#### Returns
8129182124
from line 82566
8173382566
8173482567 - `string`
8173582568
81736 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
82569 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
8173782570
8173882571 - `"message-batches-2024-09-24"`
8173982572
from line 82657
8182482657 - `"thinking-binding-controls-2026-08-01"`
8182582658
8182682659 - `"mid-conversation-system-clear-at-2026-08-21"`
82660
82661 - `"compact-2026-09-04"`
8182782662
8182882663#### Returns
8182982664
from line 83150
8231583150
8231683151 - `string`
8231783152
82318 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
83153 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
8231983154
8232083155 - `"message-batches-2024-09-24"`
8232183156
from line 83241
8240683241 - `"thinking-binding-controls-2026-08-01"`
8240783242
8240883243 - `"mid-conversation-system-clear-at-2026-08-21"`
83244
83245 - `"compact-2026-09-04"`
8240983246
8241083247#### Returns
8241183248
from line 83435
8259883435
8259983436 - `string`
8260083437
82601 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
83438 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
8260283439
8260383440 - `"message-batches-2024-09-24"`
8260483441
from line 83526
8268983526 - `"thinking-binding-controls-2026-08-01"`
8269083527
8269183528 - `"mid-conversation-system-clear-at-2026-08-21"`
83529
83530 - `"compact-2026-09-04"`
8269283531
8269383532#### Returns
8269483533
from line 83626
8278783626
8278883627 - `string`
8278983628
82790 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
83629 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
8279183630
8279283631 - `"message-batches-2024-09-24"`
8279383632
from line 83717
8287883717 - `"thinking-binding-controls-2026-08-01"`
8287983718
8288083719 - `"mid-conversation-system-clear-at-2026-08-21"`
83720
83721 - `"compact-2026-09-04"`
8288183722
8288283723#### Returns
8288383724
from line 83813
8297283813
8297383814 - `string`
8297483815
82975 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
83816 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
8297683817
8297783818 - `"message-batches-2024-09-24"`
8297883819
from line 83904
8306383904 - `"thinking-binding-controls-2026-08-01"`
8306483905
8306583906 - `"mid-conversation-system-clear-at-2026-08-21"`
83907
83908 - `"compact-2026-09-04"`
8306683909
8306783910#### Returns
8306883911
from line 84001
8315884001
8315984002 - `string`
8316084003
83161 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
84004 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
8316284005
8316384006 - `"message-batches-2024-09-24"`
8316484007
from line 84092
8324984092 - `"thinking-binding-controls-2026-08-01"`
8325084093
8325184094 - `"mid-conversation-system-clear-at-2026-08-21"`
84095
84096 - `"compact-2026-09-04"`
8325284097
8325384098#### Returns
8325484099
from line 84161
8331684161
8331784162 - `string`
8331884163
83319 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
84164 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
8332084165
8332184166 - `"message-batches-2024-09-24"`
8332284167
from line 84252
8340784252 - `"thinking-binding-controls-2026-08-01"`
8340884253
8340984254 - `"mid-conversation-system-clear-at-2026-08-21"`
84255
84256 - `"compact-2026-09-04"`
8341084257
8341184258#### Body parameters
8341284259
from line 84332
8348584332
8348684333 - `string`
8348784334
83488 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
84335 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
8348984336
8349084337 - `"message-batches-2024-09-24"`
8349184338
from line 84423
8357684423 - `"thinking-binding-controls-2026-08-01"`
8357784424
8357884425 - `"mid-conversation-system-clear-at-2026-08-21"`
84426
84427 - `"compact-2026-09-04"`
8357984428
8358084429#### Body parameters
8358184430
from line 84549
8370084549
8370184550 - `string`
8370284551
83703 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
84552 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
8370484553
8370584554 - `"message-batches-2024-09-24"`
8370684555
from line 84640
8379184640 - `"thinking-binding-controls-2026-08-01"`
8379284641
8379384642 - `"mid-conversation-system-clear-at-2026-08-21"`
84643
84644 - `"compact-2026-09-04"`
8379484645
8379584646#### Returns
8379684647
from line 84744
8389384744
8389484745 - `string`
8389584746
83896 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
84747 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
8389784748
8389884749 - `"message-batches-2024-09-24"`
8389984750
from line 84835
8398484835 - `"thinking-binding-controls-2026-08-01"`
8398584836
8398684837 - `"mid-conversation-system-clear-at-2026-08-21"`
84838
84839 - `"compact-2026-09-04"`
8398784840
8398884841#### Returns
8398984842
from line 84934
8408184934
8408284935 - `string`
8408384936
84084 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
84937 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 43 more`
8408584938
8408684939 - `"message-batches-2024-09-24"`
8408784940
from line 85025
8417285025 - `"thinking-binding-controls-2026-08-01"`
8417385026
8417485027 - `"mid-conversation-system-clear-at-2026-08-21"`
85028
85029 - `"compact-2026-09-04"`
8417585030
8417685031#### Returns
8417785032
8417885033