diff --git a/en/resources/beta/subresources/responses/streaming-events.md b/en/resources/beta/subresources/responses/streaming-events.md index 7ec1fc36..ff6191c8 100644 --- a/en/resources/beta/subresources/responses/streaming-events.md +++ b/en/resources/beta/subresources/responses/streaming-events.md @@ -1129,6 +1129,10 @@ Schema name: `BetaResponseCreatedEvent` "kind": "HttpTypeLiteral", "literal": "gpt-5.5" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5.4" @@ -1481,6 +1485,14 @@ Schema name: `BetaResponseCreatedEvent` "kind": "HttpTypeLiteral", "literal": "computer-use-preview-2025-03-11" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro" + }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5-codex" @@ -1811,6 +1823,9 @@ Schema name: `BetaResponseCreatedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -2376,13 +2391,13 @@ Schema name: `BetaResponseCreatedEvent` }, "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier": { "kind": "HttpDeclProperty", - "oasRef": "#/components/schemas/BetaModelResponseProperties/properties/service_tier", + "oasRef": "#/components/schemas/BetaResponse/allOf/2/properties/service_tier", "deprecated": false, "key": "service_tier", - "docstring": "Specifies the processing type used for serving the request.\n - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.\n - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.\n - If set to '[flex](/docs/guides/flex-processing)', then the request will be processed with the Flex Processing service tier.\n - To opt-in to [Fast mode](/api/docs/guides/fast-mode) at the request level, include the `service_tier=fast` or `service_tier=priority` parameter for Responses or Chat Completions. The response will show `service_tier=priority` regardless of if you specify `service_tier=fast` or `priority` in your request.\n - When not set, the default behavior is 'auto'.\n\n When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.\n", + "docstring": "Specifies the processing type used for serving the request.\n - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.\n - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.\n - If set to '[flex](/docs/guides/flex-processing)', then the request will be processed with the Flex Processing service tier.\n - To opt-in to [Fast mode](/api/docs/guides/fast-mode) at the request level, include the `service_tier=fast` or `service_tier=priority` parameter for Responses or Chat Completions. The response will show `service_tier=priority` regardless of if you specify `service_tier=fast` or `priority` in your request.\n - If set to 'ultrafast', then the request will be processed with the access-controlled Ultrafast Processing service tier. This tier is currently available for `gpt-5.6-sol`; a response served through it will show `service_tier=ultrafast`.\n - When not set, the default behavior is 'auto'.\n\n When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.\n", "type": { "kind": "HttpTypeUnion", - "oasRef": "#/components/schemas/BetaModelResponseProperties/properties/service_tier", + "oasRef": "#/components/schemas/BetaResponse/allOf/2/properties/service_tier", "types": [ { "kind": "HttpTypeLiteral", @@ -2407,6 +2422,10 @@ Schema name: `BetaResponseCreatedEvent` { "kind": "HttpTypeLiteral", "literal": "fast" + }, + { + "kind": "HttpTypeLiteral", + "literal": "ultrafast" } ] }, @@ -2421,7 +2440,8 @@ Schema name: `BetaResponseCreatedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 2", "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 3", "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 4", - "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 5" + "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 5", + "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 6" ] }, "(resource) beta.responses > (model) beta_response > (schema) > (property) status": { @@ -3881,6 +3901,10 @@ Schema name: `BetaResponseCreatedEvent` "kind": "HttpTypeLiteral", "literal": "gpt-5.5" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5.4" @@ -4233,6 +4257,14 @@ Schema name: `BetaResponseCreatedEvent` "kind": "HttpTypeLiteral", "literal": "computer-use-preview-2025-03-11" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro" + }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5-codex" @@ -4363,7 +4395,10 @@ Schema name: `BetaResponseCreatedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 95", "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 96", "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 97", - "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 98" + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 98", + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 99", + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 100", + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 101" ] }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 1": { @@ -6920,6 +6955,9 @@ Schema name: `BetaResponseCreatedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -6934,6 +6972,7 @@ Schema name: `BetaResponseCreatedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -7840,6 +7879,13 @@ Schema name: `BetaResponseCreatedEvent` "literal": "fast" } }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 6": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "ultrafast" + } + }, "(resource) beta.responses > (model) beta_response_status > (schema) > (member) 0": { "kind": "HttpDeclReference", "type": { @@ -9958,661 +10004,682 @@ Schema name: `BetaResponseCreatedEvent` "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4" + "literal": "gpt-5.5-2026-04-23" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 5": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-mini" + "literal": "gpt-5.4" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 6": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-nano" + "literal": "gpt-5.4-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 7": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-mini-2026-03-17" + "literal": "gpt-5.4-nano" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 8": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-nano-2026-03-17" + "literal": "gpt-5.4-mini-2026-03-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 9": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.3-chat-latest" + "literal": "gpt-5.4-nano-2026-03-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 10": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2" + "literal": "gpt-5.3-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 11": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-2025-12-11" + "literal": "gpt-5.2" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 12": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-chat-latest" + "literal": "gpt-5.2-2025-12-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 13": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-pro" + "literal": "gpt-5.2-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 14": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-pro-2025-12-11" + "literal": "gpt-5.2-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 15": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1" + "literal": "gpt-5.2-pro-2025-12-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 16": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-2025-11-13" + "literal": "gpt-5.1" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 17": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-codex" + "literal": "gpt-5.1-2025-11-13" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 18": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-mini" + "literal": "gpt-5.1-codex" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 19": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-chat-latest" + "literal": "gpt-5.1-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 20": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5" + "literal": "gpt-5.1-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 21": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-mini" + "literal": "gpt-5" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 22": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-nano" + "literal": "gpt-5-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 23": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-2025-08-07" + "literal": "gpt-5-nano" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 24": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-mini-2025-08-07" + "literal": "gpt-5-2025-08-07" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 25": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-nano-2025-08-07" + "literal": "gpt-5-mini-2025-08-07" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 26": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-chat-latest" + "literal": "gpt-5-nano-2025-08-07" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 27": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1" + "literal": "gpt-5-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 28": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-mini" + "literal": "gpt-4.1" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 29": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-nano" + "literal": "gpt-4.1-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 30": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-2025-04-14" + "literal": "gpt-4.1-nano" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 31": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-mini-2025-04-14" + "literal": "gpt-4.1-2025-04-14" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 32": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-nano-2025-04-14" + "literal": "gpt-4.1-mini-2025-04-14" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 33": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini" + "literal": "gpt-4.1-nano-2025-04-14" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 34": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini-2025-04-16" + "literal": "o4-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 35": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3" + "literal": "o4-mini-2025-04-16" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 36": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-2025-04-16" + "literal": "o3" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 37": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-mini" + "literal": "o3-2025-04-16" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 38": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-mini-2025-01-31" + "literal": "o3-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 39": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1" + "literal": "o3-mini-2025-01-31" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 40": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-2024-12-17" + "literal": "o1" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 41": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-preview" + "literal": "o1-2024-12-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 42": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-preview-2024-09-12" + "literal": "o1-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 43": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-mini" + "literal": "o1-preview-2024-09-12" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 44": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-mini-2024-09-12" + "literal": "o1-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 45": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o" + "literal": "o1-mini-2024-09-12" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 46": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-2024-11-20" + "literal": "gpt-4o" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 47": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-2024-08-06" + "literal": "gpt-4o-2024-11-20" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 48": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-2024-05-13" + "literal": "gpt-4o-2024-08-06" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 49": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview" + "literal": "gpt-4o-2024-05-13" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 50": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview-2024-10-01" + "literal": "gpt-4o-audio-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 51": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview-2024-12-17" + "literal": "gpt-4o-audio-preview-2024-10-01" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 52": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview-2025-06-03" + "literal": "gpt-4o-audio-preview-2024-12-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 53": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-audio-preview" + "literal": "gpt-4o-audio-preview-2025-06-03" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 54": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-audio-preview-2024-12-17" + "literal": "gpt-4o-mini-audio-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 55": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-search-preview" + "literal": "gpt-4o-mini-audio-preview-2024-12-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 56": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-search-preview" + "literal": "gpt-4o-search-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 57": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-search-preview-2025-03-11" + "literal": "gpt-4o-mini-search-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 58": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-search-preview-2025-03-11" + "literal": "gpt-4o-search-preview-2025-03-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 59": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "chatgpt-4o-latest" + "literal": "gpt-4o-mini-search-preview-2025-03-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 60": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "codex-mini-latest" + "literal": "chatgpt-4o-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 61": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini" + "literal": "codex-mini-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 62": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-2024-07-18" + "literal": "gpt-4o-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 63": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-turbo" + "literal": "gpt-4o-mini-2024-07-18" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 64": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-turbo-2024-04-09" + "literal": "gpt-4-turbo" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 65": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-0125-preview" + "literal": "gpt-4-turbo-2024-04-09" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 66": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-turbo-preview" + "literal": "gpt-4-0125-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 67": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-1106-preview" + "literal": "gpt-4-turbo-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 68": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-vision-preview" + "literal": "gpt-4-1106-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 69": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4" + "literal": "gpt-4-vision-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 70": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-0314" + "literal": "gpt-4" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 71": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-0613" + "literal": "gpt-4-0314" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 72": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-32k" + "literal": "gpt-4-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 73": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-32k-0314" + "literal": "gpt-4-32k" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 74": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-32k-0613" + "literal": "gpt-4-32k-0314" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 75": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo" + "literal": "gpt-4-32k-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 76": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-16k" + "literal": "gpt-3.5-turbo" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 77": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-0301" + "literal": "gpt-3.5-turbo-16k" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 78": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-0613" + "literal": "gpt-3.5-turbo-0301" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 79": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-1106" + "literal": "gpt-3.5-turbo-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 80": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-0125" + "literal": "gpt-3.5-turbo-1106" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 81": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-16k-0613" + "literal": "gpt-3.5-turbo-0125" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 82": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-pro" + "literal": "gpt-3.5-turbo-16k-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 83": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-pro-2025-03-19" + "literal": "o1-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 84": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-pro" + "literal": "o1-pro-2025-03-19" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 85": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-pro-2025-06-10" + "literal": "o3-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 86": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-deep-research" + "literal": "o3-pro-2025-06-10" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 87": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-deep-research-2025-06-26" + "literal": "o3-deep-research" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 88": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini-deep-research" + "literal": "o3-deep-research-2025-06-26" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 89": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini-deep-research-2025-06-26" + "literal": "o4-mini-deep-research" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 90": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "computer-use-preview" + "literal": "o4-mini-deep-research-2025-06-26" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 91": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "computer-use-preview-2025-03-11" + "literal": "computer-use-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 92": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-codex" + "literal": "computer-use-preview-2025-03-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 93": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-pro" + "literal": "gpt-5.5-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 94": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-pro-2025-10-06" + "literal": "gpt-5.5-pro-2026-04-23" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 95": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-codex-max" + "literal": "gpt-5-codex" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 96": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-daybreak-blue-latest" + "literal": "gpt-5-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 97": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-daybreak-red-latest" + "literal": "gpt-5-pro-2025-10-06" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 98": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.1-codex-max" + } + }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 99": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "gpt-daybreak-blue-latest" + } + }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 100": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "gpt-daybreak-red-latest" + } + }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 101": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", @@ -13000,6 +13067,9 @@ Schema name: `BetaResponseCreatedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -13475,6 +13545,9 @@ Schema name: `BetaResponseCreatedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -16939,6 +17012,21 @@ Schema name: `BetaResponseCreatedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -21100,6 +21188,9 @@ Schema name: `BetaResponseCreatedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -21611,6 +21702,9 @@ Schema name: `BetaResponseCreatedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -27041,6 +27135,9 @@ Schema name: `BetaResponseCreatedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -27055,6 +27152,7 @@ Schema name: `BetaResponseCreatedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -27637,6 +27735,9 @@ Schema name: `BetaResponseCreatedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -27651,6 +27752,7 @@ Schema name: `BetaResponseCreatedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -33017,6 +33119,9 @@ Schema name: `BetaResponseCreatedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -33031,6 +33136,7 @@ Schema name: `BetaResponseCreatedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -33599,6 +33705,9 @@ Schema name: `BetaResponseCreatedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -33613,6 +33722,7 @@ Schema name: `BetaResponseCreatedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -37447,6 +37557,21 @@ Schema name: `BetaResponseCreatedEvent` "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -39475,6 +39600,21 @@ Schema name: `BetaResponseCreatedEvent` "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -44498,6 +44638,21 @@ Schema name: `BetaResponseCreatedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -46526,6 +46681,21 @@ Schema name: `BetaResponseCreatedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -64717,6 +64887,10 @@ Schema name: `BetaResponseInProgressEvent` "kind": "HttpTypeLiteral", "literal": "gpt-5.5" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5.4" @@ -65069,6 +65243,14 @@ Schema name: `BetaResponseInProgressEvent` "kind": "HttpTypeLiteral", "literal": "computer-use-preview-2025-03-11" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro" + }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5-codex" @@ -65399,6 +65581,9 @@ Schema name: `BetaResponseInProgressEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -65964,13 +66149,13 @@ Schema name: `BetaResponseInProgressEvent` }, "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier": { "kind": "HttpDeclProperty", - "oasRef": "#/components/schemas/BetaModelResponseProperties/properties/service_tier", + "oasRef": "#/components/schemas/BetaResponse/allOf/2/properties/service_tier", "deprecated": false, "key": "service_tier", - "docstring": "Specifies the processing type used for serving the request.\n - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.\n - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.\n - If set to '[flex](/docs/guides/flex-processing)', then the request will be processed with the Flex Processing service tier.\n - To opt-in to [Fast mode](/api/docs/guides/fast-mode) at the request level, include the `service_tier=fast` or `service_tier=priority` parameter for Responses or Chat Completions. The response will show `service_tier=priority` regardless of if you specify `service_tier=fast` or `priority` in your request.\n - When not set, the default behavior is 'auto'.\n\n When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.\n", + "docstring": "Specifies the processing type used for serving the request.\n - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.\n - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.\n - If set to '[flex](/docs/guides/flex-processing)', then the request will be processed with the Flex Processing service tier.\n - To opt-in to [Fast mode](/api/docs/guides/fast-mode) at the request level, include the `service_tier=fast` or `service_tier=priority` parameter for Responses or Chat Completions. The response will show `service_tier=priority` regardless of if you specify `service_tier=fast` or `priority` in your request.\n - If set to 'ultrafast', then the request will be processed with the access-controlled Ultrafast Processing service tier. This tier is currently available for `gpt-5.6-sol`; a response served through it will show `service_tier=ultrafast`.\n - When not set, the default behavior is 'auto'.\n\n When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.\n", "type": { "kind": "HttpTypeUnion", - "oasRef": "#/components/schemas/BetaModelResponseProperties/properties/service_tier", + "oasRef": "#/components/schemas/BetaResponse/allOf/2/properties/service_tier", "types": [ { "kind": "HttpTypeLiteral", @@ -65995,6 +66180,10 @@ Schema name: `BetaResponseInProgressEvent` { "kind": "HttpTypeLiteral", "literal": "fast" + }, + { + "kind": "HttpTypeLiteral", + "literal": "ultrafast" } ] }, @@ -66009,7 +66198,8 @@ Schema name: `BetaResponseInProgressEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 2", "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 3", "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 4", - "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 5" + "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 5", + "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 6" ] }, "(resource) beta.responses > (model) beta_response > (schema) > (property) status": { @@ -67469,6 +67659,10 @@ Schema name: `BetaResponseInProgressEvent` "kind": "HttpTypeLiteral", "literal": "gpt-5.5" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5.4" @@ -67821,6 +68015,14 @@ Schema name: `BetaResponseInProgressEvent` "kind": "HttpTypeLiteral", "literal": "computer-use-preview-2025-03-11" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro" + }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5-codex" @@ -67951,7 +68153,10 @@ Schema name: `BetaResponseInProgressEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 95", "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 96", "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 97", - "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 98" + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 98", + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 99", + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 100", + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 101" ] }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 1": { @@ -70508,6 +70713,9 @@ Schema name: `BetaResponseInProgressEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -70522,6 +70730,7 @@ Schema name: `BetaResponseInProgressEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -71428,6 +71637,13 @@ Schema name: `BetaResponseInProgressEvent` "literal": "fast" } }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 6": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "ultrafast" + } + }, "(resource) beta.responses > (model) beta_response_status > (schema) > (member) 0": { "kind": "HttpDeclReference", "type": { @@ -73546,661 +73762,682 @@ Schema name: `BetaResponseInProgressEvent` "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4" + "literal": "gpt-5.5-2026-04-23" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 5": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-mini" + "literal": "gpt-5.4" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 6": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-nano" + "literal": "gpt-5.4-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 7": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-mini-2026-03-17" + "literal": "gpt-5.4-nano" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 8": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-nano-2026-03-17" + "literal": "gpt-5.4-mini-2026-03-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 9": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.3-chat-latest" + "literal": "gpt-5.4-nano-2026-03-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 10": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2" + "literal": "gpt-5.3-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 11": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-2025-12-11" + "literal": "gpt-5.2" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 12": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-chat-latest" + "literal": "gpt-5.2-2025-12-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 13": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-pro" + "literal": "gpt-5.2-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 14": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-pro-2025-12-11" + "literal": "gpt-5.2-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 15": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1" + "literal": "gpt-5.2-pro-2025-12-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 16": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-2025-11-13" + "literal": "gpt-5.1" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 17": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-codex" + "literal": "gpt-5.1-2025-11-13" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 18": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-mini" + "literal": "gpt-5.1-codex" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 19": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-chat-latest" + "literal": "gpt-5.1-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 20": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5" + "literal": "gpt-5.1-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 21": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-mini" + "literal": "gpt-5" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 22": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-nano" + "literal": "gpt-5-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 23": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-2025-08-07" + "literal": "gpt-5-nano" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 24": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-mini-2025-08-07" + "literal": "gpt-5-2025-08-07" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 25": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-nano-2025-08-07" + "literal": "gpt-5-mini-2025-08-07" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 26": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-chat-latest" + "literal": "gpt-5-nano-2025-08-07" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 27": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1" + "literal": "gpt-5-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 28": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-mini" + "literal": "gpt-4.1" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 29": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-nano" + "literal": "gpt-4.1-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 30": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-2025-04-14" + "literal": "gpt-4.1-nano" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 31": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-mini-2025-04-14" + "literal": "gpt-4.1-2025-04-14" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 32": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-nano-2025-04-14" + "literal": "gpt-4.1-mini-2025-04-14" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 33": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini" + "literal": "gpt-4.1-nano-2025-04-14" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 34": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini-2025-04-16" + "literal": "o4-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 35": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3" + "literal": "o4-mini-2025-04-16" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 36": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-2025-04-16" + "literal": "o3" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 37": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-mini" + "literal": "o3-2025-04-16" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 38": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-mini-2025-01-31" + "literal": "o3-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 39": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1" + "literal": "o3-mini-2025-01-31" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 40": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-2024-12-17" + "literal": "o1" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 41": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-preview" + "literal": "o1-2024-12-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 42": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-preview-2024-09-12" + "literal": "o1-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 43": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-mini" + "literal": "o1-preview-2024-09-12" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 44": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-mini-2024-09-12" + "literal": "o1-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 45": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o" + "literal": "o1-mini-2024-09-12" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 46": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-2024-11-20" + "literal": "gpt-4o" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 47": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-2024-08-06" + "literal": "gpt-4o-2024-11-20" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 48": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-2024-05-13" + "literal": "gpt-4o-2024-08-06" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 49": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview" + "literal": "gpt-4o-2024-05-13" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 50": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview-2024-10-01" + "literal": "gpt-4o-audio-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 51": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview-2024-12-17" + "literal": "gpt-4o-audio-preview-2024-10-01" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 52": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview-2025-06-03" + "literal": "gpt-4o-audio-preview-2024-12-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 53": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-audio-preview" + "literal": "gpt-4o-audio-preview-2025-06-03" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 54": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-audio-preview-2024-12-17" + "literal": "gpt-4o-mini-audio-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 55": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-search-preview" + "literal": "gpt-4o-mini-audio-preview-2024-12-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 56": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-search-preview" + "literal": "gpt-4o-search-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 57": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-search-preview-2025-03-11" + "literal": "gpt-4o-mini-search-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 58": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-search-preview-2025-03-11" + "literal": "gpt-4o-search-preview-2025-03-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 59": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "chatgpt-4o-latest" + "literal": "gpt-4o-mini-search-preview-2025-03-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 60": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "codex-mini-latest" + "literal": "chatgpt-4o-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 61": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini" + "literal": "codex-mini-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 62": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-2024-07-18" + "literal": "gpt-4o-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 63": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-turbo" + "literal": "gpt-4o-mini-2024-07-18" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 64": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-turbo-2024-04-09" + "literal": "gpt-4-turbo" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 65": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-0125-preview" + "literal": "gpt-4-turbo-2024-04-09" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 66": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-turbo-preview" + "literal": "gpt-4-0125-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 67": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-1106-preview" + "literal": "gpt-4-turbo-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 68": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-vision-preview" + "literal": "gpt-4-1106-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 69": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4" + "literal": "gpt-4-vision-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 70": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-0314" + "literal": "gpt-4" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 71": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-0613" + "literal": "gpt-4-0314" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 72": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-32k" + "literal": "gpt-4-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 73": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-32k-0314" + "literal": "gpt-4-32k" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 74": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-32k-0613" + "literal": "gpt-4-32k-0314" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 75": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo" + "literal": "gpt-4-32k-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 76": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-16k" + "literal": "gpt-3.5-turbo" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 77": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-0301" + "literal": "gpt-3.5-turbo-16k" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 78": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-0613" + "literal": "gpt-3.5-turbo-0301" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 79": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-1106" + "literal": "gpt-3.5-turbo-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 80": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-0125" + "literal": "gpt-3.5-turbo-1106" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 81": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-16k-0613" + "literal": "gpt-3.5-turbo-0125" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 82": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-pro" + "literal": "gpt-3.5-turbo-16k-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 83": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-pro-2025-03-19" + "literal": "o1-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 84": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-pro" + "literal": "o1-pro-2025-03-19" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 85": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-pro-2025-06-10" + "literal": "o3-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 86": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-deep-research" + "literal": "o3-pro-2025-06-10" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 87": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-deep-research-2025-06-26" + "literal": "o3-deep-research" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 88": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini-deep-research" + "literal": "o3-deep-research-2025-06-26" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 89": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini-deep-research-2025-06-26" + "literal": "o4-mini-deep-research" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 90": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "computer-use-preview" + "literal": "o4-mini-deep-research-2025-06-26" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 91": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "computer-use-preview-2025-03-11" + "literal": "computer-use-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 92": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-codex" + "literal": "computer-use-preview-2025-03-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 93": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-pro" + "literal": "gpt-5.5-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 94": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-pro-2025-10-06" + "literal": "gpt-5.5-pro-2026-04-23" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 95": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-codex-max" + "literal": "gpt-5-codex" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 96": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-daybreak-blue-latest" + "literal": "gpt-5-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 97": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-daybreak-red-latest" + "literal": "gpt-5-pro-2025-10-06" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 98": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.1-codex-max" + } + }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 99": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "gpt-daybreak-blue-latest" + } + }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 100": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "gpt-daybreak-red-latest" + } + }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 101": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", @@ -76588,6 +76825,9 @@ Schema name: `BetaResponseInProgressEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -77063,6 +77303,9 @@ Schema name: `BetaResponseInProgressEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -80527,6 +80770,21 @@ Schema name: `BetaResponseInProgressEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -84688,6 +84946,9 @@ Schema name: `BetaResponseInProgressEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -85199,6 +85460,9 @@ Schema name: `BetaResponseInProgressEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -90629,6 +90893,9 @@ Schema name: `BetaResponseInProgressEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -90643,6 +90910,7 @@ Schema name: `BetaResponseInProgressEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -91225,6 +91493,9 @@ Schema name: `BetaResponseInProgressEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -91239,6 +91510,7 @@ Schema name: `BetaResponseInProgressEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -96605,6 +96877,9 @@ Schema name: `BetaResponseInProgressEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -96619,6 +96894,7 @@ Schema name: `BetaResponseInProgressEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -97187,6 +97463,9 @@ Schema name: `BetaResponseInProgressEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -97201,6 +97480,7 @@ Schema name: `BetaResponseInProgressEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -101035,6 +101315,21 @@ Schema name: `BetaResponseInProgressEvent` "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -103063,6 +103358,21 @@ Schema name: `BetaResponseInProgressEvent` "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -108086,6 +108396,21 @@ Schema name: `BetaResponseInProgressEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -110114,6 +110439,21 @@ Schema name: `BetaResponseInProgressEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -128305,6 +128645,10 @@ Schema name: `BetaResponseCompletedEvent` "kind": "HttpTypeLiteral", "literal": "gpt-5.5" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5.4" @@ -128657,6 +129001,14 @@ Schema name: `BetaResponseCompletedEvent` "kind": "HttpTypeLiteral", "literal": "computer-use-preview-2025-03-11" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro" + }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5-codex" @@ -128987,6 +129339,9 @@ Schema name: `BetaResponseCompletedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -129552,13 +129907,13 @@ Schema name: `BetaResponseCompletedEvent` }, "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier": { "kind": "HttpDeclProperty", - "oasRef": "#/components/schemas/BetaModelResponseProperties/properties/service_tier", + "oasRef": "#/components/schemas/BetaResponse/allOf/2/properties/service_tier", "deprecated": false, "key": "service_tier", - "docstring": "Specifies the processing type used for serving the request.\n - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.\n - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.\n - If set to '[flex](/docs/guides/flex-processing)', then the request will be processed with the Flex Processing service tier.\n - To opt-in to [Fast mode](/api/docs/guides/fast-mode) at the request level, include the `service_tier=fast` or `service_tier=priority` parameter for Responses or Chat Completions. The response will show `service_tier=priority` regardless of if you specify `service_tier=fast` or `priority` in your request.\n - When not set, the default behavior is 'auto'.\n\n When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.\n", + "docstring": "Specifies the processing type used for serving the request.\n - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.\n - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.\n - If set to '[flex](/docs/guides/flex-processing)', then the request will be processed with the Flex Processing service tier.\n - To opt-in to [Fast mode](/api/docs/guides/fast-mode) at the request level, include the `service_tier=fast` or `service_tier=priority` parameter for Responses or Chat Completions. The response will show `service_tier=priority` regardless of if you specify `service_tier=fast` or `priority` in your request.\n - If set to 'ultrafast', then the request will be processed with the access-controlled Ultrafast Processing service tier. This tier is currently available for `gpt-5.6-sol`; a response served through it will show `service_tier=ultrafast`.\n - When not set, the default behavior is 'auto'.\n\n When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.\n", "type": { "kind": "HttpTypeUnion", - "oasRef": "#/components/schemas/BetaModelResponseProperties/properties/service_tier", + "oasRef": "#/components/schemas/BetaResponse/allOf/2/properties/service_tier", "types": [ { "kind": "HttpTypeLiteral", @@ -129583,6 +129938,10 @@ Schema name: `BetaResponseCompletedEvent` { "kind": "HttpTypeLiteral", "literal": "fast" + }, + { + "kind": "HttpTypeLiteral", + "literal": "ultrafast" } ] }, @@ -129597,7 +129956,8 @@ Schema name: `BetaResponseCompletedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 2", "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 3", "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 4", - "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 5" + "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 5", + "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 6" ] }, "(resource) beta.responses > (model) beta_response > (schema) > (property) status": { @@ -131057,6 +131417,10 @@ Schema name: `BetaResponseCompletedEvent` "kind": "HttpTypeLiteral", "literal": "gpt-5.5" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5.4" @@ -131409,6 +131773,14 @@ Schema name: `BetaResponseCompletedEvent` "kind": "HttpTypeLiteral", "literal": "computer-use-preview-2025-03-11" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro" + }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5-codex" @@ -131539,7 +131911,10 @@ Schema name: `BetaResponseCompletedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 95", "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 96", "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 97", - "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 98" + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 98", + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 99", + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 100", + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 101" ] }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 1": { @@ -134096,6 +134471,9 @@ Schema name: `BetaResponseCompletedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -134110,6 +134488,7 @@ Schema name: `BetaResponseCompletedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -135016,6 +135395,13 @@ Schema name: `BetaResponseCompletedEvent` "literal": "fast" } }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 6": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "ultrafast" + } + }, "(resource) beta.responses > (model) beta_response_status > (schema) > (member) 0": { "kind": "HttpDeclReference", "type": { @@ -137134,661 +137520,682 @@ Schema name: `BetaResponseCompletedEvent` "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4" + "literal": "gpt-5.5-2026-04-23" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 5": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-mini" + "literal": "gpt-5.4" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 6": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-nano" + "literal": "gpt-5.4-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 7": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-mini-2026-03-17" + "literal": "gpt-5.4-nano" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 8": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-nano-2026-03-17" + "literal": "gpt-5.4-mini-2026-03-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 9": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.3-chat-latest" + "literal": "gpt-5.4-nano-2026-03-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 10": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2" + "literal": "gpt-5.3-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 11": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-2025-12-11" + "literal": "gpt-5.2" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 12": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-chat-latest" + "literal": "gpt-5.2-2025-12-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 13": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-pro" + "literal": "gpt-5.2-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 14": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-pro-2025-12-11" + "literal": "gpt-5.2-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 15": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1" + "literal": "gpt-5.2-pro-2025-12-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 16": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-2025-11-13" + "literal": "gpt-5.1" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 17": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-codex" + "literal": "gpt-5.1-2025-11-13" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 18": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-mini" + "literal": "gpt-5.1-codex" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 19": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-chat-latest" + "literal": "gpt-5.1-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 20": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5" + "literal": "gpt-5.1-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 21": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-mini" + "literal": "gpt-5" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 22": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-nano" + "literal": "gpt-5-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 23": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-2025-08-07" + "literal": "gpt-5-nano" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 24": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-mini-2025-08-07" + "literal": "gpt-5-2025-08-07" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 25": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-nano-2025-08-07" + "literal": "gpt-5-mini-2025-08-07" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 26": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-chat-latest" + "literal": "gpt-5-nano-2025-08-07" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 27": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1" + "literal": "gpt-5-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 28": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-mini" + "literal": "gpt-4.1" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 29": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-nano" + "literal": "gpt-4.1-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 30": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-2025-04-14" + "literal": "gpt-4.1-nano" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 31": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-mini-2025-04-14" + "literal": "gpt-4.1-2025-04-14" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 32": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-nano-2025-04-14" + "literal": "gpt-4.1-mini-2025-04-14" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 33": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini" + "literal": "gpt-4.1-nano-2025-04-14" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 34": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini-2025-04-16" + "literal": "o4-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 35": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3" + "literal": "o4-mini-2025-04-16" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 36": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-2025-04-16" + "literal": "o3" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 37": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-mini" + "literal": "o3-2025-04-16" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 38": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-mini-2025-01-31" + "literal": "o3-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 39": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1" + "literal": "o3-mini-2025-01-31" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 40": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-2024-12-17" + "literal": "o1" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 41": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-preview" + "literal": "o1-2024-12-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 42": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-preview-2024-09-12" + "literal": "o1-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 43": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-mini" + "literal": "o1-preview-2024-09-12" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 44": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-mini-2024-09-12" + "literal": "o1-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 45": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o" + "literal": "o1-mini-2024-09-12" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 46": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-2024-11-20" + "literal": "gpt-4o" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 47": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-2024-08-06" + "literal": "gpt-4o-2024-11-20" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 48": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-2024-05-13" + "literal": "gpt-4o-2024-08-06" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 49": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview" + "literal": "gpt-4o-2024-05-13" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 50": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview-2024-10-01" + "literal": "gpt-4o-audio-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 51": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview-2024-12-17" + "literal": "gpt-4o-audio-preview-2024-10-01" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 52": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview-2025-06-03" + "literal": "gpt-4o-audio-preview-2024-12-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 53": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-audio-preview" + "literal": "gpt-4o-audio-preview-2025-06-03" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 54": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-audio-preview-2024-12-17" + "literal": "gpt-4o-mini-audio-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 55": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-search-preview" + "literal": "gpt-4o-mini-audio-preview-2024-12-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 56": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-search-preview" + "literal": "gpt-4o-search-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 57": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-search-preview-2025-03-11" + "literal": "gpt-4o-mini-search-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 58": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-search-preview-2025-03-11" + "literal": "gpt-4o-search-preview-2025-03-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 59": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "chatgpt-4o-latest" + "literal": "gpt-4o-mini-search-preview-2025-03-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 60": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "codex-mini-latest" + "literal": "chatgpt-4o-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 61": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini" + "literal": "codex-mini-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 62": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-2024-07-18" + "literal": "gpt-4o-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 63": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-turbo" + "literal": "gpt-4o-mini-2024-07-18" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 64": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-turbo-2024-04-09" + "literal": "gpt-4-turbo" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 65": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-0125-preview" + "literal": "gpt-4-turbo-2024-04-09" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 66": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-turbo-preview" + "literal": "gpt-4-0125-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 67": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-1106-preview" + "literal": "gpt-4-turbo-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 68": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-vision-preview" + "literal": "gpt-4-1106-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 69": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4" + "literal": "gpt-4-vision-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 70": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-0314" + "literal": "gpt-4" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 71": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-0613" + "literal": "gpt-4-0314" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 72": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-32k" + "literal": "gpt-4-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 73": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-32k-0314" + "literal": "gpt-4-32k" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 74": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-32k-0613" + "literal": "gpt-4-32k-0314" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 75": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo" + "literal": "gpt-4-32k-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 76": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-16k" + "literal": "gpt-3.5-turbo" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 77": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-0301" + "literal": "gpt-3.5-turbo-16k" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 78": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-0613" + "literal": "gpt-3.5-turbo-0301" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 79": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-1106" + "literal": "gpt-3.5-turbo-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 80": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-0125" + "literal": "gpt-3.5-turbo-1106" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 81": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-16k-0613" + "literal": "gpt-3.5-turbo-0125" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 82": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-pro" + "literal": "gpt-3.5-turbo-16k-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 83": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-pro-2025-03-19" + "literal": "o1-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 84": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-pro" + "literal": "o1-pro-2025-03-19" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 85": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-pro-2025-06-10" + "literal": "o3-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 86": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-deep-research" + "literal": "o3-pro-2025-06-10" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 87": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-deep-research-2025-06-26" + "literal": "o3-deep-research" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 88": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini-deep-research" + "literal": "o3-deep-research-2025-06-26" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 89": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini-deep-research-2025-06-26" + "literal": "o4-mini-deep-research" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 90": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "computer-use-preview" + "literal": "o4-mini-deep-research-2025-06-26" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 91": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "computer-use-preview-2025-03-11" + "literal": "computer-use-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 92": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-codex" + "literal": "computer-use-preview-2025-03-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 93": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-pro" + "literal": "gpt-5.5-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 94": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-pro-2025-10-06" + "literal": "gpt-5.5-pro-2026-04-23" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 95": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-codex-max" + "literal": "gpt-5-codex" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 96": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-daybreak-blue-latest" + "literal": "gpt-5-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 97": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-daybreak-red-latest" + "literal": "gpt-5-pro-2025-10-06" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 98": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.1-codex-max" + } + }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 99": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "gpt-daybreak-blue-latest" + } + }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 100": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "gpt-daybreak-red-latest" + } + }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 101": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", @@ -140176,6 +140583,9 @@ Schema name: `BetaResponseCompletedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -140651,6 +141061,9 @@ Schema name: `BetaResponseCompletedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -144115,6 +144528,21 @@ Schema name: `BetaResponseCompletedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -148276,6 +148704,9 @@ Schema name: `BetaResponseCompletedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -148787,6 +149218,9 @@ Schema name: `BetaResponseCompletedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -154217,6 +154651,9 @@ Schema name: `BetaResponseCompletedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -154231,6 +154668,7 @@ Schema name: `BetaResponseCompletedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -154813,6 +155251,9 @@ Schema name: `BetaResponseCompletedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -154827,6 +155268,7 @@ Schema name: `BetaResponseCompletedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -160193,6 +160635,9 @@ Schema name: `BetaResponseCompletedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -160207,6 +160652,7 @@ Schema name: `BetaResponseCompletedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -160775,6 +161221,9 @@ Schema name: `BetaResponseCompletedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -160789,6 +161238,7 @@ Schema name: `BetaResponseCompletedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -164623,6 +165073,21 @@ Schema name: `BetaResponseCompletedEvent` "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -166651,6 +167116,21 @@ Schema name: `BetaResponseCompletedEvent` "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -171674,6 +172154,21 @@ Schema name: `BetaResponseCompletedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -173702,6 +174197,21 @@ Schema name: `BetaResponseCompletedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -191910,6 +192420,10 @@ Schema name: `BetaResponseFailedEvent` "kind": "HttpTypeLiteral", "literal": "gpt-5.5" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5.4" @@ -192262,6 +192776,14 @@ Schema name: `BetaResponseFailedEvent` "kind": "HttpTypeLiteral", "literal": "computer-use-preview-2025-03-11" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro" + }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5-codex" @@ -192592,6 +193114,9 @@ Schema name: `BetaResponseFailedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -193157,13 +193682,13 @@ Schema name: `BetaResponseFailedEvent` }, "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier": { "kind": "HttpDeclProperty", - "oasRef": "#/components/schemas/BetaModelResponseProperties/properties/service_tier", + "oasRef": "#/components/schemas/BetaResponse/allOf/2/properties/service_tier", "deprecated": false, "key": "service_tier", - "docstring": "Specifies the processing type used for serving the request.\n - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.\n - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.\n - If set to '[flex](/docs/guides/flex-processing)', then the request will be processed with the Flex Processing service tier.\n - To opt-in to [Fast mode](/api/docs/guides/fast-mode) at the request level, include the `service_tier=fast` or `service_tier=priority` parameter for Responses or Chat Completions. The response will show `service_tier=priority` regardless of if you specify `service_tier=fast` or `priority` in your request.\n - When not set, the default behavior is 'auto'.\n\n When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.\n", + "docstring": "Specifies the processing type used for serving the request.\n - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.\n - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.\n - If set to '[flex](/docs/guides/flex-processing)', then the request will be processed with the Flex Processing service tier.\n - To opt-in to [Fast mode](/api/docs/guides/fast-mode) at the request level, include the `service_tier=fast` or `service_tier=priority` parameter for Responses or Chat Completions. The response will show `service_tier=priority` regardless of if you specify `service_tier=fast` or `priority` in your request.\n - If set to 'ultrafast', then the request will be processed with the access-controlled Ultrafast Processing service tier. This tier is currently available for `gpt-5.6-sol`; a response served through it will show `service_tier=ultrafast`.\n - When not set, the default behavior is 'auto'.\n\n When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.\n", "type": { "kind": "HttpTypeUnion", - "oasRef": "#/components/schemas/BetaModelResponseProperties/properties/service_tier", + "oasRef": "#/components/schemas/BetaResponse/allOf/2/properties/service_tier", "types": [ { "kind": "HttpTypeLiteral", @@ -193188,6 +193713,10 @@ Schema name: `BetaResponseFailedEvent` { "kind": "HttpTypeLiteral", "literal": "fast" + }, + { + "kind": "HttpTypeLiteral", + "literal": "ultrafast" } ] }, @@ -193202,7 +193731,8 @@ Schema name: `BetaResponseFailedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 2", "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 3", "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 4", - "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 5" + "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 5", + "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 6" ] }, "(resource) beta.responses > (model) beta_response > (schema) > (property) status": { @@ -194662,6 +195192,10 @@ Schema name: `BetaResponseFailedEvent` "kind": "HttpTypeLiteral", "literal": "gpt-5.5" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5.4" @@ -195014,6 +195548,14 @@ Schema name: `BetaResponseFailedEvent` "kind": "HttpTypeLiteral", "literal": "computer-use-preview-2025-03-11" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro" + }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5-codex" @@ -195144,7 +195686,10 @@ Schema name: `BetaResponseFailedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 95", "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 96", "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 97", - "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 98" + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 98", + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 99", + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 100", + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 101" ] }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 1": { @@ -197701,6 +198246,9 @@ Schema name: `BetaResponseFailedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -197715,6 +198263,7 @@ Schema name: `BetaResponseFailedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -198621,6 +199170,13 @@ Schema name: `BetaResponseFailedEvent` "literal": "fast" } }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 6": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "ultrafast" + } + }, "(resource) beta.responses > (model) beta_response_status > (schema) > (member) 0": { "kind": "HttpDeclReference", "type": { @@ -200739,661 +201295,682 @@ Schema name: `BetaResponseFailedEvent` "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4" + "literal": "gpt-5.5-2026-04-23" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 5": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-mini" + "literal": "gpt-5.4" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 6": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-nano" + "literal": "gpt-5.4-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 7": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-mini-2026-03-17" + "literal": "gpt-5.4-nano" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 8": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-nano-2026-03-17" + "literal": "gpt-5.4-mini-2026-03-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 9": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.3-chat-latest" + "literal": "gpt-5.4-nano-2026-03-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 10": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2" + "literal": "gpt-5.3-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 11": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-2025-12-11" + "literal": "gpt-5.2" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 12": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-chat-latest" + "literal": "gpt-5.2-2025-12-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 13": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-pro" + "literal": "gpt-5.2-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 14": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-pro-2025-12-11" + "literal": "gpt-5.2-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 15": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1" + "literal": "gpt-5.2-pro-2025-12-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 16": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-2025-11-13" + "literal": "gpt-5.1" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 17": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-codex" + "literal": "gpt-5.1-2025-11-13" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 18": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-mini" + "literal": "gpt-5.1-codex" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 19": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-chat-latest" + "literal": "gpt-5.1-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 20": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5" + "literal": "gpt-5.1-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 21": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-mini" + "literal": "gpt-5" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 22": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-nano" + "literal": "gpt-5-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 23": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-2025-08-07" + "literal": "gpt-5-nano" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 24": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-mini-2025-08-07" + "literal": "gpt-5-2025-08-07" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 25": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-nano-2025-08-07" + "literal": "gpt-5-mini-2025-08-07" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 26": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-chat-latest" + "literal": "gpt-5-nano-2025-08-07" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 27": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1" + "literal": "gpt-5-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 28": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-mini" + "literal": "gpt-4.1" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 29": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-nano" + "literal": "gpt-4.1-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 30": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-2025-04-14" + "literal": "gpt-4.1-nano" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 31": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-mini-2025-04-14" + "literal": "gpt-4.1-2025-04-14" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 32": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-nano-2025-04-14" + "literal": "gpt-4.1-mini-2025-04-14" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 33": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini" + "literal": "gpt-4.1-nano-2025-04-14" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 34": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini-2025-04-16" + "literal": "o4-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 35": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3" + "literal": "o4-mini-2025-04-16" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 36": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-2025-04-16" + "literal": "o3" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 37": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-mini" + "literal": "o3-2025-04-16" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 38": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-mini-2025-01-31" + "literal": "o3-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 39": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1" + "literal": "o3-mini-2025-01-31" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 40": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-2024-12-17" + "literal": "o1" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 41": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-preview" + "literal": "o1-2024-12-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 42": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-preview-2024-09-12" + "literal": "o1-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 43": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-mini" + "literal": "o1-preview-2024-09-12" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 44": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-mini-2024-09-12" + "literal": "o1-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 45": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o" + "literal": "o1-mini-2024-09-12" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 46": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-2024-11-20" + "literal": "gpt-4o" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 47": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-2024-08-06" + "literal": "gpt-4o-2024-11-20" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 48": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-2024-05-13" + "literal": "gpt-4o-2024-08-06" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 49": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview" + "literal": "gpt-4o-2024-05-13" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 50": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview-2024-10-01" + "literal": "gpt-4o-audio-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 51": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview-2024-12-17" + "literal": "gpt-4o-audio-preview-2024-10-01" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 52": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview-2025-06-03" + "literal": "gpt-4o-audio-preview-2024-12-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 53": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-audio-preview" + "literal": "gpt-4o-audio-preview-2025-06-03" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 54": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-audio-preview-2024-12-17" + "literal": "gpt-4o-mini-audio-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 55": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-search-preview" + "literal": "gpt-4o-mini-audio-preview-2024-12-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 56": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-search-preview" + "literal": "gpt-4o-search-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 57": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-search-preview-2025-03-11" + "literal": "gpt-4o-mini-search-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 58": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-search-preview-2025-03-11" + "literal": "gpt-4o-search-preview-2025-03-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 59": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "chatgpt-4o-latest" + "literal": "gpt-4o-mini-search-preview-2025-03-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 60": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "codex-mini-latest" + "literal": "chatgpt-4o-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 61": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini" + "literal": "codex-mini-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 62": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-2024-07-18" + "literal": "gpt-4o-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 63": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-turbo" + "literal": "gpt-4o-mini-2024-07-18" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 64": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-turbo-2024-04-09" + "literal": "gpt-4-turbo" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 65": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-0125-preview" + "literal": "gpt-4-turbo-2024-04-09" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 66": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-turbo-preview" + "literal": "gpt-4-0125-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 67": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-1106-preview" + "literal": "gpt-4-turbo-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 68": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-vision-preview" + "literal": "gpt-4-1106-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 69": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4" + "literal": "gpt-4-vision-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 70": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-0314" + "literal": "gpt-4" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 71": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-0613" + "literal": "gpt-4-0314" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 72": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-32k" + "literal": "gpt-4-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 73": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-32k-0314" + "literal": "gpt-4-32k" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 74": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-32k-0613" + "literal": "gpt-4-32k-0314" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 75": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo" + "literal": "gpt-4-32k-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 76": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-16k" + "literal": "gpt-3.5-turbo" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 77": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-0301" + "literal": "gpt-3.5-turbo-16k" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 78": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-0613" + "literal": "gpt-3.5-turbo-0301" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 79": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-1106" + "literal": "gpt-3.5-turbo-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 80": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-0125" + "literal": "gpt-3.5-turbo-1106" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 81": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-16k-0613" + "literal": "gpt-3.5-turbo-0125" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 82": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-pro" + "literal": "gpt-3.5-turbo-16k-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 83": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-pro-2025-03-19" + "literal": "o1-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 84": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-pro" + "literal": "o1-pro-2025-03-19" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 85": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-pro-2025-06-10" + "literal": "o3-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 86": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-deep-research" + "literal": "o3-pro-2025-06-10" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 87": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-deep-research-2025-06-26" + "literal": "o3-deep-research" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 88": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini-deep-research" + "literal": "o3-deep-research-2025-06-26" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 89": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini-deep-research-2025-06-26" + "literal": "o4-mini-deep-research" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 90": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "computer-use-preview" + "literal": "o4-mini-deep-research-2025-06-26" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 91": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "computer-use-preview-2025-03-11" + "literal": "computer-use-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 92": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-codex" + "literal": "computer-use-preview-2025-03-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 93": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-pro" + "literal": "gpt-5.5-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 94": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-pro-2025-10-06" + "literal": "gpt-5.5-pro-2026-04-23" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 95": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-codex-max" + "literal": "gpt-5-codex" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 96": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-daybreak-blue-latest" + "literal": "gpt-5-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 97": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-daybreak-red-latest" + "literal": "gpt-5-pro-2025-10-06" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 98": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.1-codex-max" + } + }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 99": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "gpt-daybreak-blue-latest" + } + }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 100": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "gpt-daybreak-red-latest" + } + }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 101": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", @@ -203781,6 +204358,9 @@ Schema name: `BetaResponseFailedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -204256,6 +204836,9 @@ Schema name: `BetaResponseFailedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -207720,6 +208303,21 @@ Schema name: `BetaResponseFailedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -211881,6 +212479,9 @@ Schema name: `BetaResponseFailedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -212392,6 +212993,9 @@ Schema name: `BetaResponseFailedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -217822,6 +218426,9 @@ Schema name: `BetaResponseFailedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -217836,6 +218443,7 @@ Schema name: `BetaResponseFailedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -218418,6 +219026,9 @@ Schema name: `BetaResponseFailedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -218432,6 +219043,7 @@ Schema name: `BetaResponseFailedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -223798,6 +224410,9 @@ Schema name: `BetaResponseFailedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -223812,6 +224427,7 @@ Schema name: `BetaResponseFailedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -224380,6 +224996,9 @@ Schema name: `BetaResponseFailedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -224394,6 +225013,7 @@ Schema name: `BetaResponseFailedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -228228,6 +228848,21 @@ Schema name: `BetaResponseFailedEvent` "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -230256,6 +230891,21 @@ Schema name: `BetaResponseFailedEvent` "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -235279,6 +235929,21 @@ Schema name: `BetaResponseFailedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -237307,6 +237972,21 @@ Schema name: `BetaResponseFailedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -255496,6 +256176,10 @@ Schema name: `BetaResponseIncompleteEvent` "kind": "HttpTypeLiteral", "literal": "gpt-5.5" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5.4" @@ -255848,6 +256532,14 @@ Schema name: `BetaResponseIncompleteEvent` "kind": "HttpTypeLiteral", "literal": "computer-use-preview-2025-03-11" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro" + }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5-codex" @@ -256178,6 +256870,9 @@ Schema name: `BetaResponseIncompleteEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -256743,13 +257438,13 @@ Schema name: `BetaResponseIncompleteEvent` }, "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier": { "kind": "HttpDeclProperty", - "oasRef": "#/components/schemas/BetaModelResponseProperties/properties/service_tier", + "oasRef": "#/components/schemas/BetaResponse/allOf/2/properties/service_tier", "deprecated": false, "key": "service_tier", - "docstring": "Specifies the processing type used for serving the request.\n - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.\n - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.\n - If set to '[flex](/docs/guides/flex-processing)', then the request will be processed with the Flex Processing service tier.\n - To opt-in to [Fast mode](/api/docs/guides/fast-mode) at the request level, include the `service_tier=fast` or `service_tier=priority` parameter for Responses or Chat Completions. The response will show `service_tier=priority` regardless of if you specify `service_tier=fast` or `priority` in your request.\n - When not set, the default behavior is 'auto'.\n\n When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.\n", + "docstring": "Specifies the processing type used for serving the request.\n - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.\n - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.\n - If set to '[flex](/docs/guides/flex-processing)', then the request will be processed with the Flex Processing service tier.\n - To opt-in to [Fast mode](/api/docs/guides/fast-mode) at the request level, include the `service_tier=fast` or `service_tier=priority` parameter for Responses or Chat Completions. The response will show `service_tier=priority` regardless of if you specify `service_tier=fast` or `priority` in your request.\n - If set to 'ultrafast', then the request will be processed with the access-controlled Ultrafast Processing service tier. This tier is currently available for `gpt-5.6-sol`; a response served through it will show `service_tier=ultrafast`.\n - When not set, the default behavior is 'auto'.\n\n When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.\n", "type": { "kind": "HttpTypeUnion", - "oasRef": "#/components/schemas/BetaModelResponseProperties/properties/service_tier", + "oasRef": "#/components/schemas/BetaResponse/allOf/2/properties/service_tier", "types": [ { "kind": "HttpTypeLiteral", @@ -256774,6 +257469,10 @@ Schema name: `BetaResponseIncompleteEvent` { "kind": "HttpTypeLiteral", "literal": "fast" + }, + { + "kind": "HttpTypeLiteral", + "literal": "ultrafast" } ] }, @@ -256788,7 +257487,8 @@ Schema name: `BetaResponseIncompleteEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 2", "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 3", "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 4", - "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 5" + "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 5", + "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 6" ] }, "(resource) beta.responses > (model) beta_response > (schema) > (property) status": { @@ -258248,6 +258948,10 @@ Schema name: `BetaResponseIncompleteEvent` "kind": "HttpTypeLiteral", "literal": "gpt-5.5" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5.4" @@ -258600,6 +259304,14 @@ Schema name: `BetaResponseIncompleteEvent` "kind": "HttpTypeLiteral", "literal": "computer-use-preview-2025-03-11" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro" + }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5-codex" @@ -258730,7 +259442,10 @@ Schema name: `BetaResponseIncompleteEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 95", "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 96", "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 97", - "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 98" + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 98", + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 99", + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 100", + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 101" ] }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 1": { @@ -261287,6 +262002,9 @@ Schema name: `BetaResponseIncompleteEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -261301,6 +262019,7 @@ Schema name: `BetaResponseIncompleteEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -262207,6 +262926,13 @@ Schema name: `BetaResponseIncompleteEvent` "literal": "fast" } }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 6": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "ultrafast" + } + }, "(resource) beta.responses > (model) beta_response_status > (schema) > (member) 0": { "kind": "HttpDeclReference", "type": { @@ -264325,661 +265051,682 @@ Schema name: `BetaResponseIncompleteEvent` "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4" + "literal": "gpt-5.5-2026-04-23" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 5": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-mini" + "literal": "gpt-5.4" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 6": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-nano" + "literal": "gpt-5.4-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 7": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-mini-2026-03-17" + "literal": "gpt-5.4-nano" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 8": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-nano-2026-03-17" + "literal": "gpt-5.4-mini-2026-03-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 9": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.3-chat-latest" + "literal": "gpt-5.4-nano-2026-03-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 10": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2" + "literal": "gpt-5.3-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 11": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-2025-12-11" + "literal": "gpt-5.2" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 12": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-chat-latest" + "literal": "gpt-5.2-2025-12-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 13": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-pro" + "literal": "gpt-5.2-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 14": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-pro-2025-12-11" + "literal": "gpt-5.2-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 15": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1" + "literal": "gpt-5.2-pro-2025-12-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 16": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-2025-11-13" + "literal": "gpt-5.1" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 17": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-codex" + "literal": "gpt-5.1-2025-11-13" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 18": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-mini" + "literal": "gpt-5.1-codex" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 19": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-chat-latest" + "literal": "gpt-5.1-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 20": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5" + "literal": "gpt-5.1-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 21": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-mini" + "literal": "gpt-5" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 22": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-nano" + "literal": "gpt-5-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 23": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-2025-08-07" + "literal": "gpt-5-nano" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 24": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-mini-2025-08-07" + "literal": "gpt-5-2025-08-07" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 25": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-nano-2025-08-07" + "literal": "gpt-5-mini-2025-08-07" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 26": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-chat-latest" + "literal": "gpt-5-nano-2025-08-07" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 27": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1" + "literal": "gpt-5-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 28": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-mini" + "literal": "gpt-4.1" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 29": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-nano" + "literal": "gpt-4.1-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 30": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-2025-04-14" + "literal": "gpt-4.1-nano" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 31": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-mini-2025-04-14" + "literal": "gpt-4.1-2025-04-14" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 32": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-nano-2025-04-14" + "literal": "gpt-4.1-mini-2025-04-14" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 33": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini" + "literal": "gpt-4.1-nano-2025-04-14" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 34": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini-2025-04-16" + "literal": "o4-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 35": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3" + "literal": "o4-mini-2025-04-16" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 36": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-2025-04-16" + "literal": "o3" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 37": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-mini" + "literal": "o3-2025-04-16" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 38": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-mini-2025-01-31" + "literal": "o3-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 39": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1" + "literal": "o3-mini-2025-01-31" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 40": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-2024-12-17" + "literal": "o1" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 41": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-preview" + "literal": "o1-2024-12-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 42": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-preview-2024-09-12" + "literal": "o1-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 43": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-mini" + "literal": "o1-preview-2024-09-12" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 44": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-mini-2024-09-12" + "literal": "o1-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 45": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o" + "literal": "o1-mini-2024-09-12" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 46": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-2024-11-20" + "literal": "gpt-4o" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 47": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-2024-08-06" + "literal": "gpt-4o-2024-11-20" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 48": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-2024-05-13" + "literal": "gpt-4o-2024-08-06" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 49": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview" + "literal": "gpt-4o-2024-05-13" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 50": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview-2024-10-01" + "literal": "gpt-4o-audio-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 51": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview-2024-12-17" + "literal": "gpt-4o-audio-preview-2024-10-01" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 52": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview-2025-06-03" + "literal": "gpt-4o-audio-preview-2024-12-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 53": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-audio-preview" + "literal": "gpt-4o-audio-preview-2025-06-03" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 54": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-audio-preview-2024-12-17" + "literal": "gpt-4o-mini-audio-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 55": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-search-preview" + "literal": "gpt-4o-mini-audio-preview-2024-12-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 56": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-search-preview" + "literal": "gpt-4o-search-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 57": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-search-preview-2025-03-11" + "literal": "gpt-4o-mini-search-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 58": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-search-preview-2025-03-11" + "literal": "gpt-4o-search-preview-2025-03-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 59": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "chatgpt-4o-latest" + "literal": "gpt-4o-mini-search-preview-2025-03-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 60": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "codex-mini-latest" + "literal": "chatgpt-4o-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 61": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini" + "literal": "codex-mini-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 62": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-2024-07-18" + "literal": "gpt-4o-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 63": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-turbo" + "literal": "gpt-4o-mini-2024-07-18" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 64": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-turbo-2024-04-09" + "literal": "gpt-4-turbo" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 65": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-0125-preview" + "literal": "gpt-4-turbo-2024-04-09" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 66": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-turbo-preview" + "literal": "gpt-4-0125-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 67": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-1106-preview" + "literal": "gpt-4-turbo-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 68": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-vision-preview" + "literal": "gpt-4-1106-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 69": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4" + "literal": "gpt-4-vision-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 70": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-0314" + "literal": "gpt-4" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 71": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-0613" + "literal": "gpt-4-0314" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 72": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-32k" + "literal": "gpt-4-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 73": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-32k-0314" + "literal": "gpt-4-32k" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 74": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-32k-0613" + "literal": "gpt-4-32k-0314" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 75": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo" + "literal": "gpt-4-32k-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 76": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-16k" + "literal": "gpt-3.5-turbo" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 77": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-0301" + "literal": "gpt-3.5-turbo-16k" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 78": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-0613" + "literal": "gpt-3.5-turbo-0301" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 79": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-1106" + "literal": "gpt-3.5-turbo-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 80": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-0125" + "literal": "gpt-3.5-turbo-1106" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 81": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-16k-0613" + "literal": "gpt-3.5-turbo-0125" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 82": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-pro" + "literal": "gpt-3.5-turbo-16k-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 83": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-pro-2025-03-19" + "literal": "o1-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 84": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-pro" + "literal": "o1-pro-2025-03-19" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 85": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-pro-2025-06-10" + "literal": "o3-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 86": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-deep-research" + "literal": "o3-pro-2025-06-10" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 87": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-deep-research-2025-06-26" + "literal": "o3-deep-research" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 88": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini-deep-research" + "literal": "o3-deep-research-2025-06-26" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 89": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini-deep-research-2025-06-26" + "literal": "o4-mini-deep-research" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 90": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "computer-use-preview" + "literal": "o4-mini-deep-research-2025-06-26" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 91": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "computer-use-preview-2025-03-11" + "literal": "computer-use-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 92": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-codex" + "literal": "computer-use-preview-2025-03-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 93": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-pro" + "literal": "gpt-5.5-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 94": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-pro-2025-10-06" + "literal": "gpt-5.5-pro-2026-04-23" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 95": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-codex-max" + "literal": "gpt-5-codex" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 96": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-daybreak-blue-latest" + "literal": "gpt-5-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 97": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-daybreak-red-latest" + "literal": "gpt-5-pro-2025-10-06" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 98": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.1-codex-max" + } + }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 99": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "gpt-daybreak-blue-latest" + } + }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 100": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "gpt-daybreak-red-latest" + } + }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 101": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", @@ -267367,6 +268114,9 @@ Schema name: `BetaResponseIncompleteEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -267842,6 +268592,9 @@ Schema name: `BetaResponseIncompleteEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -271306,6 +272059,21 @@ Schema name: `BetaResponseIncompleteEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -275467,6 +276235,9 @@ Schema name: `BetaResponseIncompleteEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -275978,6 +276749,9 @@ Schema name: `BetaResponseIncompleteEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -281408,6 +282182,9 @@ Schema name: `BetaResponseIncompleteEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -281422,6 +282199,7 @@ Schema name: `BetaResponseIncompleteEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -282004,6 +282782,9 @@ Schema name: `BetaResponseIncompleteEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -282018,6 +282799,7 @@ Schema name: `BetaResponseIncompleteEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -287384,6 +288166,9 @@ Schema name: `BetaResponseIncompleteEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -287398,6 +288183,7 @@ Schema name: `BetaResponseIncompleteEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -287966,6 +288752,9 @@ Schema name: `BetaResponseIncompleteEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -287980,6 +288769,7 @@ Schema name: `BetaResponseIncompleteEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -291814,6 +292604,21 @@ Schema name: `BetaResponseIncompleteEvent` "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -293842,6 +294647,21 @@ Schema name: `BetaResponseIncompleteEvent` "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -298865,6 +299685,21 @@ Schema name: `BetaResponseIncompleteEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -300893,6 +301728,21 @@ Schema name: `BetaResponseIncompleteEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -322855,6 +323705,9 @@ Schema name: `BetaResponseOutputItemAddedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -323330,6 +324183,9 @@ Schema name: `BetaResponseOutputItemAddedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -328321,6 +329177,9 @@ Schema name: `BetaResponseOutputItemAddedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -328335,6 +329194,7 @@ Schema name: `BetaResponseOutputItemAddedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -328917,6 +329777,9 @@ Schema name: `BetaResponseOutputItemAddedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -328931,6 +329794,7 @@ Schema name: `BetaResponseOutputItemAddedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -332876,6 +333740,21 @@ Schema name: `BetaResponseOutputItemAddedEvent` "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -334904,6 +335783,21 @@ Schema name: `BetaResponseOutputItemAddedEvent` "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -350010,6 +350904,9 @@ Schema name: `BetaResponseOutputItemDoneEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -350485,6 +351382,9 @@ Schema name: `BetaResponseOutputItemDoneEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -355476,6 +356376,9 @@ Schema name: `BetaResponseOutputItemDoneEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -355490,6 +356393,7 @@ Schema name: `BetaResponseOutputItemDoneEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -356072,6 +356976,9 @@ Schema name: `BetaResponseOutputItemDoneEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -356086,6 +356993,7 @@ Schema name: `BetaResponseOutputItemDoneEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -360031,6 +360939,21 @@ Schema name: `BetaResponseOutputItemDoneEvent` "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -362059,6 +362982,21 @@ Schema name: `BetaResponseOutputItemDoneEvent` "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -382803,6 +383741,10 @@ Schema name: `BetaResponseQueuedEvent` "kind": "HttpTypeLiteral", "literal": "gpt-5.5" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5.4" @@ -383155,6 +384097,14 @@ Schema name: `BetaResponseQueuedEvent` "kind": "HttpTypeLiteral", "literal": "computer-use-preview-2025-03-11" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro" + }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5-codex" @@ -383485,6 +384435,9 @@ Schema name: `BetaResponseQueuedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -384050,13 +385003,13 @@ Schema name: `BetaResponseQueuedEvent` }, "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier": { "kind": "HttpDeclProperty", - "oasRef": "#/components/schemas/BetaModelResponseProperties/properties/service_tier", + "oasRef": "#/components/schemas/BetaResponse/allOf/2/properties/service_tier", "deprecated": false, "key": "service_tier", - "docstring": "Specifies the processing type used for serving the request.\n - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.\n - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.\n - If set to '[flex](/docs/guides/flex-processing)', then the request will be processed with the Flex Processing service tier.\n - To opt-in to [Fast mode](/api/docs/guides/fast-mode) at the request level, include the `service_tier=fast` or `service_tier=priority` parameter for Responses or Chat Completions. The response will show `service_tier=priority` regardless of if you specify `service_tier=fast` or `priority` in your request.\n - When not set, the default behavior is 'auto'.\n\n When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.\n", + "docstring": "Specifies the processing type used for serving the request.\n - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.\n - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.\n - If set to '[flex](/docs/guides/flex-processing)', then the request will be processed with the Flex Processing service tier.\n - To opt-in to [Fast mode](/api/docs/guides/fast-mode) at the request level, include the `service_tier=fast` or `service_tier=priority` parameter for Responses or Chat Completions. The response will show `service_tier=priority` regardless of if you specify `service_tier=fast` or `priority` in your request.\n - If set to 'ultrafast', then the request will be processed with the access-controlled Ultrafast Processing service tier. This tier is currently available for `gpt-5.6-sol`; a response served through it will show `service_tier=ultrafast`.\n - When not set, the default behavior is 'auto'.\n\n When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.\n", "type": { "kind": "HttpTypeUnion", - "oasRef": "#/components/schemas/BetaModelResponseProperties/properties/service_tier", + "oasRef": "#/components/schemas/BetaResponse/allOf/2/properties/service_tier", "types": [ { "kind": "HttpTypeLiteral", @@ -384081,6 +385034,10 @@ Schema name: `BetaResponseQueuedEvent` { "kind": "HttpTypeLiteral", "literal": "fast" + }, + { + "kind": "HttpTypeLiteral", + "literal": "ultrafast" } ] }, @@ -384095,7 +385052,8 @@ Schema name: `BetaResponseQueuedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 2", "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 3", "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 4", - "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 5" + "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 5", + "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 6" ] }, "(resource) beta.responses > (model) beta_response > (schema) > (property) status": { @@ -385555,6 +386513,10 @@ Schema name: `BetaResponseQueuedEvent` "kind": "HttpTypeLiteral", "literal": "gpt-5.5" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5.4" @@ -385907,6 +386869,14 @@ Schema name: `BetaResponseQueuedEvent` "kind": "HttpTypeLiteral", "literal": "computer-use-preview-2025-03-11" }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro" + }, + { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.5-pro-2026-04-23" + }, { "kind": "HttpTypeLiteral", "literal": "gpt-5-codex" @@ -386037,7 +387007,10 @@ Schema name: `BetaResponseQueuedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 95", "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 96", "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 97", - "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 98" + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 98", + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 99", + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 100", + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 101" ] }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 1": { @@ -388594,6 +389567,9 @@ Schema name: `BetaResponseQueuedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -388608,6 +389584,7 @@ Schema name: `BetaResponseQueuedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -389514,6 +390491,13 @@ Schema name: `BetaResponseQueuedEvent` "literal": "fast" } }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) service_tier > (member) 6": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "ultrafast" + } + }, "(resource) beta.responses > (model) beta_response_status > (schema) > (member) 0": { "kind": "HttpDeclReference", "type": { @@ -391632,661 +392616,682 @@ Schema name: `BetaResponseQueuedEvent` "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4" + "literal": "gpt-5.5-2026-04-23" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 5": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-mini" + "literal": "gpt-5.4" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 6": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-nano" + "literal": "gpt-5.4-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 7": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-mini-2026-03-17" + "literal": "gpt-5.4-nano" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 8": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.4-nano-2026-03-17" + "literal": "gpt-5.4-mini-2026-03-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 9": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.3-chat-latest" + "literal": "gpt-5.4-nano-2026-03-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 10": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2" + "literal": "gpt-5.3-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 11": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-2025-12-11" + "literal": "gpt-5.2" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 12": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-chat-latest" + "literal": "gpt-5.2-2025-12-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 13": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-pro" + "literal": "gpt-5.2-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 14": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.2-pro-2025-12-11" + "literal": "gpt-5.2-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 15": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1" + "literal": "gpt-5.2-pro-2025-12-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 16": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-2025-11-13" + "literal": "gpt-5.1" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 17": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-codex" + "literal": "gpt-5.1-2025-11-13" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 18": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-mini" + "literal": "gpt-5.1-codex" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 19": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-chat-latest" + "literal": "gpt-5.1-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 20": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5" + "literal": "gpt-5.1-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 21": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-mini" + "literal": "gpt-5" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 22": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-nano" + "literal": "gpt-5-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 23": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-2025-08-07" + "literal": "gpt-5-nano" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 24": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-mini-2025-08-07" + "literal": "gpt-5-2025-08-07" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 25": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-nano-2025-08-07" + "literal": "gpt-5-mini-2025-08-07" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 26": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-chat-latest" + "literal": "gpt-5-nano-2025-08-07" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 27": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1" + "literal": "gpt-5-chat-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 28": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-mini" + "literal": "gpt-4.1" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 29": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-nano" + "literal": "gpt-4.1-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 30": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-2025-04-14" + "literal": "gpt-4.1-nano" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 31": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-mini-2025-04-14" + "literal": "gpt-4.1-2025-04-14" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 32": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4.1-nano-2025-04-14" + "literal": "gpt-4.1-mini-2025-04-14" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 33": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini" + "literal": "gpt-4.1-nano-2025-04-14" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 34": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini-2025-04-16" + "literal": "o4-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 35": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3" + "literal": "o4-mini-2025-04-16" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 36": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-2025-04-16" + "literal": "o3" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 37": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-mini" + "literal": "o3-2025-04-16" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 38": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-mini-2025-01-31" + "literal": "o3-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 39": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1" + "literal": "o3-mini-2025-01-31" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 40": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-2024-12-17" + "literal": "o1" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 41": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-preview" + "literal": "o1-2024-12-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 42": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-preview-2024-09-12" + "literal": "o1-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 43": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-mini" + "literal": "o1-preview-2024-09-12" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 44": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-mini-2024-09-12" + "literal": "o1-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 45": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o" + "literal": "o1-mini-2024-09-12" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 46": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-2024-11-20" + "literal": "gpt-4o" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 47": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-2024-08-06" + "literal": "gpt-4o-2024-11-20" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 48": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-2024-05-13" + "literal": "gpt-4o-2024-08-06" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 49": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview" + "literal": "gpt-4o-2024-05-13" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 50": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview-2024-10-01" + "literal": "gpt-4o-audio-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 51": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview-2024-12-17" + "literal": "gpt-4o-audio-preview-2024-10-01" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 52": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-audio-preview-2025-06-03" + "literal": "gpt-4o-audio-preview-2024-12-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 53": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-audio-preview" + "literal": "gpt-4o-audio-preview-2025-06-03" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 54": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-audio-preview-2024-12-17" + "literal": "gpt-4o-mini-audio-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 55": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-search-preview" + "literal": "gpt-4o-mini-audio-preview-2024-12-17" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 56": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-search-preview" + "literal": "gpt-4o-search-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 57": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-search-preview-2025-03-11" + "literal": "gpt-4o-mini-search-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 58": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-search-preview-2025-03-11" + "literal": "gpt-4o-search-preview-2025-03-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 59": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "chatgpt-4o-latest" + "literal": "gpt-4o-mini-search-preview-2025-03-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 60": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "codex-mini-latest" + "literal": "chatgpt-4o-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 61": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini" + "literal": "codex-mini-latest" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 62": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4o-mini-2024-07-18" + "literal": "gpt-4o-mini" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 63": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-turbo" + "literal": "gpt-4o-mini-2024-07-18" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 64": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-turbo-2024-04-09" + "literal": "gpt-4-turbo" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 65": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-0125-preview" + "literal": "gpt-4-turbo-2024-04-09" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 66": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-turbo-preview" + "literal": "gpt-4-0125-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 67": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-1106-preview" + "literal": "gpt-4-turbo-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 68": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-vision-preview" + "literal": "gpt-4-1106-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 69": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4" + "literal": "gpt-4-vision-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 70": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-0314" + "literal": "gpt-4" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 71": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-0613" + "literal": "gpt-4-0314" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 72": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-32k" + "literal": "gpt-4-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 73": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-32k-0314" + "literal": "gpt-4-32k" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 74": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-4-32k-0613" + "literal": "gpt-4-32k-0314" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 75": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo" + "literal": "gpt-4-32k-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 76": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-16k" + "literal": "gpt-3.5-turbo" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 77": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-0301" + "literal": "gpt-3.5-turbo-16k" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 78": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-0613" + "literal": "gpt-3.5-turbo-0301" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 79": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-1106" + "literal": "gpt-3.5-turbo-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 80": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-0125" + "literal": "gpt-3.5-turbo-1106" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 81": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-3.5-turbo-16k-0613" + "literal": "gpt-3.5-turbo-0125" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 82": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-pro" + "literal": "gpt-3.5-turbo-16k-0613" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 83": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o1-pro-2025-03-19" + "literal": "o1-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 84": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-pro" + "literal": "o1-pro-2025-03-19" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 85": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-pro-2025-06-10" + "literal": "o3-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 86": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-deep-research" + "literal": "o3-pro-2025-06-10" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 87": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o3-deep-research-2025-06-26" + "literal": "o3-deep-research" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 88": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini-deep-research" + "literal": "o3-deep-research-2025-06-26" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 89": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "o4-mini-deep-research-2025-06-26" + "literal": "o4-mini-deep-research" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 90": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "computer-use-preview" + "literal": "o4-mini-deep-research-2025-06-26" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 91": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "computer-use-preview-2025-03-11" + "literal": "computer-use-preview" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 92": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-codex" + "literal": "computer-use-preview-2025-03-11" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 93": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-pro" + "literal": "gpt-5.5-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 94": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5-pro-2025-10-06" + "literal": "gpt-5.5-pro-2026-04-23" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 95": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-5.1-codex-max" + "literal": "gpt-5-codex" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 96": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-daybreak-blue-latest" + "literal": "gpt-5-pro" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 97": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", - "literal": "gpt-daybreak-red-latest" + "literal": "gpt-5-pro-2025-10-06" } }, "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 98": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "gpt-5.1-codex-max" + } + }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 99": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "gpt-daybreak-blue-latest" + } + }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 100": { + "kind": "HttpDeclReference", + "type": { + "kind": "HttpTypeLiteral", + "literal": "gpt-daybreak-red-latest" + } + }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) model > (variant) 0 > (member) 101": { "kind": "HttpDeclReference", "type": { "kind": "HttpTypeLiteral", @@ -394674,6 +395679,9 @@ Schema name: `BetaResponseQueuedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -395149,6 +396157,9 @@ Schema name: `BetaResponseQueuedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -398613,6 +399624,21 @@ Schema name: `BetaResponseQueuedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response > (schema) > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -402774,6 +403800,9 @@ Schema name: `BetaResponseQueuedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -403285,6 +404314,9 @@ Schema name: `BetaResponseQueuedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -408715,6 +409747,9 @@ Schema name: `BetaResponseQueuedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -408729,6 +409764,7 @@ Schema name: `BetaResponseQueuedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -409311,6 +410347,9 @@ Schema name: `BetaResponseQueuedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -409325,6 +410364,7 @@ Schema name: `BetaResponseQueuedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -414691,6 +415731,9 @@ Schema name: `BetaResponseQueuedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -414705,6 +415748,7 @@ Schema name: `BetaResponseQueuedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -415273,6 +416317,9 @@ Schema name: `BetaResponseQueuedEvent` { "ident": "type" }, + { + "ident": "external_web_access" + }, { "ident": "filters" }, @@ -415287,6 +416334,7 @@ Schema name: `BetaResponseQueuedEvent` "childrenParentSchema": "object", "children": [ "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type", + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) search_context_size", "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) user_location" @@ -419121,6 +420169,21 @@ Schema name: `BetaResponseQueuedEvent` "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -421149,6 +422212,21 @@ Schema name: `BetaResponseQueuedEvent` "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response_output_item > (schema) > (variant) 15 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -426172,6 +427250,21 @@ Schema name: `BetaResponseQueuedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 13 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters", @@ -428200,6 +429293,21 @@ Schema name: `BetaResponseQueuedEvent` "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) type > (member) 1" ] }, + "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) external_web_access": { + "kind": "HttpDeclProperty", + "oasRef": "#/components/schemas/BetaWebSearchTool/properties/external_web_access", + "deprecated": false, + "key": "external_web_access", + "docstring": "Allow live internet access for web search. Defaults to true when omitted. When false, the web search tool runs in offline/cache-only mode and will not fetch new external content.", + "type": { + "kind": "HttpTypeBoolean" + }, + "default": true, + "optional": true, + "nullable": false, + "schemaType": "boolean", + "children": [] + }, "(resource) beta.responses > (model) beta_response > (schema) > (property) instructions > (variant) 1 > (items) > (variant) 14 > (property) tools > (items) > (variant) 4 > (property) filters": { "kind": "HttpDeclProperty", "oasRef": "#/components/schemas/BetaWebSearchTool/properties/filters",