Skip to content

Commit cab0305

Browse files
committed
added gpt-4o
1 parent ca32308 commit cab0305

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Model/OpenAI/models.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
"inputTokenPrice": 10.00,
2121
"outputTokens": 4096,
2222
"outputTokenPrice": 30.00
23+
},
24+
"gpt-4o": {
25+
"description": "GPT-4o has the same high intelligence as GPT-4 Turbo but is much more efficient",
26+
"inputTokens": 128000,
27+
"inputTokenPrice": 5.00,
28+
"outputTokens": 4096,
29+
"outputTokenPrice": 15.00
2330
}
2431
},
2532
"embedding": {

0 commit comments

Comments
 (0)