test(models): complete provider catalog fixtures

This commit is contained in:
Andy Ye
2026-05-19 16:45:18 -07:00
parent 64ef03dcf8
commit 4bac8e1edb
+12
View File
@@ -49,6 +49,10 @@ describe("appendProviderCatalogRows", () => {
api: "openai-codex-responses",
baseUrl: "https://chatgpt.com/backend-api",
input: ["text"],
reasoning: false,
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
contextWindow: 8192,
maxTokens: 4096,
},
],
context: {
@@ -95,6 +99,10 @@ describe("appendProviderCatalogRows", () => {
api: "openai-responses",
baseUrl: "https://api.openai.com/v1",
input: ["text", "image"],
reasoning: false,
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
contextWindow: 8192,
maxTokens: 4096,
},
],
context: {
@@ -140,6 +148,10 @@ describe("appendProviderCatalogRows", () => {
api: "openai-responses",
baseUrl: "https://api.openai.com/v1",
input: ["text", "image"],
reasoning: false,
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
contextWindow: 8192,
maxTokens: 4096,
},
],
context: {