章北海 (@alertsc) 在 gemini api 已支持完全列表 中发帖
从官方接口查的。列在这里方便大家按需添加到客户端或者 new-api。建议只添加 2.0 的就够了。
{
“models”: [
{
“name”: “models/chat-bison-001”,
“version”: “001”,
“displayName”: “PaLM 2 Chat (Legacy)”,
“description”: “A legacy text-only model optimized for chat conversations”,
“inputTokenLimit”: 4096,
“outputTokenLimit”: 1024,
“supportedGenerationMethods”: [
“generateMessage”,
“countMessageTokens”
],
“temperature”: 0.25,
“topP...