v0.10.9-alpha.1
- Support for custom OAuth providers
- 支持自定义Oauth提供商
- 渠道测试支持流测试
- 支持配置缓存创建倍率
What's Changed
- feat: Force beta=true parameter for Anthropic channel by @MUTED64 in https://github.com/QuantumNous/new-api/pull/2874
- feat(oauth): implement custom OAuth provider by @Calcium-Ion in https://github.com/QuantumNous/new-api/pull/2857
- fix: Claude stream block index/type transitions by @seefs001 in https://github.com/QuantumNous/new-api/pull/2854
- fix: add paragraph breaks between reasoning summary chunks by @seefs001 in https://github.com/QuantumNous/new-api/pull/2864
- feat: channel test with stream=true by @seefs001 in https://github.com/QuantumNous/new-api/pull/2875
- fix: 使用openai兼容接口调用部分渠道在最终端点为claude原生端点下还是走了openai扣减input_token的逻辑 by @seefs001 in https://github.com/QuantumNous/new-api/pull/2883
- fix: 补全 streaming message_delta 事件缺失的 input_tokens 和 cache 相关字段 by @seefs001 in https://github.com/QuantumNous/new-api/pull/2887
- fix: 补全 streaming message_delta 事件缺失的 input_tokens 和 cache 相关字段 (#2881) by @naaive in https://github.com/QuantumNous/new-api/pull/2885
- feat: /v1/messages -> /v1/responses by @seefs001 in https://github.com/QuantumNous/new-api/pull/2889
- feat: make 5m cache-creation ratio configurable by @seefs001 in https://github.com/QuantumNous/new-api/pull/2870
New Contributors
- @MUTED64 made their first contribution in https://github.com/QuantumNous/new-api/pull/2874
- @naaive made their first contribution in https://github.com/QuantumNous/new-api/pull/2885
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.10.8...v0.10.9-alpha.1