From c19b74c084e0250388198b006df3a4edee0c1d4b Mon Sep 17 00:00:00 2001 From: henrycunh Date: Wed, 19 Jun 2024 06:04:16 +0000 Subject: [PATCH] chore: update model list --- model-list.json | 9 +++++++++ src/model-list.ts | 13 +++++++++++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/model-list.json b/model-list.json index 88c81d3..afeea64 100644 --- a/model-list.json +++ b/model-list.json @@ -941,6 +941,15 @@ "outputCost": 9.375e-7, "outputCostUnit": "token" }, + { + "maxTokens": 8192, + "name": "gemini-1.5-flash", + "type": "chat", + "inputCost": 3.125e-8, + "inputCostUnit": "token", + "outputCost": 9.375e-8, + "outputCostUnit": "token" + }, { "maxTokens": 8192, "name": "gemini-1.5-flash-001", diff --git a/src/model-list.ts b/src/model-list.ts index 9c03c88..283c6ad 100644 --- a/src/model-list.ts +++ b/src/model-list.ts @@ -1,5 +1,5 @@ -// Last updated: 2024-06-19T00:12:57.838Z -// Next update: 2024-06-19T06:12:57.838Z +// Last updated: 2024-06-19T06:04:15.650Z +// Next update: 2024-06-19T12:04:15.650Z export type AICostModelProvider = 'openai' | 'text-completion-openai' | 'azure' | 'anthropic' | 'mistral' | 'deepseek' | 'groq' | 'vertex-ai' | 'vertex_ai-code-chat-models' | 'vertex_ai-anthropic_models' | 'cohere_chat' | 'cohere' | 'replicate' | 'openrouter' | 'ai21' | 'nlp_cloud' | 'aleph_alpha' | 'bedrock' | 'sagemaker' | 'ollama' | 'deepinfra' | 'perplexity' | 'anyscale' | 'cloudflare' | 'voyage' | 'databricks' @@ -947,6 +947,15 @@ export const AICostModelList = { "outputCost": 9.375e-7, "outputCostUnit": "token" }, + { + "maxTokens": 8192, + "name": "gemini-1.5-flash", + "type": "chat", + "inputCost": 3.125e-8, + "inputCostUnit": "token", + "outputCost": 9.375e-8, + "outputCostUnit": "token" + }, { "maxTokens": 8192, "name": "gemini-1.5-flash-001",