Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .castiron.stats.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schema_version: 1
generation_id: 97c37265-2164-4aaa-b503-a3e7dedc7e49
openapi_spec_hash: a9327591e48827c48378fa24237ebd1b
openapi_transformed_spec_hash: 1c62a22d294a516e3686b9222fe77548
generation_id: e3616fd3-9690-4581-bbd3-5c06423abf6d
openapi_spec_hash: 8d5c14d02f8cc28de343933fae3a9c28
openapi_transformed_spec_hash: cc042503b90491f4f162ce95fae87c36
config_hash: 4617b0962f16d328804312ac81aac630
codegen_sha: 51bfbc88bc45e2106cb388a3d1c5c193e092f986
codegen_sha: ea10a4f6b22f3fb9f72208589a3e8258c640479d
6 changes: 6 additions & 0 deletions api_reference/openapi.transformed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41080,6 +41080,9 @@ components:
- gpt-5-pro
- gpt-5-pro-2025-10-06
- gpt-5.1-codex-max
- gpt-daybreak-blue-latest
- gpt-daybreak-red-latest
- gpt-5.6-cyber
ModelIdsShared:
example: gpt-5.4
anyOf:
Expand Down Expand Up @@ -70936,6 +70939,9 @@ components:
- gpt-5-pro
- gpt-5-pro-2025-10-06
- gpt-5.1-codex-max
- gpt-daybreak-blue-latest
- gpt-daybreak-red-latest
- gpt-5.6-cyber
BetaModelIdsShared:
example: gpt-5.4
anyOf:
Expand Down
36 changes: 36 additions & 0 deletions src/openai/resources/beta/responses/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ def create(
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
]
Expand Down Expand Up @@ -601,6 +604,9 @@ def create(
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
]
Expand Down Expand Up @@ -987,6 +993,9 @@ def create(
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
]
Expand Down Expand Up @@ -1371,6 +1380,9 @@ def create(
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
]
Expand Down Expand Up @@ -1846,6 +1858,9 @@ def compact(
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
None,
Expand Down Expand Up @@ -2127,6 +2142,9 @@ async def create(
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
]
Expand Down Expand Up @@ -2514,6 +2532,9 @@ async def create(
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
]
Expand Down Expand Up @@ -2900,6 +2921,9 @@ async def create(
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
]
Expand Down Expand Up @@ -3284,6 +3308,9 @@ async def create(
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
]
Expand Down Expand Up @@ -3759,6 +3786,9 @@ async def compact(
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
None,
Expand Down Expand Up @@ -5044,6 +5074,9 @@ def create(
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
]
Expand Down Expand Up @@ -5248,6 +5281,9 @@ async def create(
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
]
Expand Down
6 changes: 6 additions & 0 deletions src/openai/resources/responses/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1814,6 +1814,9 @@ def compact(
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
None,
Expand Down Expand Up @@ -3663,6 +3666,9 @@ async def compact(
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
None,
Expand Down
3 changes: 3 additions & 0 deletions src/openai/types/beta/beta_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,9 @@ class BetaResponse(BaseModel):
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
]
Expand Down
3 changes: 3 additions & 0 deletions src/openai/types/beta/beta_responses_client_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@ class ResponseCreate(BaseModel):
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
None,
Expand Down
3 changes: 3 additions & 0 deletions src/openai/types/beta/beta_responses_client_event_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@ class ResponseCreate(TypedDict, total=False):
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
]
Expand Down
3 changes: 3 additions & 0 deletions src/openai/types/beta/response_compact_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ class ResponseCompactParams(TypedDict, total=False):
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
None,
Expand Down
3 changes: 3 additions & 0 deletions src/openai/types/beta/response_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ class ResponseCreateParamsBase(TypedDict, total=False):
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
]
Expand Down
3 changes: 3 additions & 0 deletions src/openai/types/responses/response_compact_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ class ResponseCompactParams(TypedDict, total=False):
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
str,
None,
Expand Down
3 changes: 3 additions & 0 deletions src/openai/types/shared/all_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
]
3 changes: 3 additions & 0 deletions src/openai/types/shared/responses_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
]
3 changes: 3 additions & 0 deletions src/openai/types/shared_params/responses_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
"gpt-5-pro",
"gpt-5-pro-2025-10-06",
"gpt-5.1-codex-max",
"gpt-daybreak-blue-latest",
"gpt-daybreak-red-latest",
"gpt-5.6-cyber",
],
]
Loading