Skip to content

Commit d26906e

Browse files
github-actions[bot]erin2722claude
authored
chore: sync new models (#943)
Automated sync of model metadata and newly available models from the approved provider allowlist. --------- Co-authored-by: erin2722 <16248113+erin2722@users.noreply.github.com> Co-authored-by: Erin McNulty <erin.mcnulty@braintrustdata.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent bea5889 commit d26906e

2 files changed

Lines changed: 53 additions & 31 deletions

File tree

packages/proxy/schema/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ export const DefaultEndpointTypes: {
200200
export const AvailableEndpointTypes: { [name: string]: ModelEndpointType[] } = {
201201
"gpt-5.6-sol": ["openai", "azure"],
202202
"gpt-5.6-terra": ["openai", "azure"],
203+
"gpt-5.6": ["openai", "azure"],
203204
"gpt-5.6-luna": ["openai", "azure"],
204205
"gpt-5.5-2026-04-23": ["openai", "azure"],
205206
"gpt-5.5-pro-2026-04-23": ["openai", "azure"],

packages/proxy/schema/model_list.json

Lines changed: 52 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
{
2-
"gpt-5.6-sol": {
2+
"gpt-5.6": {
33
"format": "openai",
44
"flavor": "chat",
55
"multimodal": true,
66
"input_cost_per_mil_tokens": 5,
77
"output_cost_per_mil_tokens": 30,
8-
"input_cache_read_cost_per_mil_tokens": 4.5,
8+
"input_cache_read_cost_per_mil_tokens": 0.5,
99
"input_cache_write_cost_per_mil_tokens": 6.25,
10-
"displayName": "GPT-5.6 Sol",
10+
"displayName": "GPT-5.6",
1111
"reasoning": true,
12+
"parent": "gpt-5.6-sol",
1213
"max_input_tokens": 1050000,
1314
"max_output_tokens": 128000,
1415
"available_providers": [
1516
"openai",
1617
"azure"
1718
]
1819
},
19-
"gpt-5.6-terra": {
20+
"gpt-5.6-luna": {
2021
"format": "openai",
2122
"flavor": "chat",
2223
"multimodal": true,
23-
"input_cost_per_mil_tokens": 2.5,
24-
"output_cost_per_mil_tokens": 15,
25-
"input_cache_read_cost_per_mil_tokens": 2.25,
26-
"input_cache_write_cost_per_mil_tokens": 3.125,
27-
"displayName": "GPT-5.6 Terra",
24+
"input_cost_per_mil_tokens": 1,
25+
"output_cost_per_mil_tokens": 6,
26+
"input_cache_read_cost_per_mil_tokens": 0.1,
27+
"input_cache_write_cost_per_mil_tokens": 1.25,
28+
"displayName": "GPT-5.6 Luna",
2829
"reasoning": true,
2930
"max_input_tokens": 1050000,
3031
"max_output_tokens": 128000,
@@ -33,17 +34,34 @@
3334
"azure"
3435
]
3536
},
36-
"gpt-5.6-luna": {
37+
"gpt-5.6-sol": {
3738
"format": "openai",
3839
"flavor": "chat",
3940
"multimodal": true,
40-
"input_cost_per_mil_tokens": 1,
41-
"output_cost_per_mil_tokens": 6,
42-
"input_cache_read_cost_per_mil_tokens": 0.9,
43-
"input_cache_write_cost_per_mil_tokens": 1.25,
44-
"displayName": "GPT-5.6 Luna",
41+
"input_cost_per_mil_tokens": 5,
42+
"output_cost_per_mil_tokens": 30,
43+
"input_cache_read_cost_per_mil_tokens": 0.5,
44+
"input_cache_write_cost_per_mil_tokens": 6.25,
45+
"displayName": "GPT-5.6 Sol",
4546
"reasoning": true,
46-
"max_input_tokens": 400000,
47+
"max_input_tokens": 1050000,
48+
"max_output_tokens": 128000,
49+
"available_providers": [
50+
"openai",
51+
"azure"
52+
]
53+
},
54+
"gpt-5.6-terra": {
55+
"format": "openai",
56+
"flavor": "chat",
57+
"multimodal": true,
58+
"input_cost_per_mil_tokens": 2.5,
59+
"output_cost_per_mil_tokens": 15,
60+
"input_cache_read_cost_per_mil_tokens": 0.25,
61+
"input_cache_write_cost_per_mil_tokens": 3.125,
62+
"displayName": "GPT-5.6 Terra",
63+
"reasoning": true,
64+
"max_input_tokens": 1050000,
4765
"max_output_tokens": 128000,
4866
"available_providers": [
4967
"openai",
@@ -1417,6 +1435,19 @@
14171435
"together"
14181436
]
14191437
},
1438+
"openai/gpt-oss-safeguard-20b": {
1439+
"format": "openai",
1440+
"flavor": "chat",
1441+
"input_cost_per_mil_tokens": 0.075,
1442+
"output_cost_per_mil_tokens": 0.3,
1443+
"displayName": "GPT-OSS Safeguard (20B)",
1444+
"experimental": true,
1445+
"max_input_tokens": 131072,
1446+
"max_output_tokens": 65536,
1447+
"available_providers": [
1448+
"groq"
1449+
]
1450+
},
14201451
"o4-mini-deep-research-2025-06-26": {
14211452
"format": "openai",
14221453
"flavor": "chat",
@@ -6644,9 +6675,10 @@
66446675
"input_cost_per_mil_tokens": 2,
66456676
"output_cost_per_mil_tokens": 6,
66466677
"input_cache_read_cost_per_mil_tokens": 0.5,
6647-
"displayName": "Grok 4.5 (Latest)",
6678+
"displayName": "Grok 4.5",
66486679
"reasoning": true,
66496680
"max_input_tokens": 500000,
6681+
"max_output_tokens": 500000,
66506682
"available_providers": [
66516683
"xAI"
66526684
]
@@ -6658,9 +6690,11 @@
66586690
"input_cost_per_mil_tokens": 2,
66596691
"output_cost_per_mil_tokens": 6,
66606692
"input_cache_read_cost_per_mil_tokens": 0.5,
6661-
"displayName": "Grok 4.5",
6693+
"displayName": "Grok 4.5 (Latest)",
66626694
"reasoning": true,
6695+
"parent": "grok-4.5",
66636696
"max_input_tokens": 500000,
6697+
"max_output_tokens": 500000,
66646698
"available_providers": [
66656699
"xAI"
66666700
]
@@ -11003,19 +11037,6 @@
1100311037
"azure"
1100411038
]
1100511039
},
11006-
"openai/gpt-oss-safeguard-20b": {
11007-
"format": "openai",
11008-
"flavor": "chat",
11009-
"input_cost_per_mil_tokens": 0.075,
11010-
"output_cost_per_mil_tokens": 0.3,
11011-
"displayName": "GPT-OSS Safeguard (20B)",
11012-
"experimental": true,
11013-
"max_input_tokens": 131072,
11014-
"max_output_tokens": 65536,
11015-
"available_providers": [
11016-
"groq"
11017-
]
11018-
},
1101911040
"sora-2": {
1102011041
"format": "openai",
1102111042
"flavor": "chat",

0 commit comments

Comments
 (0)