Skip to content

Commit

Permalink
Refresh Gemini model list. (#4780)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

#4761

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
  • Loading branch information
KevinHuSh authored Feb 8, 2025
1 parent 588207d commit 55823db
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions conf/llm_factories.json
Original file line number Diff line number Diff line change
Expand Up @@ -947,34 +947,40 @@
"status": "1",
"llm": [
{
"llm_name": "gemini-1.5-pro-latest",
"llm_name": "gemini-2.0-flash-001",
"tags": "LLM,CHAT,1024K",
"max_tokens": 1048576,
"model_type": "chat"
},
{
"llm_name": "gemini-1.5-flash-latest",
"tags": "LLM,CHAT,1024K",
"llm_name": "gemini-1.5-flash",
"tags": "LLM,IMAGE2TEXT,1024K",
"max_tokens": 1048576,
"model_type": "chat"
"model_type": "image2text"
},
{
"llm_name": "gemini-2.0-flash-exp",
"tags": "LLM,CHAT,1024K",
"max_tokens": 1048576,
"model_type": "chat"
"llm_name": "gemini-1.5-pro",
"tags": "LLM,IMAGE2TEXT,2048K",
"max_tokens": 2097152,
"model_type": "image2text"
},
{
"llm_name": "gemini-1.0-pro-vision-latest",
"tags": "LLM,IMAGE2TEXT,12K",
"max_tokens": 12288,
"llm_name": "gemini-1.5-flash-8b",
"tags": "LLM,IMAGE2TEXT,1024K",
"max_tokens": 1048576,
"model_type": "image2text"
},
{
"llm_name": "text-embedding-004",
"tags": "TEXT EMBEDDING",
"max_tokens": 2048,
"model_type": "embedding"
},
{
"llm_name": "embedding-001",
"tags": "TEXT EMBEDDING",
"max_tokens": 2048,
"model_type": "embedding"
}
]
},
Expand Down

0 comments on commit 55823db

Please sign in to comment.