Skip to content

Commit 0aeff3a

Browse files
authored
new openai models
1 parent 8840901 commit 0aeff3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/routes/model-metadata.ts

+4
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ export const modelMetadata: Record<string, ModelMetadata> = {
231231
"gpt-4o-2024-05-13": { price: mixPrice(5, 15), organization: "OpenAI" },
232232
"gpt-4o-2024-08-06": { price: mixPrice(2.5, 10), organization: "OpenAI" },
233233
"gpt-4o-mini-2024-07-18": { price: mixPrice(0.15, 0.6), organization: "OpenAI" },
234+
"gpt-4.1-2025-04-14": { price: mixPrice(2, 8), organization: "OpenAI" },
235+
"gpt-4.1-mini-2025-04-14": { price: mixPrice(0.4, 1.6), organization: "OpenAI" },
234236
"gpt-4.1-nano-2025-04-14": { price: mixPrice(0.1, 0.4), organization: "OpenAI" },
235237
"gpt-4.5-preview-2025-02-27": { price: mixPrice(75, 150), organization: "OpenAI" },
236238
"gpt4all-13b-snoozy": { isOpen: true },
@@ -390,8 +392,10 @@ export const modelMetadata: Record<string, ModelMetadata> = {
390392
"o1-mini": { price: mixPrice(3, 12 * 2.1), organization: "OpenAI" },
391393
"o1-preview": { price: mixPrice(15, 60 * 4.3), organization: "OpenAI" },
392394
"o1-2024-12-17": { price: mixPrice(15, 60 * 3.9), organization: "OpenAI" },
395+
"o3-2025-04-16": { organization: "OpenAI" }, // TODO: add price once Dubesor data is in
393396
"o3-mini": { price: mixPrice(1.1, 4.4 * 4.3), organization: "OpenAI" },
394397
"o3-mini-high": { price: mixPrice(1.1, 4.4 * 9.5), organization: "OpenAI" },
398+
"o4-mini": { price: mixPrice(1.1, 4.4 * 3.5), organization: "OpenAI" },
395399
"oasst-pythia-12b": { isOpen: true },
396400
"olmo-7b-instruct": { isOpen: true },
397401
"openchat-3.5": { isOpen: true },

0 commit comments

Comments
 (0)