From 9c129e474c6ef0a710bb0584d705db1c8f295414 Mon Sep 17 00:00:00 2001 From: henrycunh Date: Tue, 25 Jun 2024 12:05:10 +0000 Subject: [PATCH] chore: update model list --- src/model-list.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/model-list.ts b/src/model-list.ts index 518f764..791c53e 100644 --- a/src/model-list.ts +++ b/src/model-list.ts @@ -1,5 +1,5 @@ -// Last updated: 2024-06-25T06:04:19.845Z -// Next update: 2024-06-25T12:04:19.845Z +// Last updated: 2024-06-25T12:05:09.838Z +// Next update: 2024-06-25T18:05:09.838Z export type AICostModelProvider = 'openai' | 'text-completion-openai' | 'azure' | 'anthropic' | 'mistral' | 'deepseek' | 'groq' | 'friendliai' | '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'