From 9ec3c5602c632b621621c98478510359b32df720 Mon Sep 17 00:00:00 2001 From: Alex Buglak Date: Sun, 25 Aug 2024 20:53:51 +0200 Subject: [PATCH] added new gpt model (#8) --- lib/openai/data.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/openai/data.js b/lib/openai/data.js index 1d68ee7..0521f60 100644 --- a/lib/openai/data.js +++ b/lib/openai/data.js @@ -7,6 +7,7 @@ const models = { 'gpt-4-turbo-2024-04-09': { prices: { prompt: 10.0, completion: 30.0 } }, 'gpt-4-1106-preview': { prices: { prompt: 10.0, completion: 30.0 } }, 'gpt-3.5-turbo-0125': { prices: { prompt: 0.5, completion: 1.5 } }, + 'gpt-4o-mini': { prices: { prompt: 0.15, completion: 0.6 } }, }, //...No models in Tiktoken embedding: {