@dcdr/contracts 2.2.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/asset.contract.d.ts +195 -0
- package/dist/asset.contract.d.ts.map +1 -0
- package/dist/asset.contract.js +60 -0
- package/dist/catalog/anthropic.contract.d.ts +11 -0
- package/dist/catalog/anthropic.contract.d.ts.map +1 -0
- package/dist/catalog/anthropic.contract.js +342 -0
- package/dist/catalog/clip.contract.d.ts +10 -0
- package/dist/catalog/clip.contract.d.ts.map +1 -0
- package/dist/catalog/clip.contract.js +16 -0
- package/dist/catalog/cohere.contract.d.ts +10 -0
- package/dist/catalog/cohere.contract.d.ts.map +1 -0
- package/dist/catalog/cohere.contract.js +16 -0
- package/dist/catalog/dcdr.contract.d.ts +10 -0
- package/dist/catalog/dcdr.contract.d.ts.map +1 -0
- package/dist/catalog/dcdr.contract.js +16 -0
- package/dist/catalog/gemini.contract.d.ts +10 -0
- package/dist/catalog/gemini.contract.d.ts.map +1 -0
- package/dist/catalog/gemini.contract.js +1067 -0
- package/dist/catalog/grok.contract.d.ts +10 -0
- package/dist/catalog/grok.contract.d.ts.map +1 -0
- package/dist/catalog/grok.contract.js +194 -0
- package/dist/catalog/http-tool.contract.d.ts +10 -0
- package/dist/catalog/http-tool.contract.d.ts.map +1 -0
- package/dist/catalog/http-tool.contract.js +16 -0
- package/dist/catalog/mistral.contract.d.ts +10 -0
- package/dist/catalog/mistral.contract.d.ts.map +1 -0
- package/dist/catalog/mistral.contract.js +234 -0
- package/dist/catalog/ocr.contract.d.ts +10 -0
- package/dist/catalog/ocr.contract.d.ts.map +1 -0
- package/dist/catalog/ocr.contract.js +16 -0
- package/dist/catalog/office.contract.d.ts +10 -0
- package/dist/catalog/office.contract.d.ts.map +1 -0
- package/dist/catalog/office.contract.js +53 -0
- package/dist/catalog/ollama.contract.d.ts +10 -0
- package/dist/catalog/ollama.contract.d.ts.map +1 -0
- package/dist/catalog/ollama.contract.js +16 -0
- package/dist/catalog/openai-compatible.contract.d.ts +10 -0
- package/dist/catalog/openai-compatible.contract.d.ts.map +1 -0
- package/dist/catalog/openai-compatible.contract.js +16 -0
- package/dist/catalog/openai.contract.d.ts +11 -0
- package/dist/catalog/openai.contract.d.ts.map +1 -0
- package/dist/catalog/openai.contract.js +2654 -0
- package/dist/catalog/rules.contract.d.ts +10 -0
- package/dist/catalog/rules.contract.d.ts.map +1 -0
- package/dist/catalog/rules.contract.js +16 -0
- package/dist/entitlements.contract.d.ts +3 -0
- package/dist/entitlements.contract.d.ts.map +1 -1
- package/dist/execution.contract.d.ts +122 -0
- package/dist/execution.contract.d.ts.map +1 -1
- package/dist/execution.contract.js +17 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -0
- package/dist/policies.contract.d.ts +19 -0
- package/dist/policies.contract.d.ts.map +1 -1
- package/dist/policies.contract.js +24 -1
- package/dist/prompt-variable-schema.contract.d.ts +8 -1
- package/dist/prompt-variable-schema.contract.d.ts.map +1 -1
- package/dist/prompt-variable-schema.contract.js +109 -4
- package/dist/prompts.contract.d.ts +14 -8
- package/dist/prompts.contract.d.ts.map +1 -1
- package/dist/prompts.contract.js +12 -1
- package/dist/provider.catalog.contract.d.ts +459 -0
- package/dist/provider.catalog.contract.d.ts.map +1 -0
- package/dist/provider.catalog.contract.js +765 -0
- package/dist/provider.contract.d.ts +4 -352
- package/dist/provider.contract.d.ts.map +1 -1
- package/dist/provider.contract.js +16 -3634
- package/dist/runtime.client.d.ts +54 -1
- package/dist/runtime.client.d.ts.map +1 -1
- package/dist/runtime.client.js +185 -0
- package/dist/utils.contract.d.ts +33 -0
- package/dist/utils.contract.d.ts.map +1 -1
- package/dist/utils.contract.js +35 -0
- package/package.json +52 -24
|
@@ -0,0 +1,2654 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OPENAI_PROVIDER_PRICING_FALLBACK_RULES = void 0;
|
|
4
|
+
exports.buildOpenAIProviderModelDefinitions = buildOpenAIProviderModelDefinitions;
|
|
5
|
+
exports.buildOpenAIProviderModelE2EOverrides = buildOpenAIProviderModelE2EOverrides;
|
|
6
|
+
const asset_contract_1 = require("../asset.contract");
|
|
7
|
+
const execution_contract_1 = require("../execution.contract");
|
|
8
|
+
const intent_contract_1 = require("../intent.contract");
|
|
9
|
+
const OPENAI_PRICING_URL = "https://developers.openai.com/api/docs/pricing";
|
|
10
|
+
const OPENAI_PRICING_UPDATED_AT_20260327 = Date.UTC(2026, 2, 27);
|
|
11
|
+
const OPENAI_PRICING_UPDATED_AT_20260430 = Date.UTC(2026, 3, 30);
|
|
12
|
+
const OPENAI_PRICING_UPDATED_AT_20260522 = Date.UTC(2026, 4, 22);
|
|
13
|
+
exports.OPENAI_PROVIDER_PRICING_FALLBACK_RULES = [
|
|
14
|
+
// Not officially published separately; assume same token pricing as base GPT-5.
|
|
15
|
+
{ match: /^gpt-5-search-api/, baseModelId: "gpt-5" },
|
|
16
|
+
];
|
|
17
|
+
/**
|
|
18
|
+
* Returns the curated OpenAI provider model definitions.
|
|
19
|
+
*/
|
|
20
|
+
function buildOpenAIProviderModelDefinitions(args) {
|
|
21
|
+
const OPENAI_GPT5_PARAMETER_SUPPORT = {
|
|
22
|
+
parameters: {
|
|
23
|
+
[args.catalogEnums.promptParameterKey.TEMPERATURE]: args.catalogEnums.parameterSupportStatus.DEFAULT_ONLY,
|
|
24
|
+
[args.catalogEnums.promptParameterKey.TOP_P]: args.catalogEnums.parameterSupportStatus.DEFAULT_ONLY,
|
|
25
|
+
[args.catalogEnums.promptParameterKey.TOP_K]: args.catalogEnums.parameterSupportStatus.NOT_SUPPORTED,
|
|
26
|
+
},
|
|
27
|
+
recommended: {
|
|
28
|
+
// E2E and probes showed that very low budgets (e.g. 16) can yield reasoning-only outputs.
|
|
29
|
+
minMaxTokens: 64,
|
|
30
|
+
},
|
|
31
|
+
notes: "GPT-5 family: avoid custom sampling params; ensure sufficient max_tokens budget.",
|
|
32
|
+
updatedAt: "2026-04-28",
|
|
33
|
+
};
|
|
34
|
+
return [
|
|
35
|
+
// Pricing snapshot: OpenAI pricing page, updatedAt=2026-03-27
|
|
36
|
+
// Model IDs below are kept in roughly "newest first" order.
|
|
37
|
+
// Discovered aliases are sourced from OpenAI `GET /v1/models` (snapshot 2026-04-27).
|
|
38
|
+
// --- gpt-5.5 (discovered; priced) ---
|
|
39
|
+
{
|
|
40
|
+
id: "gpt-5.5",
|
|
41
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
42
|
+
publicForCustomers: true,
|
|
43
|
+
tokenUsageCovered: true,
|
|
44
|
+
publicName: "DCDR Best",
|
|
45
|
+
badge: "OpenAI",
|
|
46
|
+
primaryCategory: args.catalogEnums.publicModelCategory.BEST,
|
|
47
|
+
categories: [args.catalogEnums.publicModelCategory.BEST],
|
|
48
|
+
qualityTier: 5,
|
|
49
|
+
speedTier: 3,
|
|
50
|
+
costTier: 1,
|
|
51
|
+
recommendedUseCases: ["reasoning", "agentic_coding"],
|
|
52
|
+
isRecommended: false,
|
|
53
|
+
isGlobalDefault: false,
|
|
54
|
+
isCategoryDefault: true,
|
|
55
|
+
pricing: args.pricingPerMillionTokens({
|
|
56
|
+
input: 5.0,
|
|
57
|
+
cachedInput: 0.5,
|
|
58
|
+
output: 30.0,
|
|
59
|
+
tiers: [
|
|
60
|
+
{
|
|
61
|
+
name: "long_context",
|
|
62
|
+
condition: "Long context",
|
|
63
|
+
input: 10.0,
|
|
64
|
+
cachedInput: 1.0,
|
|
65
|
+
output: 45.0,
|
|
66
|
+
},
|
|
67
|
+
],
|
|
68
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
69
|
+
}),
|
|
70
|
+
runtimeSupport: {
|
|
71
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
72
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
73
|
+
inputParts: {
|
|
74
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
75
|
+
supportedAssetTypes: [
|
|
76
|
+
asset_contract_1.AssetType.TEXT,
|
|
77
|
+
asset_contract_1.AssetType.IMAGE,
|
|
78
|
+
asset_contract_1.AssetType.AUDIO,
|
|
79
|
+
asset_contract_1.AssetType.VIDEO,
|
|
80
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
81
|
+
],
|
|
82
|
+
supportedSourceKinds: [
|
|
83
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
84
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
85
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
86
|
+
],
|
|
87
|
+
notes: "OpenAI provider validated text/image/audio/video/document inputParts for INLINE, URL, and ASSET sources on gpt-5.5 via the corrected one-model multimodal curator with a clean 15/15 matrix.",
|
|
88
|
+
updatedAt: "2026-06-16",
|
|
89
|
+
},
|
|
90
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
91
|
+
updatedAt: "2026-06-16",
|
|
92
|
+
},
|
|
93
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
id: "gpt-5.5-2026-04-23",
|
|
97
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
98
|
+
runtimeSupport: {
|
|
99
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
100
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
101
|
+
inputParts: {
|
|
102
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
103
|
+
supportedAssetTypes: [
|
|
104
|
+
asset_contract_1.AssetType.TEXT,
|
|
105
|
+
asset_contract_1.AssetType.IMAGE,
|
|
106
|
+
asset_contract_1.AssetType.AUDIO,
|
|
107
|
+
asset_contract_1.AssetType.VIDEO,
|
|
108
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
109
|
+
],
|
|
110
|
+
supportedSourceKinds: [
|
|
111
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
112
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
113
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
114
|
+
],
|
|
115
|
+
notes: "OpenAI provider validated text/image/audio/video/document inputParts for INLINE, URL, and ASSET sources on the dated gpt-5.5 family alias via the same corrected multimodal curator baseline used for gpt-5.5.",
|
|
116
|
+
updatedAt: "2026-06-16",
|
|
117
|
+
},
|
|
118
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
119
|
+
updatedAt: "2026-06-16",
|
|
120
|
+
},
|
|
121
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
id: "gpt-5.5-pro",
|
|
125
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
126
|
+
pricing: args.pricingPerMillionTokens({
|
|
127
|
+
input: 30.0,
|
|
128
|
+
output: 180.0,
|
|
129
|
+
tiers: [
|
|
130
|
+
{
|
|
131
|
+
name: "long_context",
|
|
132
|
+
condition: "Long context",
|
|
133
|
+
input: 60.0,
|
|
134
|
+
output: 270.0,
|
|
135
|
+
},
|
|
136
|
+
],
|
|
137
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
138
|
+
}),
|
|
139
|
+
runtimeSupport: {
|
|
140
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
141
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
142
|
+
inputParts: {
|
|
143
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
144
|
+
supportedAssetTypes: [
|
|
145
|
+
asset_contract_1.AssetType.TEXT,
|
|
146
|
+
asset_contract_1.AssetType.IMAGE,
|
|
147
|
+
asset_contract_1.AssetType.AUDIO,
|
|
148
|
+
asset_contract_1.AssetType.VIDEO,
|
|
149
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
150
|
+
],
|
|
151
|
+
supportedSourceKinds: [
|
|
152
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
153
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
154
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
155
|
+
],
|
|
156
|
+
notes: "OpenAI provider validated text/image/audio/video/document inputParts for INLINE, URL, and ASSET sources on gpt-5.5-pro via the corrected one-model multimodal curator with a clean 15/15 matrix.",
|
|
157
|
+
updatedAt: "2026-06-16",
|
|
158
|
+
},
|
|
159
|
+
reason: "OpenAI responses-only model (not supported on /v1/chat/completions)",
|
|
160
|
+
updatedAt: "2026-06-16",
|
|
161
|
+
},
|
|
162
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
id: "gpt-5.5-pro-2026-04-23",
|
|
166
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
167
|
+
runtimeSupport: {
|
|
168
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
169
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
170
|
+
inputParts: {
|
|
171
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
172
|
+
supportedAssetTypes: [
|
|
173
|
+
asset_contract_1.AssetType.TEXT,
|
|
174
|
+
asset_contract_1.AssetType.IMAGE,
|
|
175
|
+
asset_contract_1.AssetType.AUDIO,
|
|
176
|
+
asset_contract_1.AssetType.VIDEO,
|
|
177
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
178
|
+
],
|
|
179
|
+
supportedSourceKinds: [
|
|
180
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
181
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
182
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
183
|
+
],
|
|
184
|
+
notes: "OpenAI provider validated text/image/audio/video/document inputParts for INLINE, URL, and ASSET sources on gpt-5.5-pro-2026-04-23 via the corrected one-model multimodal curator with a clean 15/15 matrix.",
|
|
185
|
+
updatedAt: "2026-06-16",
|
|
186
|
+
},
|
|
187
|
+
reason: "OpenAI responses-only model (not supported on /v1/chat/completions)",
|
|
188
|
+
updatedAt: "2026-06-16",
|
|
189
|
+
},
|
|
190
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
191
|
+
},
|
|
192
|
+
// --- gpt-5.4 (discovered; priced) ---
|
|
193
|
+
{
|
|
194
|
+
id: "gpt-5.4",
|
|
195
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
196
|
+
publicForCustomers: true,
|
|
197
|
+
tokenUsageCovered: true,
|
|
198
|
+
publicName: "DCDR Smart",
|
|
199
|
+
badge: "Recommended",
|
|
200
|
+
primaryCategory: args.catalogEnums.publicModelCategory.SMART,
|
|
201
|
+
categories: [
|
|
202
|
+
args.catalogEnums.publicModelCategory.SMART,
|
|
203
|
+
args.catalogEnums.publicModelCategory.BEST,
|
|
204
|
+
],
|
|
205
|
+
qualityTier: 4,
|
|
206
|
+
speedTier: 4,
|
|
207
|
+
costTier: 3,
|
|
208
|
+
recommendedUseCases: ["production_chat", "coding", "reasoning"],
|
|
209
|
+
isRecommended: true,
|
|
210
|
+
isGlobalDefault: false,
|
|
211
|
+
isCategoryDefault: false,
|
|
212
|
+
pricing: args.pricingPerMillionTokens({
|
|
213
|
+
input: 2.5,
|
|
214
|
+
cachedInput: 0.25,
|
|
215
|
+
output: 15.0,
|
|
216
|
+
tiers: [
|
|
217
|
+
{
|
|
218
|
+
name: "long_context",
|
|
219
|
+
condition: "Long context",
|
|
220
|
+
input: 5.0,
|
|
221
|
+
cachedInput: 0.5,
|
|
222
|
+
output: 22.5,
|
|
223
|
+
},
|
|
224
|
+
],
|
|
225
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
226
|
+
}),
|
|
227
|
+
runtimeSupport: {
|
|
228
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
229
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
230
|
+
inputParts: {
|
|
231
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
232
|
+
supportedAssetTypes: [
|
|
233
|
+
asset_contract_1.AssetType.TEXT,
|
|
234
|
+
asset_contract_1.AssetType.IMAGE,
|
|
235
|
+
asset_contract_1.AssetType.AUDIO,
|
|
236
|
+
asset_contract_1.AssetType.VIDEO,
|
|
237
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
238
|
+
],
|
|
239
|
+
supportedSourceKinds: [
|
|
240
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
241
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
242
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
243
|
+
],
|
|
244
|
+
notes: "OpenAI provider validated text/image/audio/video/document inputParts for INLINE, URL, and ASSET sources on gpt-5.4 via the corrected one-model multimodal curator with a clean 15/15 matrix.",
|
|
245
|
+
updatedAt: "2026-06-16",
|
|
246
|
+
},
|
|
247
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
248
|
+
updatedAt: "2026-06-16",
|
|
249
|
+
},
|
|
250
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
id: "gpt-5.4-2026-03-05",
|
|
254
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
255
|
+
runtimeSupport: {
|
|
256
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
257
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
258
|
+
inputParts: {
|
|
259
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
260
|
+
supportedAssetTypes: [
|
|
261
|
+
asset_contract_1.AssetType.TEXT,
|
|
262
|
+
asset_contract_1.AssetType.IMAGE,
|
|
263
|
+
asset_contract_1.AssetType.AUDIO,
|
|
264
|
+
asset_contract_1.AssetType.VIDEO,
|
|
265
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
266
|
+
],
|
|
267
|
+
supportedSourceKinds: [
|
|
268
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
269
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
270
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
271
|
+
],
|
|
272
|
+
notes: "OpenAI provider validated text/image/audio/video/document inputParts for INLINE, URL, and ASSET sources on gpt-5.4-2026-03-05 via the corrected one-model multimodal curator with a clean 15/15 matrix.",
|
|
273
|
+
updatedAt: "2026-06-16",
|
|
274
|
+
},
|
|
275
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
276
|
+
updatedAt: "2026-06-16",
|
|
277
|
+
},
|
|
278
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
id: "gpt-5.4-mini",
|
|
282
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
283
|
+
publicForCustomers: true,
|
|
284
|
+
tokenUsageCovered: true,
|
|
285
|
+
publicName: "DCDR Fast",
|
|
286
|
+
badge: "OpenAI",
|
|
287
|
+
primaryCategory: args.catalogEnums.publicModelCategory.FAST,
|
|
288
|
+
categories: [
|
|
289
|
+
args.catalogEnums.publicModelCategory.FAST,
|
|
290
|
+
args.catalogEnums.publicModelCategory.ECONOMY,
|
|
291
|
+
],
|
|
292
|
+
qualityTier: 3,
|
|
293
|
+
speedTier: 5,
|
|
294
|
+
costTier: 4,
|
|
295
|
+
recommendedUseCases: ["interactive_chat", "support", "rewriting"],
|
|
296
|
+
isRecommended: false,
|
|
297
|
+
isGlobalDefault: false,
|
|
298
|
+
isCategoryDefault: true,
|
|
299
|
+
pricing: args.pricingPerMillionTokens({
|
|
300
|
+
input: 0.75,
|
|
301
|
+
cachedInput: 0.075,
|
|
302
|
+
output: 4.5,
|
|
303
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
304
|
+
}),
|
|
305
|
+
runtimeSupport: {
|
|
306
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
307
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
308
|
+
inputParts: {
|
|
309
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
310
|
+
supportedAssetTypes: [
|
|
311
|
+
asset_contract_1.AssetType.TEXT,
|
|
312
|
+
asset_contract_1.AssetType.IMAGE,
|
|
313
|
+
asset_contract_1.AssetType.AUDIO,
|
|
314
|
+
asset_contract_1.AssetType.VIDEO,
|
|
315
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
316
|
+
],
|
|
317
|
+
supportedSourceKinds: [
|
|
318
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
319
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
320
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
321
|
+
],
|
|
322
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
323
|
+
updatedAt: "2026-06-28",
|
|
324
|
+
},
|
|
325
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
326
|
+
updatedAt: "2026-06-28",
|
|
327
|
+
},
|
|
328
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
id: "gpt-5.4-mini-2026-03-17",
|
|
332
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
333
|
+
runtimeSupport: {
|
|
334
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
335
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
336
|
+
inputParts: {
|
|
337
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
338
|
+
supportedAssetTypes: [
|
|
339
|
+
asset_contract_1.AssetType.TEXT,
|
|
340
|
+
asset_contract_1.AssetType.IMAGE,
|
|
341
|
+
asset_contract_1.AssetType.AUDIO,
|
|
342
|
+
asset_contract_1.AssetType.VIDEO,
|
|
343
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
344
|
+
],
|
|
345
|
+
supportedSourceKinds: [
|
|
346
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
347
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
348
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
349
|
+
],
|
|
350
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
351
|
+
updatedAt: "2026-06-28",
|
|
352
|
+
},
|
|
353
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
354
|
+
updatedAt: "2026-06-28",
|
|
355
|
+
},
|
|
356
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
id: "gpt-5.4-nano",
|
|
360
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
361
|
+
publicForCustomers: true,
|
|
362
|
+
tokenUsageCovered: true,
|
|
363
|
+
publicName: "DCDR Economy",
|
|
364
|
+
badge: "OpenAI",
|
|
365
|
+
primaryCategory: args.catalogEnums.publicModelCategory.ECONOMY,
|
|
366
|
+
categories: [args.catalogEnums.publicModelCategory.ECONOMY],
|
|
367
|
+
qualityTier: 2,
|
|
368
|
+
speedTier: 5,
|
|
369
|
+
costTier: 5,
|
|
370
|
+
recommendedUseCases: [
|
|
371
|
+
"high_volume_extraction",
|
|
372
|
+
"classification",
|
|
373
|
+
"rewriting",
|
|
374
|
+
],
|
|
375
|
+
isRecommended: false,
|
|
376
|
+
isGlobalDefault: false,
|
|
377
|
+
isCategoryDefault: false,
|
|
378
|
+
pricing: args.pricingPerMillionTokens({
|
|
379
|
+
input: 0.2,
|
|
380
|
+
cachedInput: 0.02,
|
|
381
|
+
output: 1.25,
|
|
382
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
383
|
+
}),
|
|
384
|
+
runtimeSupport: {
|
|
385
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
386
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
387
|
+
inputParts: {
|
|
388
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
389
|
+
supportedAssetTypes: [
|
|
390
|
+
asset_contract_1.AssetType.TEXT,
|
|
391
|
+
asset_contract_1.AssetType.IMAGE,
|
|
392
|
+
asset_contract_1.AssetType.AUDIO,
|
|
393
|
+
asset_contract_1.AssetType.VIDEO,
|
|
394
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
395
|
+
],
|
|
396
|
+
supportedSourceKinds: [
|
|
397
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
398
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
399
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
400
|
+
],
|
|
401
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
402
|
+
updatedAt: "2026-06-28",
|
|
403
|
+
},
|
|
404
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
405
|
+
updatedAt: "2026-06-28",
|
|
406
|
+
},
|
|
407
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
id: "gpt-5.4-nano-2026-03-17",
|
|
411
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
412
|
+
runtimeSupport: {
|
|
413
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
414
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
415
|
+
inputParts: {
|
|
416
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
417
|
+
supportedAssetTypes: [
|
|
418
|
+
asset_contract_1.AssetType.TEXT,
|
|
419
|
+
asset_contract_1.AssetType.IMAGE,
|
|
420
|
+
asset_contract_1.AssetType.AUDIO,
|
|
421
|
+
asset_contract_1.AssetType.VIDEO,
|
|
422
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
423
|
+
],
|
|
424
|
+
supportedSourceKinds: [
|
|
425
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
426
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
427
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
428
|
+
],
|
|
429
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
430
|
+
updatedAt: "2026-06-28",
|
|
431
|
+
},
|
|
432
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
433
|
+
updatedAt: "2026-06-28",
|
|
434
|
+
},
|
|
435
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
id: "gpt-5.4-pro",
|
|
439
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
440
|
+
pricing: args.pricingPerMillionTokens({
|
|
441
|
+
input: 30.0,
|
|
442
|
+
output: 180.0,
|
|
443
|
+
tiers: [
|
|
444
|
+
{
|
|
445
|
+
name: "long_context",
|
|
446
|
+
condition: "Long context",
|
|
447
|
+
input: 60.0,
|
|
448
|
+
output: 270.0,
|
|
449
|
+
},
|
|
450
|
+
],
|
|
451
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
452
|
+
}),
|
|
453
|
+
runtimeSupport: {
|
|
454
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
455
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
456
|
+
inputParts: {
|
|
457
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
458
|
+
supportedAssetTypes: [
|
|
459
|
+
asset_contract_1.AssetType.TEXT,
|
|
460
|
+
asset_contract_1.AssetType.IMAGE,
|
|
461
|
+
asset_contract_1.AssetType.AUDIO,
|
|
462
|
+
asset_contract_1.AssetType.VIDEO,
|
|
463
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
464
|
+
],
|
|
465
|
+
supportedSourceKinds: [
|
|
466
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
467
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
468
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
469
|
+
],
|
|
470
|
+
notes: "OpenAI provider validated text/image/audio/video/document inputParts for INLINE, URL, and ASSET sources on gpt-5.4-pro via the corrected one-model multimodal curator with a clean 15/15 matrix.",
|
|
471
|
+
updatedAt: "2026-06-16",
|
|
472
|
+
},
|
|
473
|
+
reason: "OpenAI responses-only model (not supported on /v1/chat/completions)",
|
|
474
|
+
updatedAt: "2026-06-16",
|
|
475
|
+
},
|
|
476
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
id: "gpt-5.4-pro-2026-03-05",
|
|
480
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
481
|
+
runtimeSupport: {
|
|
482
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
483
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
484
|
+
inputParts: {
|
|
485
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
486
|
+
supportedAssetTypes: [
|
|
487
|
+
asset_contract_1.AssetType.TEXT,
|
|
488
|
+
asset_contract_1.AssetType.IMAGE,
|
|
489
|
+
asset_contract_1.AssetType.AUDIO,
|
|
490
|
+
asset_contract_1.AssetType.VIDEO,
|
|
491
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
492
|
+
],
|
|
493
|
+
supportedSourceKinds: [
|
|
494
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
495
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
496
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
497
|
+
],
|
|
498
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
499
|
+
updatedAt: "2026-06-28",
|
|
500
|
+
},
|
|
501
|
+
reason: "OpenAI responses-only model (not supported on /v1/chat/completions)",
|
|
502
|
+
updatedAt: "2026-06-28",
|
|
503
|
+
},
|
|
504
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
505
|
+
},
|
|
506
|
+
// --- gpt-5.3 (discovered; priced) ---
|
|
507
|
+
{
|
|
508
|
+
id: "gpt-5.3-chat-latest",
|
|
509
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
510
|
+
pricing: args.pricingPerMillionTokens({
|
|
511
|
+
input: 1.75,
|
|
512
|
+
cachedInput: 0.175,
|
|
513
|
+
output: 14.0,
|
|
514
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
515
|
+
}),
|
|
516
|
+
runtimeSupport: {
|
|
517
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
518
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
519
|
+
inputParts: {
|
|
520
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
521
|
+
supportedAssetTypes: [
|
|
522
|
+
asset_contract_1.AssetType.TEXT,
|
|
523
|
+
asset_contract_1.AssetType.IMAGE,
|
|
524
|
+
asset_contract_1.AssetType.AUDIO,
|
|
525
|
+
asset_contract_1.AssetType.VIDEO,
|
|
526
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
527
|
+
],
|
|
528
|
+
supportedSourceKinds: [
|
|
529
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
530
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
531
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
532
|
+
],
|
|
533
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
534
|
+
updatedAt: "2026-06-28",
|
|
535
|
+
},
|
|
536
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
537
|
+
updatedAt: "2026-06-28",
|
|
538
|
+
},
|
|
539
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
id: "gpt-5.3-codex",
|
|
543
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
544
|
+
pricing: args.pricingPerMillionTokens({
|
|
545
|
+
input: 1.75,
|
|
546
|
+
cachedInput: 0.175,
|
|
547
|
+
output: 14.0,
|
|
548
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
549
|
+
}),
|
|
550
|
+
runtimeSupport: {
|
|
551
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
552
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
553
|
+
inputParts: {
|
|
554
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
555
|
+
supportedAssetTypes: [
|
|
556
|
+
asset_contract_1.AssetType.TEXT,
|
|
557
|
+
asset_contract_1.AssetType.IMAGE,
|
|
558
|
+
asset_contract_1.AssetType.AUDIO,
|
|
559
|
+
asset_contract_1.AssetType.VIDEO,
|
|
560
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
561
|
+
],
|
|
562
|
+
supportedSourceKinds: [
|
|
563
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
564
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
565
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
566
|
+
],
|
|
567
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
568
|
+
updatedAt: "2026-06-28",
|
|
569
|
+
},
|
|
570
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
571
|
+
updatedAt: "2026-06-28",
|
|
572
|
+
},
|
|
573
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
574
|
+
},
|
|
575
|
+
// --- gpt-5.2 (base IDs are priced; aliases discovered) ---
|
|
576
|
+
{
|
|
577
|
+
id: "gpt-5.2",
|
|
578
|
+
types: [
|
|
579
|
+
intent_contract_1.IntentType.CHAT,
|
|
580
|
+
intent_contract_1.IntentType.MULTIMODAL,
|
|
581
|
+
intent_contract_1.IntentType.IMAGE_ANALYSIS,
|
|
582
|
+
],
|
|
583
|
+
pricing: args.pricingPerMillionTokens({
|
|
584
|
+
input: 1.75,
|
|
585
|
+
cachedInput: 0.175,
|
|
586
|
+
output: 14.0,
|
|
587
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
588
|
+
}),
|
|
589
|
+
runtimeSupport: {
|
|
590
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
591
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
592
|
+
inputParts: {
|
|
593
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
594
|
+
supportedAssetTypes: [
|
|
595
|
+
asset_contract_1.AssetType.TEXT,
|
|
596
|
+
asset_contract_1.AssetType.IMAGE,
|
|
597
|
+
asset_contract_1.AssetType.AUDIO,
|
|
598
|
+
asset_contract_1.AssetType.VIDEO,
|
|
599
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
600
|
+
],
|
|
601
|
+
supportedSourceKinds: [
|
|
602
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
603
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
604
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
605
|
+
],
|
|
606
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
607
|
+
updatedAt: "2026-06-28",
|
|
608
|
+
},
|
|
609
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
610
|
+
updatedAt: "2026-06-28",
|
|
611
|
+
},
|
|
612
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
id: "gpt-5.2-2025-12-11",
|
|
616
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
617
|
+
runtimeSupport: {
|
|
618
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
619
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
620
|
+
inputParts: {
|
|
621
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
622
|
+
supportedAssetTypes: [
|
|
623
|
+
asset_contract_1.AssetType.TEXT,
|
|
624
|
+
asset_contract_1.AssetType.IMAGE,
|
|
625
|
+
asset_contract_1.AssetType.AUDIO,
|
|
626
|
+
asset_contract_1.AssetType.VIDEO,
|
|
627
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
628
|
+
],
|
|
629
|
+
supportedSourceKinds: [
|
|
630
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
631
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
632
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
633
|
+
],
|
|
634
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
635
|
+
updatedAt: "2026-06-28",
|
|
636
|
+
},
|
|
637
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
638
|
+
updatedAt: "2026-06-28",
|
|
639
|
+
},
|
|
640
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
id: "gpt-5.2-chat-latest",
|
|
644
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
645
|
+
pricing: args.pricingPerMillionTokens({
|
|
646
|
+
input: 1.75,
|
|
647
|
+
cachedInput: 0.175,
|
|
648
|
+
output: 14.0,
|
|
649
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
650
|
+
}),
|
|
651
|
+
runtimeSupport: {
|
|
652
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
653
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
654
|
+
inputParts: {
|
|
655
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
656
|
+
supportedAssetTypes: [
|
|
657
|
+
asset_contract_1.AssetType.TEXT,
|
|
658
|
+
asset_contract_1.AssetType.IMAGE,
|
|
659
|
+
asset_contract_1.AssetType.AUDIO,
|
|
660
|
+
asset_contract_1.AssetType.VIDEO,
|
|
661
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
662
|
+
],
|
|
663
|
+
supportedSourceKinds: [
|
|
664
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
665
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
666
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
667
|
+
],
|
|
668
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
669
|
+
updatedAt: "2026-06-28",
|
|
670
|
+
},
|
|
671
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
672
|
+
updatedAt: "2026-06-28",
|
|
673
|
+
},
|
|
674
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
id: "gpt-5.2-codex",
|
|
678
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
679
|
+
pricing: args.pricingPerMillionTokens({
|
|
680
|
+
input: 1.75,
|
|
681
|
+
cachedInput: 0.175,
|
|
682
|
+
output: 14.0,
|
|
683
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
684
|
+
}),
|
|
685
|
+
runtimeSupport: {
|
|
686
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
687
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
688
|
+
inputParts: {
|
|
689
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
690
|
+
supportedAssetTypes: [
|
|
691
|
+
asset_contract_1.AssetType.TEXT,
|
|
692
|
+
asset_contract_1.AssetType.IMAGE,
|
|
693
|
+
asset_contract_1.AssetType.AUDIO,
|
|
694
|
+
asset_contract_1.AssetType.VIDEO,
|
|
695
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
696
|
+
],
|
|
697
|
+
supportedSourceKinds: [
|
|
698
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
699
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
700
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
701
|
+
],
|
|
702
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
703
|
+
updatedAt: "2026-06-28",
|
|
704
|
+
},
|
|
705
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
706
|
+
updatedAt: "2026-06-28",
|
|
707
|
+
},
|
|
708
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
id: "gpt-5.2-pro",
|
|
712
|
+
types: [
|
|
713
|
+
intent_contract_1.IntentType.CHAT,
|
|
714
|
+
intent_contract_1.IntentType.MULTIMODAL,
|
|
715
|
+
intent_contract_1.IntentType.IMAGE_ANALYSIS,
|
|
716
|
+
],
|
|
717
|
+
pricing: args.pricingPerMillionTokens({
|
|
718
|
+
input: 21.0,
|
|
719
|
+
output: 168.0,
|
|
720
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
721
|
+
}),
|
|
722
|
+
runtimeSupport: {
|
|
723
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
724
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
725
|
+
inputParts: {
|
|
726
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
727
|
+
supportedAssetTypes: [
|
|
728
|
+
asset_contract_1.AssetType.TEXT,
|
|
729
|
+
asset_contract_1.AssetType.IMAGE,
|
|
730
|
+
asset_contract_1.AssetType.AUDIO,
|
|
731
|
+
asset_contract_1.AssetType.VIDEO,
|
|
732
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
733
|
+
],
|
|
734
|
+
supportedSourceKinds: [
|
|
735
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
736
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
737
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
738
|
+
],
|
|
739
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
740
|
+
updatedAt: "2026-06-28",
|
|
741
|
+
},
|
|
742
|
+
reason: "OpenAI responses-only model (not supported on /v1/chat/completions)",
|
|
743
|
+
updatedAt: "2026-06-16",
|
|
744
|
+
},
|
|
745
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
id: "gpt-5.2-pro-2025-12-11",
|
|
749
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
750
|
+
runtimeSupport: {
|
|
751
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
752
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
753
|
+
inputParts: {
|
|
754
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
755
|
+
supportedAssetTypes: [
|
|
756
|
+
asset_contract_1.AssetType.TEXT,
|
|
757
|
+
asset_contract_1.AssetType.IMAGE,
|
|
758
|
+
asset_contract_1.AssetType.AUDIO,
|
|
759
|
+
asset_contract_1.AssetType.VIDEO,
|
|
760
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
761
|
+
],
|
|
762
|
+
supportedSourceKinds: [
|
|
763
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
764
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
765
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
766
|
+
],
|
|
767
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
768
|
+
updatedAt: "2026-06-28",
|
|
769
|
+
},
|
|
770
|
+
reason: "OpenAI responses-only model (not supported on /v1/chat/completions)",
|
|
771
|
+
updatedAt: "2026-06-16",
|
|
772
|
+
},
|
|
773
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
774
|
+
},
|
|
775
|
+
// --- gpt-5.1 (base ID is priced; aliases discovered) ---
|
|
776
|
+
{
|
|
777
|
+
id: "gpt-5.1",
|
|
778
|
+
types: [
|
|
779
|
+
intent_contract_1.IntentType.CHAT,
|
|
780
|
+
intent_contract_1.IntentType.MULTIMODAL,
|
|
781
|
+
intent_contract_1.IntentType.IMAGE_ANALYSIS,
|
|
782
|
+
],
|
|
783
|
+
pricing: args.pricingPerMillionTokens({
|
|
784
|
+
input: 1.25,
|
|
785
|
+
cachedInput: 0.125,
|
|
786
|
+
output: 10.0,
|
|
787
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
788
|
+
}),
|
|
789
|
+
runtimeSupport: {
|
|
790
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
791
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
792
|
+
inputParts: {
|
|
793
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
794
|
+
supportedAssetTypes: [
|
|
795
|
+
asset_contract_1.AssetType.TEXT,
|
|
796
|
+
asset_contract_1.AssetType.IMAGE,
|
|
797
|
+
asset_contract_1.AssetType.AUDIO,
|
|
798
|
+
asset_contract_1.AssetType.VIDEO,
|
|
799
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
800
|
+
],
|
|
801
|
+
supportedSourceKinds: [
|
|
802
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
803
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
804
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
805
|
+
],
|
|
806
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
807
|
+
updatedAt: "2026-06-28",
|
|
808
|
+
},
|
|
809
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
810
|
+
updatedAt: "2026-06-28",
|
|
811
|
+
},
|
|
812
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
id: "gpt-5.1-2025-11-13",
|
|
816
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
817
|
+
runtimeSupport: {
|
|
818
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
819
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
820
|
+
inputParts: {
|
|
821
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
822
|
+
supportedAssetTypes: [
|
|
823
|
+
asset_contract_1.AssetType.TEXT,
|
|
824
|
+
asset_contract_1.AssetType.IMAGE,
|
|
825
|
+
asset_contract_1.AssetType.AUDIO,
|
|
826
|
+
asset_contract_1.AssetType.VIDEO,
|
|
827
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
828
|
+
],
|
|
829
|
+
supportedSourceKinds: [
|
|
830
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
831
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
832
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
833
|
+
],
|
|
834
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
835
|
+
updatedAt: "2026-06-28",
|
|
836
|
+
},
|
|
837
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
838
|
+
updatedAt: "2026-06-28",
|
|
839
|
+
},
|
|
840
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
id: "gpt-5.1-chat-latest",
|
|
844
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
845
|
+
pricing: args.pricingPerMillionTokens({
|
|
846
|
+
input: 1.25,
|
|
847
|
+
cachedInput: 0.125,
|
|
848
|
+
output: 10.0,
|
|
849
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
850
|
+
}),
|
|
851
|
+
runtimeSupport: {
|
|
852
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
853
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
854
|
+
inputParts: {
|
|
855
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
856
|
+
supportedAssetTypes: [
|
|
857
|
+
asset_contract_1.AssetType.IMAGE,
|
|
858
|
+
asset_contract_1.AssetType.AUDIO,
|
|
859
|
+
asset_contract_1.AssetType.VIDEO,
|
|
860
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
861
|
+
],
|
|
862
|
+
supportedSourceKinds: [
|
|
863
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
864
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
865
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
866
|
+
],
|
|
867
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline: image, audio, video, and document pass across INLINE, URL, and ASSET; text passes URL only (INLINE and ASSET return sawProvidedInput=false), so the promoted rectangle excludes text.",
|
|
868
|
+
updatedAt: "2026-06-28",
|
|
869
|
+
},
|
|
870
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
871
|
+
updatedAt: "2026-06-28",
|
|
872
|
+
},
|
|
873
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
id: "gpt-5.1-codex",
|
|
877
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
878
|
+
pricing: args.pricingPerMillionTokens({
|
|
879
|
+
input: 1.25,
|
|
880
|
+
cachedInput: 0.125,
|
|
881
|
+
output: 10.0,
|
|
882
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
883
|
+
}),
|
|
884
|
+
runtimeSupport: {
|
|
885
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
886
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
887
|
+
inputParts: {
|
|
888
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
889
|
+
supportedAssetTypes: [
|
|
890
|
+
asset_contract_1.AssetType.IMAGE,
|
|
891
|
+
asset_contract_1.AssetType.AUDIO,
|
|
892
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
893
|
+
],
|
|
894
|
+
supportedSourceKinds: [
|
|
895
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
896
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
897
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
898
|
+
],
|
|
899
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline: image and document pass across INLINE, URL, and ASSET, audio passes for INLINE and ASSET but fails for URL, text only passes for ASSET, and video fails across all three sources, so the promoted rectangle remains image/audio/document over the shared three-source surface.",
|
|
900
|
+
updatedAt: "2026-06-28",
|
|
901
|
+
},
|
|
902
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
903
|
+
updatedAt: "2026-06-28",
|
|
904
|
+
},
|
|
905
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
id: "gpt-5.1-codex-max",
|
|
909
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
910
|
+
pricing: args.pricingPerMillionTokens({
|
|
911
|
+
input: 1.25,
|
|
912
|
+
cachedInput: 0.125,
|
|
913
|
+
output: 10.0,
|
|
914
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
915
|
+
}),
|
|
916
|
+
runtimeSupport: {
|
|
917
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
918
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
919
|
+
inputParts: {
|
|
920
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
921
|
+
supportedAssetTypes: [
|
|
922
|
+
asset_contract_1.AssetType.IMAGE,
|
|
923
|
+
asset_contract_1.AssetType.AUDIO,
|
|
924
|
+
asset_contract_1.AssetType.VIDEO,
|
|
925
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
926
|
+
],
|
|
927
|
+
supportedSourceKinds: [
|
|
928
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
929
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
930
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
931
|
+
],
|
|
932
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline: image, audio, video, and document pass across INLINE, URL, and ASSET, while text only passes for INLINE and ASSET because URL still returns an empty Responses output, so the promoted rectangle excludes text.",
|
|
933
|
+
updatedAt: "2026-06-28",
|
|
934
|
+
},
|
|
935
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
936
|
+
updatedAt: "2026-06-28",
|
|
937
|
+
},
|
|
938
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
id: "gpt-5.1-codex-mini",
|
|
942
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
943
|
+
pricing: args.pricingPerMillionTokens({
|
|
944
|
+
input: 1.25,
|
|
945
|
+
cachedInput: 0.125,
|
|
946
|
+
output: 10.0,
|
|
947
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
948
|
+
}),
|
|
949
|
+
runtimeSupport: {
|
|
950
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
951
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
952
|
+
inputParts: {
|
|
953
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
954
|
+
supportedAssetTypes: [
|
|
955
|
+
asset_contract_1.AssetType.TEXT,
|
|
956
|
+
asset_contract_1.AssetType.IMAGE,
|
|
957
|
+
asset_contract_1.AssetType.AUDIO,
|
|
958
|
+
asset_contract_1.AssetType.VIDEO,
|
|
959
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
960
|
+
],
|
|
961
|
+
supportedSourceKinds: [
|
|
962
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
963
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
964
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
965
|
+
],
|
|
966
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
967
|
+
updatedAt: "2026-06-28",
|
|
968
|
+
},
|
|
969
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
970
|
+
updatedAt: "2026-06-28",
|
|
971
|
+
},
|
|
972
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
973
|
+
},
|
|
974
|
+
// --- gpt-5.0 (base IDs are priced; aliases discovered) ---
|
|
975
|
+
{
|
|
976
|
+
id: "gpt-5",
|
|
977
|
+
types: [
|
|
978
|
+
intent_contract_1.IntentType.CHAT,
|
|
979
|
+
intent_contract_1.IntentType.MULTIMODAL,
|
|
980
|
+
intent_contract_1.IntentType.IMAGE_ANALYSIS,
|
|
981
|
+
],
|
|
982
|
+
pricing: args.pricingPerMillionTokens({
|
|
983
|
+
input: 1.25,
|
|
984
|
+
cachedInput: 0.125,
|
|
985
|
+
output: 10.0,
|
|
986
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
987
|
+
}),
|
|
988
|
+
runtimeSupport: {
|
|
989
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
990
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
991
|
+
inputParts: {
|
|
992
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
993
|
+
supportedAssetTypes: [asset_contract_1.AssetType.AUDIO, asset_contract_1.AssetType.DOCUMENT],
|
|
994
|
+
supportedSourceKinds: [
|
|
995
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
996
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
997
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
998
|
+
],
|
|
999
|
+
notes: "One-model multimodal recuration on gpt-5 on 2026-06-28 still shows a mixed Responses-path matrix after tightening the gpt-5-family curator prompt and budget, so the published rectangle stays conservative but now expands to AUDIO and DOCUMENT across INLINE/URL/ASSET. Current evidence: AUDIO and DOCUMENT pass across all three source kinds; TEXT passes on URL and ASSET but still fails on INLINE; IMAGE passes on INLINE and ASSET but fails on URL; VIDEO still fails across INLINE/URL/ASSET with PROVIDER_EMPTY_RESPONSE.",
|
|
1000
|
+
updatedAt: "2026-06-28",
|
|
1001
|
+
},
|
|
1002
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
1003
|
+
updatedAt: "2026-06-28",
|
|
1004
|
+
},
|
|
1005
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
id: "gpt-5-2025-08-07",
|
|
1009
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1010
|
+
runtimeSupport: {
|
|
1011
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1012
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
1013
|
+
inputParts: {
|
|
1014
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1015
|
+
supportedAssetTypes: [
|
|
1016
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1017
|
+
asset_contract_1.AssetType.AUDIO,
|
|
1018
|
+
asset_contract_1.AssetType.VIDEO,
|
|
1019
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1020
|
+
],
|
|
1021
|
+
supportedSourceKinds: [
|
|
1022
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1023
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1024
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1025
|
+
],
|
|
1026
|
+
notes: "One-model multimodal recuration on gpt-5-2025-08-07 on 2026-06-28 with the 1024-token baseline shows a near-complete matrix. IMAGE, AUDIO, VIDEO, and DOCUMENT all pass across INLINE/URL/ASSET. TEXT passes on INLINE but still fails on URL and ASSET with PROVIDER_EMPTY_RESPONSE, so the published rectangle stays conservative at the fully validated four-asset subset.",
|
|
1027
|
+
updatedAt: "2026-06-28",
|
|
1028
|
+
},
|
|
1029
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
1030
|
+
updatedAt: "2026-06-28",
|
|
1031
|
+
},
|
|
1032
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
id: "gpt-5-chat-latest",
|
|
1036
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1037
|
+
pricing: args.pricingPerMillionTokens({
|
|
1038
|
+
input: 1.25,
|
|
1039
|
+
cachedInput: 0.125,
|
|
1040
|
+
output: 10.0,
|
|
1041
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1042
|
+
}),
|
|
1043
|
+
runtimeSupport: {
|
|
1044
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1045
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
1046
|
+
inputParts: {
|
|
1047
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1048
|
+
supportedAssetTypes: [
|
|
1049
|
+
asset_contract_1.AssetType.TEXT,
|
|
1050
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1051
|
+
asset_contract_1.AssetType.AUDIO,
|
|
1052
|
+
asset_contract_1.AssetType.VIDEO,
|
|
1053
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1054
|
+
],
|
|
1055
|
+
supportedSourceKinds: [
|
|
1056
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1057
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1058
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1059
|
+
],
|
|
1060
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
1061
|
+
updatedAt: "2026-06-28",
|
|
1062
|
+
},
|
|
1063
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
1064
|
+
updatedAt: "2026-06-28",
|
|
1065
|
+
},
|
|
1066
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
id: "gpt-5-codex",
|
|
1070
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1071
|
+
pricing: args.pricingPerMillionTokens({
|
|
1072
|
+
input: 1.25,
|
|
1073
|
+
cachedInput: 0.125,
|
|
1074
|
+
output: 10.0,
|
|
1075
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1076
|
+
}),
|
|
1077
|
+
runtimeSupport: {
|
|
1078
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1079
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
1080
|
+
inputParts: {
|
|
1081
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1082
|
+
supportedAssetTypes: [
|
|
1083
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1084
|
+
asset_contract_1.AssetType.AUDIO,
|
|
1085
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1086
|
+
],
|
|
1087
|
+
supportedSourceKinds: [
|
|
1088
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1089
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1090
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1091
|
+
],
|
|
1092
|
+
notes: "One-model multimodal recuration on gpt-5-codex on 2026-06-28 still shows a mixed matrix, so the published rectangle stays conservative at IMAGE/AUDIO/DOCUMENT across INLINE/URL/ASSET. Current evidence: IMAGE, AUDIO, and DOCUMENT pass across all three source kinds; TEXT passes on URL and ASSET but not INLINE; VIDEO passes on INLINE but not URL or ASSET.",
|
|
1093
|
+
updatedAt: "2026-06-28",
|
|
1094
|
+
},
|
|
1095
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
1096
|
+
updatedAt: "2026-06-28",
|
|
1097
|
+
},
|
|
1098
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
id: "gpt-5-mini",
|
|
1102
|
+
types: [
|
|
1103
|
+
intent_contract_1.IntentType.CHAT,
|
|
1104
|
+
intent_contract_1.IntentType.MULTIMODAL,
|
|
1105
|
+
intent_contract_1.IntentType.IMAGE_ANALYSIS,
|
|
1106
|
+
],
|
|
1107
|
+
pricing: args.pricingPerMillionTokens({
|
|
1108
|
+
input: 0.25,
|
|
1109
|
+
cachedInput: 0.025,
|
|
1110
|
+
output: 2.0,
|
|
1111
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1112
|
+
}),
|
|
1113
|
+
runtimeSupport: {
|
|
1114
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1115
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
1116
|
+
inputParts: {
|
|
1117
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1118
|
+
supportedAssetTypes: [
|
|
1119
|
+
asset_contract_1.AssetType.TEXT,
|
|
1120
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1121
|
+
asset_contract_1.AssetType.AUDIO,
|
|
1122
|
+
asset_contract_1.AssetType.VIDEO,
|
|
1123
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1124
|
+
],
|
|
1125
|
+
supportedSourceKinds: [
|
|
1126
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1127
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1128
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1129
|
+
],
|
|
1130
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
1131
|
+
updatedAt: "2026-06-28",
|
|
1132
|
+
},
|
|
1133
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
1134
|
+
updatedAt: "2026-06-28",
|
|
1135
|
+
},
|
|
1136
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
id: "gpt-5-mini-2025-08-07",
|
|
1140
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1141
|
+
runtimeSupport: {
|
|
1142
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1143
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
1144
|
+
inputParts: {
|
|
1145
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1146
|
+
supportedAssetTypes: [
|
|
1147
|
+
asset_contract_1.AssetType.TEXT,
|
|
1148
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1149
|
+
asset_contract_1.AssetType.AUDIO,
|
|
1150
|
+
asset_contract_1.AssetType.VIDEO,
|
|
1151
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1152
|
+
],
|
|
1153
|
+
supportedSourceKinds: [
|
|
1154
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1155
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1156
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1157
|
+
],
|
|
1158
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
1159
|
+
updatedAt: "2026-06-28",
|
|
1160
|
+
},
|
|
1161
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
1162
|
+
updatedAt: "2026-06-28",
|
|
1163
|
+
},
|
|
1164
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
id: "gpt-5-nano",
|
|
1168
|
+
types: [
|
|
1169
|
+
intent_contract_1.IntentType.CHAT,
|
|
1170
|
+
intent_contract_1.IntentType.MULTIMODAL,
|
|
1171
|
+
intent_contract_1.IntentType.IMAGE_ANALYSIS,
|
|
1172
|
+
],
|
|
1173
|
+
pricing: args.pricingPerMillionTokens({
|
|
1174
|
+
input: 0.05,
|
|
1175
|
+
cachedInput: 0.005,
|
|
1176
|
+
output: 0.4,
|
|
1177
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1178
|
+
}),
|
|
1179
|
+
runtimeSupport: {
|
|
1180
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1181
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
1182
|
+
inputParts: {
|
|
1183
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1184
|
+
supportedAssetTypes: [
|
|
1185
|
+
asset_contract_1.AssetType.TEXT,
|
|
1186
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1187
|
+
asset_contract_1.AssetType.AUDIO,
|
|
1188
|
+
asset_contract_1.AssetType.VIDEO,
|
|
1189
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1190
|
+
],
|
|
1191
|
+
supportedSourceKinds: [
|
|
1192
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1193
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1194
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1195
|
+
],
|
|
1196
|
+
notes: "OpenAI provider validated text/image/audio/video/document inputParts for INLINE, URL, and ASSET sources on gpt-5-nano via the corrected one-model multimodal curator with the 1024-token baseline and a clean 15/15 matrix.",
|
|
1197
|
+
updatedAt: "2026-06-28",
|
|
1198
|
+
},
|
|
1199
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
1200
|
+
updatedAt: "2026-06-28",
|
|
1201
|
+
},
|
|
1202
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
id: "gpt-5-nano-2025-08-07",
|
|
1206
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1207
|
+
runtimeSupport: {
|
|
1208
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1209
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
1210
|
+
inputParts: {
|
|
1211
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1212
|
+
supportedAssetTypes: [
|
|
1213
|
+
asset_contract_1.AssetType.TEXT,
|
|
1214
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1215
|
+
asset_contract_1.AssetType.AUDIO,
|
|
1216
|
+
asset_contract_1.AssetType.VIDEO,
|
|
1217
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1218
|
+
],
|
|
1219
|
+
supportedSourceKinds: [
|
|
1220
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1221
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1222
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1223
|
+
],
|
|
1224
|
+
notes: "OpenAI provider validated text/image/audio/video/document inputParts for INLINE, URL, and ASSET sources on gpt-5-nano-2025-08-07 via the corrected one-model multimodal curator with the 1024-token baseline and a clean 15/15 matrix.",
|
|
1225
|
+
updatedAt: "2026-06-28",
|
|
1226
|
+
},
|
|
1227
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
1228
|
+
updatedAt: "2026-06-28",
|
|
1229
|
+
},
|
|
1230
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
id: "gpt-5-pro",
|
|
1234
|
+
types: [
|
|
1235
|
+
intent_contract_1.IntentType.CHAT,
|
|
1236
|
+
intent_contract_1.IntentType.MULTIMODAL,
|
|
1237
|
+
intent_contract_1.IntentType.IMAGE_ANALYSIS,
|
|
1238
|
+
],
|
|
1239
|
+
pricing: args.pricingPerMillionTokens({
|
|
1240
|
+
input: 15.0,
|
|
1241
|
+
output: 120.0,
|
|
1242
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1243
|
+
}),
|
|
1244
|
+
runtimeSupport: {
|
|
1245
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1246
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
1247
|
+
inputParts: {
|
|
1248
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1249
|
+
supportedAssetTypes: [
|
|
1250
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1251
|
+
asset_contract_1.AssetType.AUDIO,
|
|
1252
|
+
asset_contract_1.AssetType.VIDEO,
|
|
1253
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1254
|
+
],
|
|
1255
|
+
supportedSourceKinds: [
|
|
1256
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1257
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1258
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1259
|
+
],
|
|
1260
|
+
notes: "One-model multimodal recuration on gpt-5-pro on 2026-06-28 still shows a mixed matrix, so the published rectangle stays conservative at IMAGE/AUDIO/VIDEO/DOCUMENT across INLINE/URL/ASSET. TEXT still fails across all three source kinds with PROVIDER_EMPTY_RESPONSE.",
|
|
1261
|
+
updatedAt: "2026-06-28",
|
|
1262
|
+
},
|
|
1263
|
+
reason: "OpenAI responses-only model (not supported on /v1/chat/completions)",
|
|
1264
|
+
updatedAt: "2026-06-28",
|
|
1265
|
+
},
|
|
1266
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
id: "gpt-5-pro-2025-10-06",
|
|
1270
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1271
|
+
runtimeSupport: {
|
|
1272
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1273
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
1274
|
+
inputParts: {
|
|
1275
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1276
|
+
supportedAssetTypes: [
|
|
1277
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1278
|
+
asset_contract_1.AssetType.AUDIO,
|
|
1279
|
+
asset_contract_1.AssetType.VIDEO,
|
|
1280
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1281
|
+
],
|
|
1282
|
+
supportedSourceKinds: [
|
|
1283
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1284
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1285
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1286
|
+
],
|
|
1287
|
+
notes: "One-model multimodal recuration on gpt-5-pro-2025-10-06 on 2026-06-28 still shows a mixed matrix, so the published rectangle stays conservative at IMAGE/AUDIO/VIDEO/DOCUMENT across INLINE/URL/ASSET. TEXT still fails across all three source kinds with PROVIDER_EMPTY_RESPONSE.",
|
|
1288
|
+
updatedAt: "2026-06-28",
|
|
1289
|
+
},
|
|
1290
|
+
reason: "OpenAI responses-only model (not supported on /v1/chat/completions)",
|
|
1291
|
+
updatedAt: "2026-06-28",
|
|
1292
|
+
},
|
|
1293
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
id: "gpt-5-search-api",
|
|
1297
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1298
|
+
runtimeSupport: {
|
|
1299
|
+
status: args.catalogEnums.runtimeSupportStatus.NOT_SUPPORTED,
|
|
1300
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
1301
|
+
reason: "Not supported by runtime: upstream 5xx on basic calls; structured json_schema not supported",
|
|
1302
|
+
updatedAt: "2026-04-28",
|
|
1303
|
+
},
|
|
1304
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
id: "gpt-5-search-api-2025-10-14",
|
|
1308
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1309
|
+
runtimeSupport: {
|
|
1310
|
+
status: args.catalogEnums.runtimeSupportStatus.NOT_SUPPORTED,
|
|
1311
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
1312
|
+
reason: "Not supported by runtime: upstream 5xx on basic calls; structured json_schema not supported",
|
|
1313
|
+
updatedAt: "2026-04-28",
|
|
1314
|
+
},
|
|
1315
|
+
parameterSupport: OPENAI_GPT5_PARAMETER_SUPPORT,
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
id: "gpt-4.1",
|
|
1319
|
+
types: [
|
|
1320
|
+
intent_contract_1.IntentType.CHAT,
|
|
1321
|
+
intent_contract_1.IntentType.MULTIMODAL,
|
|
1322
|
+
intent_contract_1.IntentType.IMAGE_ANALYSIS,
|
|
1323
|
+
],
|
|
1324
|
+
pricing: args.pricingPerMillionTokens({
|
|
1325
|
+
input: 2.0,
|
|
1326
|
+
cachedInput: 0.5,
|
|
1327
|
+
output: 8.0,
|
|
1328
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1329
|
+
}),
|
|
1330
|
+
runtimeSupport: {
|
|
1331
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1332
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1333
|
+
inputParts: {
|
|
1334
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1335
|
+
supportedAssetTypes: [
|
|
1336
|
+
asset_contract_1.AssetType.TEXT,
|
|
1337
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1338
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1339
|
+
],
|
|
1340
|
+
supportedSourceKinds: [
|
|
1341
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1342
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1343
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1344
|
+
],
|
|
1345
|
+
notes: "Curated on 2026-06-28 via Chat Completions path: text, image, and document pass across INLINE, URL, and ASSET; audio and video fail with upstream 400 (Chat Completions does not support those modalities on this model).",
|
|
1346
|
+
updatedAt: "2026-06-28",
|
|
1347
|
+
},
|
|
1348
|
+
reason: "Validated via provider E2E",
|
|
1349
|
+
updatedAt: "2026-06-28",
|
|
1350
|
+
},
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
id: "gpt-4.1-2025-04-14",
|
|
1354
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1355
|
+
runtimeSupport: {
|
|
1356
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1357
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1358
|
+
inputParts: {
|
|
1359
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1360
|
+
supportedAssetTypes: [
|
|
1361
|
+
asset_contract_1.AssetType.TEXT,
|
|
1362
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1363
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1364
|
+
],
|
|
1365
|
+
supportedSourceKinds: [
|
|
1366
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1367
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1368
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1369
|
+
],
|
|
1370
|
+
notes: "Curated on 2026-06-28 via Chat Completions path: text, image, and document pass across INLINE, URL, and ASSET; audio and video fail with upstream 400 (Chat Completions does not support those modalities on this model).",
|
|
1371
|
+
updatedAt: "2026-06-28",
|
|
1372
|
+
},
|
|
1373
|
+
reason: "Validated via provider E2E",
|
|
1374
|
+
updatedAt: "2026-06-28",
|
|
1375
|
+
},
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
id: "gpt-4.1-mini",
|
|
1379
|
+
types: [
|
|
1380
|
+
intent_contract_1.IntentType.CHAT,
|
|
1381
|
+
intent_contract_1.IntentType.MULTIMODAL,
|
|
1382
|
+
intent_contract_1.IntentType.IMAGE_ANALYSIS,
|
|
1383
|
+
],
|
|
1384
|
+
pricing: args.pricingPerMillionTokens({
|
|
1385
|
+
input: 0.4,
|
|
1386
|
+
cachedInput: 0.1,
|
|
1387
|
+
output: 1.6,
|
|
1388
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1389
|
+
}),
|
|
1390
|
+
runtimeSupport: {
|
|
1391
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1392
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1393
|
+
inputParts: {
|
|
1394
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1395
|
+
supportedAssetTypes: [
|
|
1396
|
+
asset_contract_1.AssetType.TEXT,
|
|
1397
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1398
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1399
|
+
],
|
|
1400
|
+
supportedSourceKinds: [
|
|
1401
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1402
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1403
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1404
|
+
],
|
|
1405
|
+
notes: "Curated on 2026-06-28 via Chat Completions path: text, image, and document pass across INLINE, URL, and ASSET; audio and video fail with upstream 400 (Chat Completions does not support those modalities on this model).",
|
|
1406
|
+
updatedAt: "2026-06-28",
|
|
1407
|
+
},
|
|
1408
|
+
reason: "Validated via provider E2E",
|
|
1409
|
+
updatedAt: "2026-06-28",
|
|
1410
|
+
},
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
id: "gpt-4.1-mini-2025-04-14",
|
|
1414
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1415
|
+
runtimeSupport: {
|
|
1416
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1417
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1418
|
+
inputParts: {
|
|
1419
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1420
|
+
supportedAssetTypes: [
|
|
1421
|
+
asset_contract_1.AssetType.TEXT,
|
|
1422
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1423
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1424
|
+
],
|
|
1425
|
+
supportedSourceKinds: [
|
|
1426
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1427
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1428
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1429
|
+
],
|
|
1430
|
+
notes: "Curated on 2026-06-28 via Chat Completions path: text, image, and document pass across INLINE, URL, and ASSET; audio and video fail with upstream 400 (Chat Completions does not support those modalities on this model).",
|
|
1431
|
+
updatedAt: "2026-06-28",
|
|
1432
|
+
},
|
|
1433
|
+
reason: "Validated via provider E2E",
|
|
1434
|
+
updatedAt: "2026-06-28",
|
|
1435
|
+
},
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
id: "gpt-4.1-nano",
|
|
1439
|
+
types: [
|
|
1440
|
+
intent_contract_1.IntentType.CHAT,
|
|
1441
|
+
intent_contract_1.IntentType.MULTIMODAL,
|
|
1442
|
+
intent_contract_1.IntentType.IMAGE_ANALYSIS,
|
|
1443
|
+
],
|
|
1444
|
+
pricing: args.pricingPerMillionTokens({
|
|
1445
|
+
input: 0.1,
|
|
1446
|
+
cachedInput: 0.025,
|
|
1447
|
+
output: 0.4,
|
|
1448
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1449
|
+
}),
|
|
1450
|
+
runtimeSupport: {
|
|
1451
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1452
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1453
|
+
inputParts: {
|
|
1454
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1455
|
+
supportedAssetTypes: [
|
|
1456
|
+
asset_contract_1.AssetType.TEXT,
|
|
1457
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1458
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1459
|
+
],
|
|
1460
|
+
supportedSourceKinds: [
|
|
1461
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1462
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1463
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1464
|
+
],
|
|
1465
|
+
notes: "Curated on 2026-06-28 via Chat Completions path: text, image, and document pass across INLINE, URL, and ASSET; audio and video fail with upstream 400 (Chat Completions does not support those modalities on this model).",
|
|
1466
|
+
updatedAt: "2026-06-28",
|
|
1467
|
+
},
|
|
1468
|
+
reason: "Validated via provider E2E",
|
|
1469
|
+
updatedAt: "2026-06-28",
|
|
1470
|
+
},
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
id: "gpt-4.1-nano-2025-04-14",
|
|
1474
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1475
|
+
runtimeSupport: {
|
|
1476
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1477
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1478
|
+
inputParts: {
|
|
1479
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1480
|
+
supportedAssetTypes: [
|
|
1481
|
+
asset_contract_1.AssetType.TEXT,
|
|
1482
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1483
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1484
|
+
],
|
|
1485
|
+
supportedSourceKinds: [
|
|
1486
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1487
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1488
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1489
|
+
],
|
|
1490
|
+
notes: "Curated on 2026-06-28 via Chat Completions path: text, image, and document pass across INLINE, URL, and ASSET; audio and video fail with upstream 400 (Chat Completions does not support those modalities on this model).",
|
|
1491
|
+
updatedAt: "2026-06-28",
|
|
1492
|
+
},
|
|
1493
|
+
reason: "Validated via provider E2E",
|
|
1494
|
+
updatedAt: "2026-06-28",
|
|
1495
|
+
},
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
id: "gpt-4o",
|
|
1499
|
+
types: [
|
|
1500
|
+
intent_contract_1.IntentType.CHAT,
|
|
1501
|
+
intent_contract_1.IntentType.MULTIMODAL,
|
|
1502
|
+
intent_contract_1.IntentType.IMAGE_ANALYSIS,
|
|
1503
|
+
],
|
|
1504
|
+
pricing: args.pricingPerMillionTokens({
|
|
1505
|
+
input: 2.5,
|
|
1506
|
+
cachedInput: 1.25,
|
|
1507
|
+
output: 10.0,
|
|
1508
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1509
|
+
}),
|
|
1510
|
+
runtimeSupport: {
|
|
1511
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1512
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1513
|
+
inputParts: {
|
|
1514
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1515
|
+
supportedAssetTypes: [
|
|
1516
|
+
asset_contract_1.AssetType.TEXT,
|
|
1517
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1518
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1519
|
+
],
|
|
1520
|
+
supportedSourceKinds: [
|
|
1521
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1522
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1523
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1524
|
+
],
|
|
1525
|
+
notes: "Curated on 2026-06-28 via Chat Completions path: text, image, and document pass across INLINE, URL, and ASSET; audio and video fail with upstream 400 (Chat Completions does not support those modalities on this model).",
|
|
1526
|
+
updatedAt: "2026-06-28",
|
|
1527
|
+
},
|
|
1528
|
+
reason: "Validated via provider E2E",
|
|
1529
|
+
updatedAt: "2026-06-28",
|
|
1530
|
+
},
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
id: "gpt-4o-2024-08-06",
|
|
1534
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1535
|
+
runtimeSupport: {
|
|
1536
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1537
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1538
|
+
inputParts: {
|
|
1539
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1540
|
+
supportedAssetTypes: [
|
|
1541
|
+
asset_contract_1.AssetType.TEXT,
|
|
1542
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1543
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1544
|
+
],
|
|
1545
|
+
supportedSourceKinds: [
|
|
1546
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1547
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1548
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1549
|
+
],
|
|
1550
|
+
notes: "Curated on 2026-06-28 via Chat Completions path: text, image, and document pass across INLINE, URL, and ASSET; audio and video fail with upstream 400 (Chat Completions does not support those modalities on this model).",
|
|
1551
|
+
updatedAt: "2026-06-28",
|
|
1552
|
+
},
|
|
1553
|
+
reason: "Validated via provider E2E",
|
|
1554
|
+
updatedAt: "2026-06-28",
|
|
1555
|
+
},
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
id: "gpt-4o-2024-11-20",
|
|
1559
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1560
|
+
runtimeSupport: {
|
|
1561
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1562
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1563
|
+
inputParts: {
|
|
1564
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1565
|
+
supportedAssetTypes: [
|
|
1566
|
+
asset_contract_1.AssetType.TEXT,
|
|
1567
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1568
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1569
|
+
],
|
|
1570
|
+
supportedSourceKinds: [
|
|
1571
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1572
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1573
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1574
|
+
],
|
|
1575
|
+
notes: "Curated on 2026-06-28 via Chat Completions path: text, image, and document pass across INLINE, URL, and ASSET; audio and video fail with upstream 400 (Chat Completions does not support those modalities on this model).",
|
|
1576
|
+
updatedAt: "2026-06-28",
|
|
1577
|
+
},
|
|
1578
|
+
reason: "Validated via provider E2E",
|
|
1579
|
+
updatedAt: "2026-06-28",
|
|
1580
|
+
},
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
id: "gpt-4o-search-preview",
|
|
1584
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1585
|
+
runtimeSupport: {
|
|
1586
|
+
status: args.catalogEnums.runtimeSupportStatus.NOT_SUPPORTED,
|
|
1587
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1588
|
+
reason: "Search-preview family is not supported by runtime v1",
|
|
1589
|
+
updatedAt: "2026-05-22",
|
|
1590
|
+
},
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
id: "gpt-4o-search-preview-2025-03-11",
|
|
1594
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1595
|
+
runtimeSupport: {
|
|
1596
|
+
status: args.catalogEnums.runtimeSupportStatus.NOT_SUPPORTED,
|
|
1597
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1598
|
+
reason: "Search-preview family is not supported by runtime v1",
|
|
1599
|
+
updatedAt: "2026-05-22",
|
|
1600
|
+
},
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
id: "gpt-4o-mini",
|
|
1604
|
+
types: [
|
|
1605
|
+
intent_contract_1.IntentType.CHAT,
|
|
1606
|
+
intent_contract_1.IntentType.MULTIMODAL,
|
|
1607
|
+
intent_contract_1.IntentType.IMAGE_ANALYSIS,
|
|
1608
|
+
],
|
|
1609
|
+
pricing: args.pricingPerMillionTokens({
|
|
1610
|
+
input: 0.15,
|
|
1611
|
+
cachedInput: 0.075,
|
|
1612
|
+
output: 0.6,
|
|
1613
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1614
|
+
}),
|
|
1615
|
+
runtimeSupport: {
|
|
1616
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1617
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1618
|
+
inputParts: {
|
|
1619
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1620
|
+
supportedAssetTypes: [
|
|
1621
|
+
asset_contract_1.AssetType.TEXT,
|
|
1622
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1623
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1624
|
+
],
|
|
1625
|
+
supportedSourceKinds: [
|
|
1626
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1627
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1628
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1629
|
+
],
|
|
1630
|
+
notes: "Curated on 2026-06-28 via Chat Completions path: text, image, and document pass across INLINE, URL, and ASSET; audio and video fail with upstream 400 (Chat Completions does not support those modalities on this model).",
|
|
1631
|
+
updatedAt: "2026-06-28",
|
|
1632
|
+
},
|
|
1633
|
+
reason: "Validated via provider E2E",
|
|
1634
|
+
updatedAt: "2026-06-28",
|
|
1635
|
+
},
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
id: "gpt-4o-mini-2024-07-18",
|
|
1639
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1640
|
+
runtimeSupport: {
|
|
1641
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1642
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1643
|
+
inputParts: {
|
|
1644
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1645
|
+
supportedAssetTypes: [
|
|
1646
|
+
asset_contract_1.AssetType.TEXT,
|
|
1647
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1648
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1649
|
+
],
|
|
1650
|
+
supportedSourceKinds: [
|
|
1651
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1652
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1653
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1654
|
+
],
|
|
1655
|
+
notes: "Curated on 2026-06-28 via Chat Completions path: text, image, and document pass across INLINE, URL, and ASSET; audio and video fail with upstream 400 (Chat Completions does not support those modalities on this model).",
|
|
1656
|
+
updatedAt: "2026-06-28",
|
|
1657
|
+
},
|
|
1658
|
+
reason: "Validated via provider E2E",
|
|
1659
|
+
updatedAt: "2026-06-28",
|
|
1660
|
+
},
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
id: "gpt-4o-mini-search-preview",
|
|
1664
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1665
|
+
runtimeSupport: {
|
|
1666
|
+
status: args.catalogEnums.runtimeSupportStatus.NOT_SUPPORTED,
|
|
1667
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1668
|
+
reason: "Search-preview family is not supported by runtime v1",
|
|
1669
|
+
updatedAt: "2026-05-22",
|
|
1670
|
+
},
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
id: "gpt-4o-mini-search-preview-2025-03-11",
|
|
1674
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1675
|
+
runtimeSupport: {
|
|
1676
|
+
status: args.catalogEnums.runtimeSupportStatus.NOT_SUPPORTED,
|
|
1677
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1678
|
+
reason: "Search-preview family is not supported by runtime v1",
|
|
1679
|
+
updatedAt: "2026-05-22",
|
|
1680
|
+
},
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
id: "gpt-4o-2024-05-13",
|
|
1684
|
+
types: [
|
|
1685
|
+
intent_contract_1.IntentType.CHAT,
|
|
1686
|
+
intent_contract_1.IntentType.MULTIMODAL,
|
|
1687
|
+
intent_contract_1.IntentType.IMAGE_ANALYSIS,
|
|
1688
|
+
],
|
|
1689
|
+
pricing: args.pricingPerMillionTokens({
|
|
1690
|
+
input: 5.0,
|
|
1691
|
+
output: 15.0,
|
|
1692
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1693
|
+
}),
|
|
1694
|
+
runtimeSupport: {
|
|
1695
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1696
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1697
|
+
inputParts: {
|
|
1698
|
+
status: args.catalogEnums.runtimeSupportStatus.FAILING,
|
|
1699
|
+
notes: "One-model multimodal recuration on gpt-4o-2024-05-13 still shows a fully failing matrix and is intentionally not promoted as supported on this exact entry: all text, image, audio, video, and document combinations failed with PARSE_FAIL across INLINE, URL, and ASSET sources.",
|
|
1700
|
+
updatedAt: "2026-06-16",
|
|
1701
|
+
},
|
|
1702
|
+
reason: "Validated via provider E2E (structured uses prompt-only JSON)",
|
|
1703
|
+
updatedAt: "2026-06-16",
|
|
1704
|
+
},
|
|
1705
|
+
parameterSupport: {
|
|
1706
|
+
parameters: {
|
|
1707
|
+
[args.catalogEnums.promptParameterKey.RESPONSE_FORMAT]: args.catalogEnums.parameterSupportStatus.NOT_SUPPORTED,
|
|
1708
|
+
},
|
|
1709
|
+
notes: "This model version rejects response_format=json_schema; use prompt-only JSON + local parse.",
|
|
1710
|
+
updatedAt: "2026-04-28",
|
|
1711
|
+
},
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
id: "gpt-4-turbo",
|
|
1715
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1716
|
+
pricing: args.pricingPerMillionTokens({
|
|
1717
|
+
input: 10.0,
|
|
1718
|
+
output: 30.0,
|
|
1719
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1720
|
+
}),
|
|
1721
|
+
runtimeSupport: {
|
|
1722
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1723
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1724
|
+
inputParts: {
|
|
1725
|
+
status: args.catalogEnums.runtimeSupportStatus.FAILING,
|
|
1726
|
+
notes: "One-model multimodal recuration on gpt-4-turbo still shows a fully failing matrix and is intentionally not promoted as supported on this exact entry: all text, image, audio, video, and document combinations failed with PARSE_FAIL across INLINE, URL, and ASSET sources.",
|
|
1727
|
+
updatedAt: "2026-06-16",
|
|
1728
|
+
},
|
|
1729
|
+
reason: "Validated via provider E2E",
|
|
1730
|
+
updatedAt: "2026-06-16",
|
|
1731
|
+
},
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
id: "gpt-4-turbo-2024-04-09",
|
|
1735
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1736
|
+
pricing: args.pricingPerMillionTokens({
|
|
1737
|
+
input: 10.0,
|
|
1738
|
+
output: 30.0,
|
|
1739
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1740
|
+
}),
|
|
1741
|
+
runtimeSupport: {
|
|
1742
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1743
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1744
|
+
inputParts: {
|
|
1745
|
+
status: args.catalogEnums.runtimeSupportStatus.FAILING,
|
|
1746
|
+
notes: "One-model multimodal recuration on gpt-4-turbo-2024-04-09 still shows a fully failing matrix and is intentionally not promoted as supported on this exact entry: all text, image, audio, video, and document combinations failed with PARSE_FAIL across INLINE, URL, and ASSET sources.",
|
|
1747
|
+
updatedAt: "2026-06-16",
|
|
1748
|
+
},
|
|
1749
|
+
reason: "Validated via provider E2E",
|
|
1750
|
+
updatedAt: "2026-06-16",
|
|
1751
|
+
},
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
id: "gpt-4",
|
|
1755
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1756
|
+
pricing: args.pricingPerMillionTokens({
|
|
1757
|
+
input: 30.0,
|
|
1758
|
+
output: 60.0,
|
|
1759
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1760
|
+
}),
|
|
1761
|
+
runtimeSupport: {
|
|
1762
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1763
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1764
|
+
inputParts: {
|
|
1765
|
+
status: args.catalogEnums.runtimeSupportStatus.FAILING,
|
|
1766
|
+
notes: "One-model multimodal recuration on gpt-4 still shows a fully failing matrix and is intentionally not promoted as supported on this exact entry: all image/audio/video/document combinations plus text INLINE/URL failed with PARSE_FAIL, and text ASSET failed with a provider-side missing-object error for the managed fixture path.",
|
|
1767
|
+
updatedAt: "2026-06-16",
|
|
1768
|
+
},
|
|
1769
|
+
reason: "Validated via provider E2E",
|
|
1770
|
+
updatedAt: "2026-06-16",
|
|
1771
|
+
},
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
id: "gpt-4-0613",
|
|
1775
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1776
|
+
pricing: args.pricingPerMillionTokens({
|
|
1777
|
+
input: 30.0,
|
|
1778
|
+
output: 60.0,
|
|
1779
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1780
|
+
}),
|
|
1781
|
+
runtimeSupport: {
|
|
1782
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1783
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1784
|
+
inputParts: {
|
|
1785
|
+
status: args.catalogEnums.runtimeSupportStatus.FAILING,
|
|
1786
|
+
notes: "One-model multimodal recuration on gpt-4-0613 still shows a fully failing matrix and is intentionally not promoted as supported on this exact entry: all text/image/audio/document combinations plus video INLINE/URL failed with PARSE_FAIL, and video ASSET failed with a provider-side missing-object error for the managed fixture path.",
|
|
1787
|
+
updatedAt: "2026-06-16",
|
|
1788
|
+
},
|
|
1789
|
+
reason: "Validated via provider E2E",
|
|
1790
|
+
updatedAt: "2026-06-16",
|
|
1791
|
+
},
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
id: "gpt-3.5-turbo",
|
|
1795
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1796
|
+
pricing: args.pricingPerMillionTokens({
|
|
1797
|
+
input: 0.5,
|
|
1798
|
+
output: 1.5,
|
|
1799
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1800
|
+
}),
|
|
1801
|
+
runtimeSupport: {
|
|
1802
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1803
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1804
|
+
inputParts: {
|
|
1805
|
+
status: args.catalogEnums.runtimeSupportStatus.FAILING,
|
|
1806
|
+
notes: "One-model multimodal recuration on gpt-3.5-turbo still shows a fully failing matrix and is intentionally not promoted as supported on this exact entry: all text, image, audio, video, and document combinations failed with PARSE_FAIL across INLINE, URL, and ASSET sources.",
|
|
1807
|
+
updatedAt: "2026-06-16",
|
|
1808
|
+
},
|
|
1809
|
+
reason: "Validated via provider E2E",
|
|
1810
|
+
updatedAt: "2026-06-16",
|
|
1811
|
+
},
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
id: "gpt-3.5-turbo-0125",
|
|
1815
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1816
|
+
pricing: args.pricingPerMillionTokens({
|
|
1817
|
+
input: 0.5,
|
|
1818
|
+
output: 1.5,
|
|
1819
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1820
|
+
}),
|
|
1821
|
+
runtimeSupport: {
|
|
1822
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1823
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1824
|
+
inputParts: {
|
|
1825
|
+
status: args.catalogEnums.runtimeSupportStatus.FAILING,
|
|
1826
|
+
notes: "One-model multimodal recuration on gpt-3.5-turbo-0125 still shows a fully failing matrix and is intentionally not promoted as supported on this exact entry: all text, image, audio, video, and document combinations failed with PARSE_FAIL across INLINE, URL, and ASSET sources.",
|
|
1827
|
+
updatedAt: "2026-06-16",
|
|
1828
|
+
},
|
|
1829
|
+
reason: "Validated via provider E2E",
|
|
1830
|
+
updatedAt: "2026-06-16",
|
|
1831
|
+
},
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
id: "gpt-3.5-turbo-1106",
|
|
1835
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1836
|
+
pricing: args.pricingPerMillionTokens({
|
|
1837
|
+
input: 1.0,
|
|
1838
|
+
output: 2.0,
|
|
1839
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1840
|
+
}),
|
|
1841
|
+
runtimeSupport: {
|
|
1842
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1843
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1844
|
+
inputParts: {
|
|
1845
|
+
status: args.catalogEnums.runtimeSupportStatus.FAILING,
|
|
1846
|
+
notes: "One-model multimodal recuration on gpt-3.5-turbo-1106 still shows a fully failing matrix and is intentionally not promoted as supported on this exact entry: all text/image/audio combinations plus video INLINE/URL/ASSET and document INLINE/URL failed with PARSE_FAIL, and document ASSET failed with a provider-side missing-object error for the managed fixture path.",
|
|
1847
|
+
updatedAt: "2026-06-16",
|
|
1848
|
+
},
|
|
1849
|
+
reason: "Validated via provider E2E",
|
|
1850
|
+
updatedAt: "2026-06-16",
|
|
1851
|
+
},
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
id: "gpt-3.5-turbo-16k",
|
|
1855
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1856
|
+
pricing: args.pricingPerMillionTokens({
|
|
1857
|
+
input: 3.0,
|
|
1858
|
+
output: 4.0,
|
|
1859
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1860
|
+
}),
|
|
1861
|
+
runtimeSupport: {
|
|
1862
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1863
|
+
preferredApi: args.catalogEnums.preferredApi.CHAT_COMPLETIONS,
|
|
1864
|
+
inputParts: {
|
|
1865
|
+
status: args.catalogEnums.runtimeSupportStatus.FAILING,
|
|
1866
|
+
notes: "One-model multimodal recuration on gpt-3.5-turbo-16k still shows a fully failing matrix and is intentionally not promoted as supported on this exact entry: all text, image, audio, video, and document combinations failed with PARSE_FAIL across INLINE, URL, and ASSET sources.",
|
|
1867
|
+
updatedAt: "2026-06-16",
|
|
1868
|
+
},
|
|
1869
|
+
reason: "Validated via provider E2E",
|
|
1870
|
+
updatedAt: "2026-06-16",
|
|
1871
|
+
},
|
|
1872
|
+
},
|
|
1873
|
+
// --- o-series (reasoning; exposed in /v1/models as o*) ---
|
|
1874
|
+
{
|
|
1875
|
+
id: "o4-mini",
|
|
1876
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1877
|
+
pricing: args.pricingPerMillionTokens({
|
|
1878
|
+
input: 1.1,
|
|
1879
|
+
cachedInput: 0.275,
|
|
1880
|
+
output: 4.4,
|
|
1881
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1882
|
+
notes: "Reasoning-family model",
|
|
1883
|
+
}),
|
|
1884
|
+
runtimeSupport: {
|
|
1885
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1886
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
1887
|
+
inputParts: {
|
|
1888
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1889
|
+
supportedAssetTypes: [
|
|
1890
|
+
asset_contract_1.AssetType.TEXT,
|
|
1891
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1892
|
+
asset_contract_1.AssetType.AUDIO,
|
|
1893
|
+
asset_contract_1.AssetType.VIDEO,
|
|
1894
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1895
|
+
],
|
|
1896
|
+
supportedSourceKinds: [
|
|
1897
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1898
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1899
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1900
|
+
],
|
|
1901
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
1902
|
+
updatedAt: "2026-06-28",
|
|
1903
|
+
},
|
|
1904
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
1905
|
+
updatedAt: "2026-06-28",
|
|
1906
|
+
},
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
id: "o4-mini-2025-04-16",
|
|
1910
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1911
|
+
runtimeSupport: {
|
|
1912
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1913
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
1914
|
+
inputParts: {
|
|
1915
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1916
|
+
supportedAssetTypes: [
|
|
1917
|
+
asset_contract_1.AssetType.TEXT,
|
|
1918
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1919
|
+
asset_contract_1.AssetType.AUDIO,
|
|
1920
|
+
asset_contract_1.AssetType.VIDEO,
|
|
1921
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1922
|
+
],
|
|
1923
|
+
supportedSourceKinds: [
|
|
1924
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1925
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1926
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1927
|
+
],
|
|
1928
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
1929
|
+
updatedAt: "2026-06-28",
|
|
1930
|
+
},
|
|
1931
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
1932
|
+
updatedAt: "2026-06-28",
|
|
1933
|
+
},
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
id: "o4-mini-deep-research",
|
|
1937
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1938
|
+
runtimeSupport: {
|
|
1939
|
+
status: args.catalogEnums.runtimeSupportStatus.NOT_SUPPORTED,
|
|
1940
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
1941
|
+
reason: "Deep-research family requires specialized tool wiring (not supported in runtime v1)",
|
|
1942
|
+
updatedAt: "2026-05-22",
|
|
1943
|
+
},
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
id: "o4-mini-deep-research-2025-06-26",
|
|
1947
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1948
|
+
runtimeSupport: {
|
|
1949
|
+
status: args.catalogEnums.runtimeSupportStatus.NOT_SUPPORTED,
|
|
1950
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
1951
|
+
reason: "Deep-research family requires specialized tool wiring (not supported in runtime v1)",
|
|
1952
|
+
updatedAt: "2026-05-22",
|
|
1953
|
+
},
|
|
1954
|
+
},
|
|
1955
|
+
{
|
|
1956
|
+
id: "o3-pro",
|
|
1957
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1958
|
+
pricing: args.pricingPerMillionTokens({
|
|
1959
|
+
input: 20.0,
|
|
1960
|
+
output: 80.0,
|
|
1961
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
1962
|
+
notes: "Reasoning-family model",
|
|
1963
|
+
}),
|
|
1964
|
+
runtimeSupport: {
|
|
1965
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1966
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
1967
|
+
inputParts: {
|
|
1968
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1969
|
+
supportedAssetTypes: [
|
|
1970
|
+
asset_contract_1.AssetType.TEXT,
|
|
1971
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1972
|
+
asset_contract_1.AssetType.AUDIO,
|
|
1973
|
+
asset_contract_1.AssetType.VIDEO,
|
|
1974
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
1975
|
+
],
|
|
1976
|
+
supportedSourceKinds: [
|
|
1977
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
1978
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
1979
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
1980
|
+
],
|
|
1981
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
1982
|
+
updatedAt: "2026-06-28",
|
|
1983
|
+
},
|
|
1984
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
1985
|
+
updatedAt: "2026-06-28",
|
|
1986
|
+
},
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
id: "o3-pro-2025-06-10",
|
|
1990
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
1991
|
+
runtimeSupport: {
|
|
1992
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1993
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
1994
|
+
inputParts: {
|
|
1995
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
1996
|
+
supportedAssetTypes: [
|
|
1997
|
+
asset_contract_1.AssetType.TEXT,
|
|
1998
|
+
asset_contract_1.AssetType.IMAGE,
|
|
1999
|
+
asset_contract_1.AssetType.AUDIO,
|
|
2000
|
+
asset_contract_1.AssetType.VIDEO,
|
|
2001
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
2002
|
+
],
|
|
2003
|
+
supportedSourceKinds: [
|
|
2004
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
2005
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
2006
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
2007
|
+
],
|
|
2008
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
2009
|
+
updatedAt: "2026-06-28",
|
|
2010
|
+
},
|
|
2011
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
2012
|
+
updatedAt: "2026-06-28",
|
|
2013
|
+
},
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
id: "o3",
|
|
2017
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
2018
|
+
pricing: args.pricingPerMillionTokens({
|
|
2019
|
+
input: 2.0,
|
|
2020
|
+
cachedInput: 0.5,
|
|
2021
|
+
output: 8.0,
|
|
2022
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
2023
|
+
notes: "Reasoning-family model",
|
|
2024
|
+
}),
|
|
2025
|
+
runtimeSupport: {
|
|
2026
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
2027
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
2028
|
+
inputParts: {
|
|
2029
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
2030
|
+
supportedAssetTypes: [
|
|
2031
|
+
asset_contract_1.AssetType.TEXT,
|
|
2032
|
+
asset_contract_1.AssetType.IMAGE,
|
|
2033
|
+
asset_contract_1.AssetType.AUDIO,
|
|
2034
|
+
asset_contract_1.AssetType.VIDEO,
|
|
2035
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
2036
|
+
],
|
|
2037
|
+
supportedSourceKinds: [
|
|
2038
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
2039
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
2040
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
2041
|
+
],
|
|
2042
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
2043
|
+
updatedAt: "2026-06-28",
|
|
2044
|
+
},
|
|
2045
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
2046
|
+
updatedAt: "2026-06-28",
|
|
2047
|
+
},
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
id: "o3-2025-04-16",
|
|
2051
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
2052
|
+
runtimeSupport: {
|
|
2053
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
2054
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
2055
|
+
inputParts: {
|
|
2056
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
2057
|
+
supportedAssetTypes: [
|
|
2058
|
+
asset_contract_1.AssetType.TEXT,
|
|
2059
|
+
asset_contract_1.AssetType.IMAGE,
|
|
2060
|
+
asset_contract_1.AssetType.AUDIO,
|
|
2061
|
+
asset_contract_1.AssetType.VIDEO,
|
|
2062
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
2063
|
+
],
|
|
2064
|
+
supportedSourceKinds: [
|
|
2065
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
2066
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
2067
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
2068
|
+
],
|
|
2069
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
2070
|
+
updatedAt: "2026-06-28",
|
|
2071
|
+
},
|
|
2072
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
2073
|
+
updatedAt: "2026-06-28",
|
|
2074
|
+
},
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
id: "o3-deep-research",
|
|
2078
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
2079
|
+
runtimeSupport: {
|
|
2080
|
+
status: args.catalogEnums.runtimeSupportStatus.NOT_SUPPORTED,
|
|
2081
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
2082
|
+
reason: "Deep-research family requires specialized tool wiring (not supported in runtime v1)",
|
|
2083
|
+
updatedAt: "2026-05-22",
|
|
2084
|
+
},
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
id: "o3-deep-research-2025-06-26",
|
|
2088
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
2089
|
+
runtimeSupport: {
|
|
2090
|
+
status: args.catalogEnums.runtimeSupportStatus.NOT_SUPPORTED,
|
|
2091
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
2092
|
+
reason: "Deep-research family requires specialized tool wiring (not supported in runtime v1)",
|
|
2093
|
+
updatedAt: "2026-05-22",
|
|
2094
|
+
},
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
id: "o3-mini",
|
|
2098
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
2099
|
+
pricing: args.pricingPerMillionTokens({
|
|
2100
|
+
input: 1.1,
|
|
2101
|
+
cachedInput: 0.55,
|
|
2102
|
+
output: 4.4,
|
|
2103
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
2104
|
+
notes: "Reasoning-family model",
|
|
2105
|
+
}),
|
|
2106
|
+
runtimeSupport: {
|
|
2107
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
2108
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
2109
|
+
inputParts: {
|
|
2110
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
2111
|
+
supportedAssetTypes: [
|
|
2112
|
+
asset_contract_1.AssetType.TEXT,
|
|
2113
|
+
asset_contract_1.AssetType.AUDIO,
|
|
2114
|
+
asset_contract_1.AssetType.VIDEO,
|
|
2115
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
2116
|
+
],
|
|
2117
|
+
supportedSourceKinds: [
|
|
2118
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
2119
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
2120
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
2121
|
+
],
|
|
2122
|
+
notes: "Curated on 2026-06-28 via Responses path: text, audio, video, and document pass across INLINE, URL, and ASSET; image fails with upstream 400 on all three sources.",
|
|
2123
|
+
updatedAt: "2026-06-28",
|
|
2124
|
+
},
|
|
2125
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
2126
|
+
updatedAt: "2026-06-28",
|
|
2127
|
+
},
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
id: "o3-mini-2025-01-31",
|
|
2131
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
2132
|
+
runtimeSupport: {
|
|
2133
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
2134
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
2135
|
+
inputParts: {
|
|
2136
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
2137
|
+
supportedAssetTypes: [
|
|
2138
|
+
asset_contract_1.AssetType.TEXT,
|
|
2139
|
+
asset_contract_1.AssetType.AUDIO,
|
|
2140
|
+
asset_contract_1.AssetType.VIDEO,
|
|
2141
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
2142
|
+
],
|
|
2143
|
+
supportedSourceKinds: [
|
|
2144
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
2145
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
2146
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
2147
|
+
],
|
|
2148
|
+
notes: "Curated on 2026-06-28 via Responses path: text, audio, video, and document pass across INLINE, URL, and ASSET; image fails with upstream 400 on all three sources.",
|
|
2149
|
+
updatedAt: "2026-06-28",
|
|
2150
|
+
},
|
|
2151
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
2152
|
+
updatedAt: "2026-06-28",
|
|
2153
|
+
},
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
id: "o1-pro",
|
|
2157
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
2158
|
+
pricing: args.pricingPerMillionTokens({
|
|
2159
|
+
input: 150.0,
|
|
2160
|
+
output: 600.0,
|
|
2161
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
2162
|
+
notes: "Reasoning-family model",
|
|
2163
|
+
}),
|
|
2164
|
+
runtimeSupport: {
|
|
2165
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
2166
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
2167
|
+
inputParts: {
|
|
2168
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
2169
|
+
supportedAssetTypes: [
|
|
2170
|
+
asset_contract_1.AssetType.TEXT,
|
|
2171
|
+
asset_contract_1.AssetType.IMAGE,
|
|
2172
|
+
asset_contract_1.AssetType.AUDIO,
|
|
2173
|
+
asset_contract_1.AssetType.VIDEO,
|
|
2174
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
2175
|
+
],
|
|
2176
|
+
supportedSourceKinds: [
|
|
2177
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
2178
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
2179
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
2180
|
+
],
|
|
2181
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
2182
|
+
updatedAt: "2026-06-28",
|
|
2183
|
+
},
|
|
2184
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
2185
|
+
updatedAt: "2026-06-28",
|
|
2186
|
+
},
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
id: "o1-pro-2025-03-19",
|
|
2190
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
2191
|
+
runtimeSupport: {
|
|
2192
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
2193
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
2194
|
+
inputParts: {
|
|
2195
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
2196
|
+
supportedAssetTypes: [
|
|
2197
|
+
asset_contract_1.AssetType.TEXT,
|
|
2198
|
+
asset_contract_1.AssetType.IMAGE,
|
|
2199
|
+
asset_contract_1.AssetType.AUDIO,
|
|
2200
|
+
asset_contract_1.AssetType.VIDEO,
|
|
2201
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
2202
|
+
],
|
|
2203
|
+
supportedSourceKinds: [
|
|
2204
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
2205
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
2206
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
2207
|
+
],
|
|
2208
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
2209
|
+
updatedAt: "2026-06-28",
|
|
2210
|
+
},
|
|
2211
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
2212
|
+
updatedAt: "2026-06-28",
|
|
2213
|
+
},
|
|
2214
|
+
},
|
|
2215
|
+
{
|
|
2216
|
+
id: "o1",
|
|
2217
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
2218
|
+
pricing: args.pricingPerMillionTokens({
|
|
2219
|
+
input: 15.0,
|
|
2220
|
+
cachedInput: 7.5,
|
|
2221
|
+
output: 60.0,
|
|
2222
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
2223
|
+
notes: "Reasoning-family model",
|
|
2224
|
+
}),
|
|
2225
|
+
runtimeSupport: {
|
|
2226
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
2227
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
2228
|
+
inputParts: {
|
|
2229
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
2230
|
+
supportedAssetTypes: [
|
|
2231
|
+
asset_contract_1.AssetType.TEXT,
|
|
2232
|
+
asset_contract_1.AssetType.IMAGE,
|
|
2233
|
+
asset_contract_1.AssetType.AUDIO,
|
|
2234
|
+
asset_contract_1.AssetType.VIDEO,
|
|
2235
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
2236
|
+
],
|
|
2237
|
+
supportedSourceKinds: [
|
|
2238
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
2239
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
2240
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
2241
|
+
],
|
|
2242
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
2243
|
+
updatedAt: "2026-06-28",
|
|
2244
|
+
},
|
|
2245
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
2246
|
+
updatedAt: "2026-06-28",
|
|
2247
|
+
},
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
id: "o1-mini",
|
|
2251
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
2252
|
+
pricing: args.pricingPerMillionTokens({
|
|
2253
|
+
input: 1.1,
|
|
2254
|
+
cachedInput: 0.55,
|
|
2255
|
+
output: 4.4,
|
|
2256
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
2257
|
+
notes: "Reasoning-family model",
|
|
2258
|
+
}),
|
|
2259
|
+
runtimeSupport: {
|
|
2260
|
+
status: args.catalogEnums.runtimeSupportStatus.FAILING,
|
|
2261
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
2262
|
+
reason: "Provider E2E: OpenAI returned model_not_found (account/region gated or retired for this key)",
|
|
2263
|
+
updatedAt: "2026-05-22",
|
|
2264
|
+
},
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
id: "o1-2024-12-17",
|
|
2268
|
+
types: [intent_contract_1.IntentType.CHAT],
|
|
2269
|
+
runtimeSupport: {
|
|
2270
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
2271
|
+
preferredApi: args.catalogEnums.preferredApi.RESPONSES,
|
|
2272
|
+
inputParts: {
|
|
2273
|
+
status: args.catalogEnums.runtimeSupportStatus.SUPPORTED,
|
|
2274
|
+
supportedAssetTypes: [
|
|
2275
|
+
asset_contract_1.AssetType.TEXT,
|
|
2276
|
+
asset_contract_1.AssetType.IMAGE,
|
|
2277
|
+
asset_contract_1.AssetType.AUDIO,
|
|
2278
|
+
asset_contract_1.AssetType.VIDEO,
|
|
2279
|
+
asset_contract_1.AssetType.DOCUMENT,
|
|
2280
|
+
],
|
|
2281
|
+
supportedSourceKinds: [
|
|
2282
|
+
execution_contract_1.ExecutionPartSourceKind.INLINE,
|
|
2283
|
+
execution_contract_1.ExecutionPartSourceKind.URL,
|
|
2284
|
+
execution_contract_1.ExecutionPartSourceKind.ASSET,
|
|
2285
|
+
],
|
|
2286
|
+
notes: "Curated on 2026-06-28 with the 1024-token multimodal baseline and confirmed a clean 15/15 matrix across text/image/audio/video/document inputs for INLINE, URL, and ASSET sources.",
|
|
2287
|
+
updatedAt: "2026-06-28",
|
|
2288
|
+
},
|
|
2289
|
+
reason: "Validated via provider E2E; routed via OpenAI Responses API",
|
|
2290
|
+
updatedAt: "2026-06-28",
|
|
2291
|
+
},
|
|
2292
|
+
},
|
|
2293
|
+
// Other OpenAI models (pricing varies by endpoint/unit; fill as needed)
|
|
2294
|
+
{ id: "text-embedding-3-small", types: [intent_contract_1.IntentType.EMBEDDING] },
|
|
2295
|
+
{ id: "text-embedding-3-large", types: [intent_contract_1.IntentType.EMBEDDING] },
|
|
2296
|
+
{ id: "text-embedding-ada-002", types: [intent_contract_1.IntentType.EMBEDDING] },
|
|
2297
|
+
{
|
|
2298
|
+
id: "gpt-image-1",
|
|
2299
|
+
types: [intent_contract_1.IntentType.IMAGE_GENERATION],
|
|
2300
|
+
pricing: args.pricingPerMillionTokens({
|
|
2301
|
+
// OpenAI pricing table (standard) exposes per-modality rows; this entry captures the Image modality.
|
|
2302
|
+
input: 10,
|
|
2303
|
+
cachedInput: 2.5,
|
|
2304
|
+
output: 40,
|
|
2305
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
2306
|
+
updatedAt: OPENAI_PRICING_UPDATED_AT_20260522,
|
|
2307
|
+
notes: "Image modality pricing from OpenAI table; text-row output is '-'",
|
|
2308
|
+
}),
|
|
2309
|
+
runtimeSupport: {
|
|
2310
|
+
status: args.catalogEnums.runtimeSupportStatus.IN_PROGRESS,
|
|
2311
|
+
reason: "Discovered via /v1/models; runtime v1 does not yet implement image generation adapters",
|
|
2312
|
+
updatedAt: "2026-05-22",
|
|
2313
|
+
},
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
id: "gpt-image-1.5",
|
|
2317
|
+
types: [intent_contract_1.IntentType.IMAGE_GENERATION],
|
|
2318
|
+
pricing: args.pricingPerMillionTokens({
|
|
2319
|
+
input: 8,
|
|
2320
|
+
cachedInput: 2,
|
|
2321
|
+
output: 32,
|
|
2322
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
2323
|
+
updatedAt: OPENAI_PRICING_UPDATED_AT_20260522,
|
|
2324
|
+
notes: "Image modality pricing from OpenAI table",
|
|
2325
|
+
}),
|
|
2326
|
+
},
|
|
2327
|
+
{
|
|
2328
|
+
id: "gpt-image-1-mini",
|
|
2329
|
+
types: [intent_contract_1.IntentType.IMAGE_GENERATION],
|
|
2330
|
+
pricing: args.pricingPerMillionTokens({
|
|
2331
|
+
input: 2.5,
|
|
2332
|
+
cachedInput: 0.25,
|
|
2333
|
+
output: 8,
|
|
2334
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
2335
|
+
updatedAt: OPENAI_PRICING_UPDATED_AT_20260522,
|
|
2336
|
+
notes: "Image modality pricing from OpenAI table; text-row output is '-'",
|
|
2337
|
+
}),
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
id: "gpt-image-2",
|
|
2341
|
+
types: [intent_contract_1.IntentType.IMAGE_GENERATION],
|
|
2342
|
+
pricing: args.pricingPerMillionTokens({
|
|
2343
|
+
input: 8,
|
|
2344
|
+
cachedInput: 2,
|
|
2345
|
+
output: 30,
|
|
2346
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
2347
|
+
updatedAt: OPENAI_PRICING_UPDATED_AT_20260522,
|
|
2348
|
+
notes: "Image modality pricing from OpenAI table; text-row output is '-'",
|
|
2349
|
+
}),
|
|
2350
|
+
runtimeSupport: {
|
|
2351
|
+
status: args.catalogEnums.runtimeSupportStatus.IN_PROGRESS,
|
|
2352
|
+
reason: "Discovered via /v1/models; runtime v1 does not yet implement image generation adapters",
|
|
2353
|
+
updatedAt: "2026-05-22",
|
|
2354
|
+
},
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
id: "gpt-image-2-2026-04-21",
|
|
2358
|
+
types: [intent_contract_1.IntentType.IMAGE_GENERATION],
|
|
2359
|
+
runtimeSupport: {
|
|
2360
|
+
status: args.catalogEnums.runtimeSupportStatus.IN_PROGRESS,
|
|
2361
|
+
reason: "Discovered via /v1/models; runtime v1 does not yet implement image generation adapters",
|
|
2362
|
+
updatedAt: "2026-05-22",
|
|
2363
|
+
},
|
|
2364
|
+
},
|
|
2365
|
+
{ id: "dall-e-3", types: [intent_contract_1.IntentType.IMAGE_GENERATION] },
|
|
2366
|
+
{ id: "dall-e-2", types: [intent_contract_1.IntentType.IMAGE_GENERATION] },
|
|
2367
|
+
{ id: "gpt-4o-transcribe", types: [intent_contract_1.IntentType.SPEECH_TO_TEXT] },
|
|
2368
|
+
{ id: "gpt-4o-mini-transcribe", types: [intent_contract_1.IntentType.SPEECH_TO_TEXT] },
|
|
2369
|
+
{
|
|
2370
|
+
id: "gpt-4o-mini-transcribe-2025-03-20",
|
|
2371
|
+
types: [intent_contract_1.IntentType.SPEECH_TO_TEXT],
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
id: "gpt-4o-mini-transcribe-2025-12-15",
|
|
2375
|
+
types: [intent_contract_1.IntentType.SPEECH_TO_TEXT],
|
|
2376
|
+
},
|
|
2377
|
+
{ id: "gpt-4o-transcribe-diarize", types: [intent_contract_1.IntentType.SPEECH_TO_TEXT] },
|
|
2378
|
+
{ id: "whisper-1", types: [intent_contract_1.IntentType.SPEECH_TO_TEXT] },
|
|
2379
|
+
{ id: "gpt-4o-mini-tts", types: [intent_contract_1.IntentType.TEXT_TO_SPEECH] },
|
|
2380
|
+
{ id: "gpt-4o-mini-tts-2025-03-20", types: [intent_contract_1.IntentType.TEXT_TO_SPEECH] },
|
|
2381
|
+
{ id: "gpt-4o-mini-tts-2025-12-15", types: [intent_contract_1.IntentType.TEXT_TO_SPEECH] },
|
|
2382
|
+
{ id: "tts-1", types: [intent_contract_1.IntentType.TEXT_TO_SPEECH] },
|
|
2383
|
+
{ id: "tts-1-hd", types: [intent_contract_1.IntentType.TEXT_TO_SPEECH] },
|
|
2384
|
+
{
|
|
2385
|
+
id: "gpt-audio",
|
|
2386
|
+
types: [intent_contract_1.IntentType.MULTIMODAL],
|
|
2387
|
+
pricing: args.pricingPerMillionTokens({
|
|
2388
|
+
// Base = Text modality; audio modality captured as a tier.
|
|
2389
|
+
input: 2.5,
|
|
2390
|
+
output: 10,
|
|
2391
|
+
tiers: [
|
|
2392
|
+
{ name: "audio", condition: "Audio modality", input: 32, output: 64 },
|
|
2393
|
+
],
|
|
2394
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
2395
|
+
updatedAt: OPENAI_PRICING_UPDATED_AT_20260522,
|
|
2396
|
+
notes: "OpenAI pricing table provides separate Text/Audio modality rows; cached input is '-'",
|
|
2397
|
+
}),
|
|
2398
|
+
runtimeSupport: {
|
|
2399
|
+
status: args.catalogEnums.runtimeSupportStatus.IN_PROGRESS,
|
|
2400
|
+
reason: "Discovered via /v1/models; runtime v1 does not yet implement audio/multimodal adapters",
|
|
2401
|
+
updatedAt: "2026-05-22",
|
|
2402
|
+
},
|
|
2403
|
+
},
|
|
2404
|
+
{
|
|
2405
|
+
id: "gpt-audio-1.5",
|
|
2406
|
+
types: [intent_contract_1.IntentType.MULTIMODAL],
|
|
2407
|
+
pricing: args.pricingPerMillionTokens({
|
|
2408
|
+
input: 2.5,
|
|
2409
|
+
output: 10,
|
|
2410
|
+
tiers: [
|
|
2411
|
+
{ name: "audio", condition: "Audio modality", input: 32, output: 64 },
|
|
2412
|
+
],
|
|
2413
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
2414
|
+
updatedAt: OPENAI_PRICING_UPDATED_AT_20260522,
|
|
2415
|
+
notes: "OpenAI pricing table provides separate Text/Audio modality rows; cached input is '-'",
|
|
2416
|
+
}),
|
|
2417
|
+
runtimeSupport: {
|
|
2418
|
+
status: args.catalogEnums.runtimeSupportStatus.IN_PROGRESS,
|
|
2419
|
+
reason: "Discovered via /v1/models; runtime v1 does not yet implement audio/multimodal adapters",
|
|
2420
|
+
updatedAt: "2026-05-22",
|
|
2421
|
+
},
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
id: "gpt-audio-2025-08-28",
|
|
2425
|
+
types: [intent_contract_1.IntentType.MULTIMODAL],
|
|
2426
|
+
runtimeSupport: {
|
|
2427
|
+
status: args.catalogEnums.runtimeSupportStatus.IN_PROGRESS,
|
|
2428
|
+
reason: "Discovered via /v1/models; runtime v1 does not yet implement audio/multimodal adapters",
|
|
2429
|
+
updatedAt: "2026-05-22",
|
|
2430
|
+
},
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
id: "gpt-audio-mini",
|
|
2434
|
+
types: [intent_contract_1.IntentType.MULTIMODAL],
|
|
2435
|
+
pricing: args.pricingPerMillionTokens({
|
|
2436
|
+
input: 0.6,
|
|
2437
|
+
output: 2.4,
|
|
2438
|
+
tiers: [
|
|
2439
|
+
{ name: "audio", condition: "Audio modality", input: 10, output: 20 },
|
|
2440
|
+
],
|
|
2441
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
2442
|
+
updatedAt: OPENAI_PRICING_UPDATED_AT_20260522,
|
|
2443
|
+
notes: "OpenAI pricing table provides separate Text/Audio modality rows; cached input is '-'",
|
|
2444
|
+
}),
|
|
2445
|
+
runtimeSupport: {
|
|
2446
|
+
status: args.catalogEnums.runtimeSupportStatus.IN_PROGRESS,
|
|
2447
|
+
reason: "Discovered via /v1/models; runtime v1 does not yet implement audio/multimodal adapters",
|
|
2448
|
+
updatedAt: "2026-05-22",
|
|
2449
|
+
},
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
id: "gpt-audio-mini-2025-10-06",
|
|
2453
|
+
types: [intent_contract_1.IntentType.MULTIMODAL],
|
|
2454
|
+
runtimeSupport: {
|
|
2455
|
+
status: args.catalogEnums.runtimeSupportStatus.IN_PROGRESS,
|
|
2456
|
+
reason: "Discovered via /v1/models; runtime v1 does not yet implement audio/multimodal adapters",
|
|
2457
|
+
updatedAt: "2026-05-22",
|
|
2458
|
+
},
|
|
2459
|
+
},
|
|
2460
|
+
{
|
|
2461
|
+
id: "gpt-audio-mini-2025-12-15",
|
|
2462
|
+
types: [intent_contract_1.IntentType.MULTIMODAL],
|
|
2463
|
+
runtimeSupport: {
|
|
2464
|
+
status: args.catalogEnums.runtimeSupportStatus.IN_PROGRESS,
|
|
2465
|
+
reason: "Discovered via /v1/models; runtime v1 does not yet implement audio/multimodal adapters",
|
|
2466
|
+
updatedAt: "2026-05-22",
|
|
2467
|
+
},
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
id: "gpt-realtime",
|
|
2471
|
+
types: [intent_contract_1.IntentType.MULTIMODAL],
|
|
2472
|
+
pricing: args.pricingPerMillionTokens({
|
|
2473
|
+
// Base = Text modality; audio modality captured as a tier.
|
|
2474
|
+
input: 4,
|
|
2475
|
+
cachedInput: 0.4,
|
|
2476
|
+
output: 16,
|
|
2477
|
+
tiers: [
|
|
2478
|
+
{
|
|
2479
|
+
name: "audio",
|
|
2480
|
+
condition: "Audio modality",
|
|
2481
|
+
input: 32,
|
|
2482
|
+
cachedInput: 0.4,
|
|
2483
|
+
output: 64,
|
|
2484
|
+
},
|
|
2485
|
+
],
|
|
2486
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
2487
|
+
updatedAt: OPENAI_PRICING_UPDATED_AT_20260522,
|
|
2488
|
+
notes: "OpenAI pricing table provides separate Text/Audio modality rows",
|
|
2489
|
+
}),
|
|
2490
|
+
runtimeSupport: {
|
|
2491
|
+
status: args.catalogEnums.runtimeSupportStatus.IN_PROGRESS,
|
|
2492
|
+
reason: "Discovered via /v1/models; realtime adapters not implemented in runtime v1",
|
|
2493
|
+
updatedAt: "2026-05-22",
|
|
2494
|
+
},
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
id: "gpt-realtime-2",
|
|
2498
|
+
types: [intent_contract_1.IntentType.MULTIMODAL],
|
|
2499
|
+
pricing: args.pricingPerMillionTokens({
|
|
2500
|
+
input: 4,
|
|
2501
|
+
cachedInput: 0.4,
|
|
2502
|
+
output: 24,
|
|
2503
|
+
tiers: [
|
|
2504
|
+
{
|
|
2505
|
+
name: "audio",
|
|
2506
|
+
condition: "Audio modality",
|
|
2507
|
+
input: 32,
|
|
2508
|
+
cachedInput: 0.4,
|
|
2509
|
+
output: 64,
|
|
2510
|
+
},
|
|
2511
|
+
],
|
|
2512
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
2513
|
+
updatedAt: OPENAI_PRICING_UPDATED_AT_20260522,
|
|
2514
|
+
notes: "OpenAI pricing table provides separate Text/Audio modality rows",
|
|
2515
|
+
}),
|
|
2516
|
+
runtimeSupport: {
|
|
2517
|
+
status: args.catalogEnums.runtimeSupportStatus.IN_PROGRESS,
|
|
2518
|
+
reason: "Discovered via /v1/models; realtime adapters not implemented in runtime v1",
|
|
2519
|
+
updatedAt: "2026-05-22",
|
|
2520
|
+
},
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
id: "gpt-realtime-2025-08-28",
|
|
2524
|
+
types: [intent_contract_1.IntentType.MULTIMODAL],
|
|
2525
|
+
runtimeSupport: {
|
|
2526
|
+
status: args.catalogEnums.runtimeSupportStatus.IN_PROGRESS,
|
|
2527
|
+
reason: "Discovered via /v1/models; realtime adapters not implemented in runtime v1",
|
|
2528
|
+
updatedAt: "2026-05-22",
|
|
2529
|
+
},
|
|
2530
|
+
},
|
|
2531
|
+
{
|
|
2532
|
+
id: "gpt-realtime-1.5",
|
|
2533
|
+
types: [intent_contract_1.IntentType.MULTIMODAL],
|
|
2534
|
+
pricing: args.pricingPerMillionTokens({
|
|
2535
|
+
input: 4,
|
|
2536
|
+
cachedInput: 0.4,
|
|
2537
|
+
output: 16,
|
|
2538
|
+
tiers: [
|
|
2539
|
+
{
|
|
2540
|
+
name: "audio",
|
|
2541
|
+
condition: "Audio modality",
|
|
2542
|
+
input: 32,
|
|
2543
|
+
cachedInput: 0.4,
|
|
2544
|
+
output: 64,
|
|
2545
|
+
},
|
|
2546
|
+
],
|
|
2547
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
2548
|
+
updatedAt: OPENAI_PRICING_UPDATED_AT_20260522,
|
|
2549
|
+
notes: "OpenAI pricing table provides separate Text/Audio modality rows",
|
|
2550
|
+
}),
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
id: "gpt-realtime-mini",
|
|
2554
|
+
types: [intent_contract_1.IntentType.MULTIMODAL],
|
|
2555
|
+
pricing: args.pricingPerMillionTokens({
|
|
2556
|
+
input: 0.6,
|
|
2557
|
+
cachedInput: 0.3,
|
|
2558
|
+
output: 2.4,
|
|
2559
|
+
tiers: [
|
|
2560
|
+
{ name: "audio", condition: "Audio modality", input: 10, output: 20 },
|
|
2561
|
+
],
|
|
2562
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
2563
|
+
updatedAt: OPENAI_PRICING_UPDATED_AT_20260522,
|
|
2564
|
+
notes: "OpenAI pricing table provides separate Text/Audio modality rows; audio row has no cached input",
|
|
2565
|
+
}),
|
|
2566
|
+
},
|
|
2567
|
+
{
|
|
2568
|
+
id: "gpt-realtime-mini-2025-10-06",
|
|
2569
|
+
types: [intent_contract_1.IntentType.MULTIMODAL],
|
|
2570
|
+
runtimeSupport: {
|
|
2571
|
+
status: args.catalogEnums.runtimeSupportStatus.IN_PROGRESS,
|
|
2572
|
+
reason: "Discovered via /v1/models; realtime adapters not implemented in runtime v1",
|
|
2573
|
+
updatedAt: "2026-05-22",
|
|
2574
|
+
},
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
id: "gpt-realtime-mini-2025-12-15",
|
|
2578
|
+
types: [intent_contract_1.IntentType.MULTIMODAL],
|
|
2579
|
+
runtimeSupport: {
|
|
2580
|
+
status: args.catalogEnums.runtimeSupportStatus.IN_PROGRESS,
|
|
2581
|
+
reason: "Discovered via /v1/models; realtime adapters not implemented in runtime v1",
|
|
2582
|
+
updatedAt: "2026-05-22",
|
|
2583
|
+
},
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
id: "gpt-realtime-translate",
|
|
2587
|
+
types: [intent_contract_1.IntentType.MULTIMODAL],
|
|
2588
|
+
pricing: args.pricingAudioMinutesPerMinute({
|
|
2589
|
+
input: 0.034,
|
|
2590
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
2591
|
+
updatedAt: OPENAI_PRICING_UPDATED_AT_20260522,
|
|
2592
|
+
notes: "OpenAI pricing table: $0.034 / minute",
|
|
2593
|
+
}),
|
|
2594
|
+
runtimeSupport: {
|
|
2595
|
+
status: args.catalogEnums.runtimeSupportStatus.IN_PROGRESS,
|
|
2596
|
+
reason: "Discovered via /v1/models; realtime adapters not implemented in runtime v1",
|
|
2597
|
+
updatedAt: "2026-05-22",
|
|
2598
|
+
},
|
|
2599
|
+
},
|
|
2600
|
+
{
|
|
2601
|
+
id: "gpt-realtime-whisper",
|
|
2602
|
+
types: [intent_contract_1.IntentType.MULTIMODAL],
|
|
2603
|
+
pricing: args.pricingAudioMinutesPerMinute({
|
|
2604
|
+
input: 0.017,
|
|
2605
|
+
sourceUrl: OPENAI_PRICING_URL,
|
|
2606
|
+
updatedAt: OPENAI_PRICING_UPDATED_AT_20260522,
|
|
2607
|
+
notes: "OpenAI pricing table: $0.017 / minute",
|
|
2608
|
+
}),
|
|
2609
|
+
runtimeSupport: {
|
|
2610
|
+
status: args.catalogEnums.runtimeSupportStatus.IN_PROGRESS,
|
|
2611
|
+
reason: "Discovered via /v1/models; realtime adapters not implemented in runtime v1",
|
|
2612
|
+
updatedAt: "2026-05-22",
|
|
2613
|
+
},
|
|
2614
|
+
},
|
|
2615
|
+
];
|
|
2616
|
+
}
|
|
2617
|
+
/**
|
|
2618
|
+
* Returns the E2E override map for OpenAI provider models.
|
|
2619
|
+
*/
|
|
2620
|
+
function buildOpenAIProviderModelE2EOverrides(args) {
|
|
2621
|
+
return {
|
|
2622
|
+
// Not chat-completions models (will 404 on /v1/chat/completions)
|
|
2623
|
+
"babbage-002": {
|
|
2624
|
+
status: args.catalogEnums.e2eStatus.LEGACY,
|
|
2625
|
+
reason: "Not a chat-completions model",
|
|
2626
|
+
},
|
|
2627
|
+
"davinci-002": {
|
|
2628
|
+
status: args.catalogEnums.e2eStatus.LEGACY,
|
|
2629
|
+
reason: "Not a chat-completions model",
|
|
2630
|
+
},
|
|
2631
|
+
"gpt-3.5-turbo-instruct": {
|
|
2632
|
+
status: args.catalogEnums.e2eStatus.LEGACY,
|
|
2633
|
+
reason: "Not a chat-completions model",
|
|
2634
|
+
},
|
|
2635
|
+
"gpt-3.5-turbo-instruct-0914": {
|
|
2636
|
+
status: args.catalogEnums.e2eStatus.LEGACY,
|
|
2637
|
+
reason: "Not a chat-completions model",
|
|
2638
|
+
},
|
|
2639
|
+
// Listed in some OpenAI pricing/docs snapshots but not visible/callable for many accounts (model_not_found).
|
|
2640
|
+
"o1-mini": {
|
|
2641
|
+
status: args.catalogEnums.e2eStatus.LEGACY,
|
|
2642
|
+
reason: "Listed but not callable for many accounts (model_not_found)",
|
|
2643
|
+
},
|
|
2644
|
+
// OpenAI lists moderation-only models under /v1/models; runtime does not expose a moderation intent type.
|
|
2645
|
+
"omni-moderation-latest": {
|
|
2646
|
+
status: args.catalogEnums.e2eStatus.LEGACY,
|
|
2647
|
+
reason: "Moderation-only model (no IntentType mapping in runtime)",
|
|
2648
|
+
},
|
|
2649
|
+
"omni-moderation-2024-09-26": {
|
|
2650
|
+
status: args.catalogEnums.e2eStatus.LEGACY,
|
|
2651
|
+
reason: "Moderation-only model (no IntentType mapping in runtime)",
|
|
2652
|
+
},
|
|
2653
|
+
};
|
|
2654
|
+
}
|