v0.6.10
songquanpeng/one-apiv0.6.10Feb 2, 2025by github-actions[bot]
AI Summary
This release adds support for new AI models including OpenAI o1, Gemini 2.0 variants, and Replicate chat models. It also introduces Redis Sentinel and Redis Cluster support for high availability, along with balance query capabilities for DeepSeek and SiliconFlow providers.
Key Highlights
- Added support for OpenAI o1 model
- Added Gemini-2.0-flash-exp and Gemini-2.0-thinking models
- Introduced Replicate chat models support
- Added Redis Sentinel and Redis Cluster support
- Added balance query support for DeepSeek and SiliconFlow
- Fixed balance query for SiliconFlow
New Features
- OpenAI o1 model support
- Replicate chat models support
- Gemini-2.0-flash-exp model
- Gemini-2.0-thinking model support
- Redis Sentinel support
- Redis Cluster support
- DeepSeek balance query
- SiliconFlow balance query
- Qwen model and price update
- gpt-4o-2024-11-20 support
- BT Panel installation tutorial
Full Release Notes
## What's Changed * feat: support replicate chat models by @Laisky in https://github.com/songquanpeng/one-api/pull/1989 * feat: add openai o1 by @Laisky in https://github.com/songquanpeng/one-api/pull/1990 * feat: add gemini-2.0-flash-exp by @Laisky in https://github.com/songquanpeng/one-api/pull/1983 * chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 by @dependabot in https://github.com/songquanpeng/one-api/pull/1976 * feat: update qwen model and price by @longkeyy in https://github.com/songquanpeng/one-api/pull/1966 * feat: enhance response handling to support gemini-2.0-thinking by @mxdlzg in https://github.com/songquanpeng/one-api/pull/1995 * fix: fix balance query for siliconflow by @Gk0Wk in https://github.com/songquanpeng/one-api/pull/1960 * docs: add tutorial section for BT Panel installation by @bestlaw66 in https://github.com/songquanpeng/one-api/pull/1985 * fix: remove the duplicate `claude-3-5-haiku-20241022` in Anthropic's base model list by @ZhangTianrong in https://github.com/songquanpeng/one-api/pull/1957 * feat: support Redis Sentinel and Redis Cluster by @lihangfu in https://github.com/songquanpeng/one-api/pull/1952 * feat: add balance query support for DeepSeek by @Gk0Wk in https://github.com/songquanpeng/one-api/pull/1946 * chore: update model mapping implementation for audio by @ibigbug in https://github.com/songquanpeng/one-api/pull/1932 * feat: support gpt-4o-2024-11-20 by @WqyJh in https://github.com/songquanpeng/one-api/pull/1941 ## New Contributors * @Gk0Wk made their first contribution in https://github.com/songquanpeng/one-api/pull/1960 * @bestlaw66 made their first contribution in https://github.com/songquanpeng/one-api/pull/1985 * @ZhangTianrong made their first contribution in https://github.com/songquanpeng/one-api/pull/1957 * @ibigbug made their first contribution in https://github.com/songquanpeng/one-api/pull/1932 **Full Changelog**: https://github.com/songquanpeng/one-api/compare/v0.6.9...v0.6.10