v0.6.5
songquanpeng/one-apiv0.6.5Apr 19, 2024by github-actions[bot]
AI Summary
This release adds support for several new models including Zhipu embedding-2, Ali stable-diffusion-xl/wanx-v1, and gpt-4-turbo. It also introduces Feishu login, fixes for the Lark button, and enhancements to function calling and quota management.
Key Highlights
- Added support for Zhipu embedding-2, Ali stable-diffusion-xl, and gpt-4-turbo models.
- Introduced Feishu login and fixed styling for Lark icon buttons.
- Enhanced functionality with function call support for Ali and Xunfei, and top_k for Claude.
New Features
- Zhipu embedding-2 support
- Ali stable-diffusion-xl and wanx-v1 support
- Function call support for Ali and Xunfei
- Top_k support for Claude
- Feishu login support
- GPT-4 Turbo support
- Token model limitation settings
Full Release Notes
## What's Changed * fix: update model-ratio.go 修正文心计费模型名称 by @manjieqi in https://github.com/songquanpeng/one-api/pull/1241 * feat: add embedding-2 support for zhipu by @cdredfox in https://github.com/songquanpeng/one-api/pull/1273 * feat: update baidu model name & ratio by @manjieqi in https://github.com/songquanpeng/one-api/pull/1253 * feat: update baidu model name & ratio by @manjieqi in https://github.com/songquanpeng/one-api/pull/1277 * feat: support Ali stable-diffusion-xl and wanx-v1 model by @mo2g in https://github.com/songquanpeng/one-api/pull/1240 * fix: fix Lark icon button style by @AI-ASS in https://github.com/songquanpeng/one-api/pull/1279 * feat: berry theme update & bug fix by @MartialBE in https://github.com/songquanpeng/one-api/pull/1282 * chore: resolve the issue of onclick event scope for custom Lark button by @AI-ASS in https://github.com/songquanpeng/one-api/pull/1281 * feat: support function call for ali (close #1242) * feat: support top_k for claude (close #1239) * feat: initial function call support for xunfei * feat: able to set model limitation for token (close #178) * feat: /v1/models now only return available models * feat: add subnet validation (#1275) * feat: support feishu login now * fix: do not detect quota field in error message (close #1276) * feat: show token info when quota is not enough (close #1274) * feat: able to change gemini version (close #1211) * feat: add gpt-4-turbo support (close #1304) ## New Contributors * @manjieqi made their first contribution in https://github.com/songquanpeng/one-api/pull/1241 * @cdredfox made their first contribution in https://github.com/songquanpeng/one-api/pull/1273 * @mo2g made their first contribution in https://github.com/songquanpeng/one-api/pull/1240 **Full Changelog**: https://github.com/songquanpeng/one-api/compare/v0.6.4...v0.6.5