Skip to content

Commit ed3e401

Browse files
authored
Merge pull request #3919 from jruszo/patch-1
Added flex tiers for gpt-5.1
2 parents 5ac7802 + 3007a9d commit ed3e401

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/types/src/providers/openai.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ export const openAiNativeModels = {
1919
description:
2020
"GPT-5.1 is our flagship model for coding and agentic tasks with configurable reasoning and non-reasoning effort.",
2121
supportsVerbosity: true,
22+
tiers: [
23+
{ name: "flex", contextWindow: 400000, inputPrice: 0.625, outputPrice: 5.0, cacheReadsPrice: 0.0625 },
24+
{ name: "priority", contextWindow: 400000, inputPrice: 2.5, outputPrice: 20.0, cacheReadsPrice: 0.25 },
25+
],
2226
},
2327
"gpt-5.1-codex": {
2428
maxTokens: 128000,

0 commit comments

Comments
 (0)