new-api/relay/channel
leezhuuuuu 4601932902 feat: add support for gemini-exp-1114 model / 添加 gemini-exp-1114 模型支持
# feat: add support for gemini-exp-1114 model / 添加 gemini-exp-1114 模型支持

## Changes / 更改内容
- Add gemini-exp-1114 to ModelList in constant.go
- Add gemini-exp-1114 to GeminiModelMap with v1beta API version
- 在 constant.go 的 ModelList 中添加 gemini-exp-1114 模型
- 在 GeminiModelMap 中添加 gemini-exp-1114 的 v1beta API 版本映射

## Testing / 测试情况
- [x] Tested gemini-exp-1114 model API calls / 已测试 gemini-exp-1114 模型的 API 调用
- [x] Verified existing models still work / 验证现有模型仍然正常工作
- [x] Confirmed v1beta API version works correctly / 确认 v1beta API 版本正常工作

## Related Issues / 相关问题
- Fix 404 error when calling gemini-exp-1114 model / 修复调用 gemini-exp-1114 模型时的 404 错误

## Implementation Details / 实现细节
- Use configuration-based approach instead of code modification / 使用基于配置的方式而不是修改代码
- Maintain clean separation of concerns / 保持关注点分离
- Keep backward compatibility / 保持向后兼容性

## Notes / 注意事项
- This PR follows the principle of minimal invasion / 本 PR 遵循最小侵入原则
- Configuration changes only / 仅包含配置更改
2024-11-16 21:52:37 +08:00
..
ai360 Squashed commit of the following: 2024-05-16 14:05:44 +08:00
ali feat: realtime 2024-11-05 19:24:14 +08:00
aws fix: aws claude 2024-11-14 15:12:34 +08:00
baidu feat: realtime 2024-11-05 19:24:14 +08:00
claude feat: realtime 2024-11-05 19:27:47 +08:00
cloudflare feat: realtime 2024-11-05 19:27:47 +08:00
cohere feat: realtime 2024-11-05 19:24:14 +08:00
dify feat: realtime 2024-11-05 19:27:47 +08:00
gemini feat: add support for gemini-exp-1114 model / 添加 gemini-exp-1114 模型支持 2024-11-16 21:52:37 +08:00
jina feat: realtime 2024-11-05 19:24:14 +08:00
lingyiwanwu Update Perplexity and 01 models 2024-05-17 19:37:18 +08:00
minimax feat: support minimax 2024-05-16 19:03:42 +08:00
mistral fix: mistral adaptor 2024-11-05 19:32:51 +08:00
moonshot feat: support minimax 2024-05-16 19:03:42 +08:00
ollama Continue fixing Ollama embedding return issue 2024-11-06 01:21:02 +00:00
openai chore: 删除无用日志 2024-11-05 19:41:38 +08:00
palm feat: realtime 2024-11-05 19:27:47 +08:00
perplexity feat: realtime 2024-11-05 19:24:14 +08:00
siliconflow feat: realtime 2024-11-05 19:24:14 +08:00
task/suno feat: suno api 支持 2024-06-13 10:35:48 +08:00
tencent feat: realtime 2024-11-05 19:24:14 +08:00
vertex feat: realtime 2024-11-05 19:24:14 +08:00
xunfei feat: realtime 2024-11-05 19:24:14 +08:00
zhipu feat: realtime 2024-11-05 19:24:14 +08:00
zhipu_4v feat: realtime 2024-11-05 19:24:14 +08:00
adapter.go feat: realtime 2024-11-05 19:24:14 +08:00
api_request.go feat: realtime 2024-11-05 19:24:14 +08:00