|
|
@@ -3068,7 +3068,12 @@ describe("ProviderTransform.variants", () => {
|
|
|
for (const testCase of [
|
|
|
{ id: "gpt-5.1", releaseDate: "2025-11-13", efforts: ["none", "low", "medium", "high"] },
|
|
|
{ id: "gpt-5.4", releaseDate: "2026-03-05", efforts: ["none", "low", "medium", "high", "xhigh"] },
|
|
|
- { id: "gpt-5.5", modelID: "gpt-5-5", releaseDate: "2026-04-23", efforts: ["none", "low", "medium", "high", "xhigh"] },
|
|
|
+ {
|
|
|
+ id: "gpt-5.5",
|
|
|
+ modelID: "gpt-5-5",
|
|
|
+ releaseDate: "2026-04-23",
|
|
|
+ efforts: ["none", "low", "medium", "high", "xhigh"],
|
|
|
+ },
|
|
|
{ id: "gpt-5.4-pro", releaseDate: "2026-03-05", efforts: ["medium", "high", "xhigh"] },
|
|
|
{ id: "gpt-5.5-pro", releaseDate: "2026-04-23", efforts: ["medium", "high", "xhigh"] },
|
|
|
{ id: "gpt-5-codex", releaseDate: "2025-09-23", efforts: ["low", "medium", "high"] },
|