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 Jun 19, 2024
1 parent 6670383 commit c19b74c
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 @@ -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",
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: 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'

Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit c19b74c

Please sign in to comment.