Skip to content

Commit 71e660d

Browse files
feat(api): add opus 4.6 model variants to agent supported models
1 parent af512f5 commit 71e660d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 172
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-67c67966cd1e08521239198f80dc006070947f4b5d91b77aa44bc0412a419707.yml
3-
openapi_spec_hash: 9684b4d6977a2d6f135246ba0dd65ec1
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-51659fa76fd9f1e88225f9cf97af0e2ebf5a675728618460693d7456c281f9a7.yml
3+
openapi_spec_hash: 84d0520cf93175c6993b93c8d3be2677
44
config_hash: 2b9740817f5ef36649d603ece3a30906

src/gitpod/types/agent_execution.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,8 @@ class Status(BaseModel):
440440
"SUPPORTED_MODEL_OPUS_4_EXTENDED",
441441
"SUPPORTED_MODEL_OPUS_4_5",
442442
"SUPPORTED_MODEL_OPUS_4_5_EXTENDED",
443+
"SUPPORTED_MODEL_OPUS_4_6",
444+
"SUPPORTED_MODEL_OPUS_4_6_EXTENDED",
443445
"SUPPORTED_MODEL_OPENAI_4O",
444446
"SUPPORTED_MODEL_OPENAI_4O_MINI",
445447
"SUPPORTED_MODEL_OPENAI_O1",

0 commit comments

Comments
 (0)