From bacefd518dd2ce22617f00a8983e378694065b09 Mon Sep 17 00:00:00 2001 From: henrycunh Date: Mon, 24 Jun 2024 00:13:54 +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 11db47b..13240f6 100644 --- a/src/model-list.ts +++ b/src/model-list.ts @@ -1,5 +1,5 @@ -// Last updated: 2024-06-23T18:03:41.957Z -// Next update: 2024-06-24T00:03:41.957Z +// Last updated: 2024-06-24T00:13:54.453Z +// Next update: 2024-06-24T06:13:54.453Z 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'