From 08f7145ab5b4ac40770b2c2548fce3b1fafe924b Mon Sep 17 00:00:00 2001 From: henrycunh Date: Sun, 30 Jun 2024 00:14:19 +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 509d6da..096b3ae 100644 --- a/src/model-list.ts +++ b/src/model-list.ts @@ -1,5 +1,5 @@ -// Last updated: 2024-06-29T18:03:22.948Z -// Next update: 2024-06-30T00:03:22.948Z +// Last updated: 2024-06-30T00:14:18.445Z +// Next update: 2024-06-30T06:14:18.445Z export type AICostModelProvider = 'openai' | 'text-completion-openai' | 'azure' | 'anthropic' | 'mistral' | 'deepseek' | 'codestral' | 'text-completion-codestral' | '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'