Skip to content

Commit

Permalink
chore: update model list
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycunh authored and mojo-jojo-bot[bot] committed Feb 2, 2025
1 parent 24b845a commit 43d3e2e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions model-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,15 @@
"outputCost": 0.0000044,
"outputCostUnit": "token"
},
{
"maxTokens": 8192,
"name": "azure/deepseek-r1",
"type": "chat",
"inputCost": 0,
"inputCostUnit": null,
"outputCost": 0,
"outputCostUnit": null
},
{
"maxTokens": 65536,
"name": "azure/o1-mini",
Expand Down
13 changes: 11 additions & 2 deletions src/model-list.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Last updated: 2025-02-01T18:03:55.009Z
// Next update: 2025-02-02T00:03:55.009Z
// Last updated: 2025-02-02T00:16:17.678Z
// Next update: 2025-02-02T06:16:17.679Z

export type AICostModelProvider = 'openai' | 'text-completion-openai' | 'azure' | 'azure_text' | 'azure_ai' | 'anthropic' | 'mistral' | 'deepseek' | 'codestral' | 'text-completion-codestral' | 'xai' | 'groq' | 'cerebras' | 'friendliai' | 'vertex-ai' | 'vertex_ai-code-chat-models' | 'vertex_ai-anthropic_models' | 'vertex_ai-llama_models' | 'vertex_ai-mistral_models' | 'vertex_ai-ai21_models' | 'cohere_chat' | 'cohere' | 'replicate' | 'openrouter' | 'ai21' | 'nlp_cloud' | 'aleph_alpha' | 'bedrock' | 'bedrock_converse' | 'sagemaker' | 'together_ai' | 'ollama' | 'deepinfra' | 'perplexity' | 'fireworks_ai' | 'fireworks_ai-embedding-models' | 'anyscale' | 'cloudflare' | 'voyage' | 'databricks' | 'sambanova'

Expand Down Expand Up @@ -586,6 +586,15 @@ export const AICostModelList = {
"outputCost": 0.0000044,
"outputCostUnit": "token"
},
{
"maxTokens": 8192,
"name": "azure/deepseek-r1",
"type": "chat",
"inputCost": 0,
"inputCostUnit": null,
"outputCost": 0,
"outputCostUnit": null
},
{
"maxTokens": 65536,
"name": "azure/o1-mini",
Expand Down

0 comments on commit 43d3e2e

Please sign in to comment.