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