Skip to content

Releases: Calcium-Ion/new-api

v0.4.8.6

26 Feb 16:02
Compare
Choose a tag to compare

修复Claude渠道和Gemini渠道下,流模式函数调用返回格式不规范的问题

Full Changelog: v0.4.8.5.2...v0.4.8.6

v0.4.8.5.2

26 Feb 11:18
Compare
Choose a tag to compare

v0.4.8.5.1

26 Feb 11:02
Compare
Choose a tag to compare

v0.4.8.5

26 Feb 09:01
Compare
Choose a tag to compare

新增模型相关设置

image

What's Changed

  • feat: Add Claude 3.7 Sonnet thinking mode support by @MartialBE in #788
  • 新增模型相关设置

Full Changelog: v0.4.8.4...v0.4.8.5

v0.4.8.4

24 Feb 08:31
dc36fde
Compare
Choose a tag to compare

新增用户模型限流功能,支持在 系统设置-速率限制设置 中设置模型限流,支持设置总请求数限制和成功请求数限制

image

What's Changed

  • feat: Add model request rate limiting functionality by @Calcium-Ion in #783
  • feat: Pass extra_body in OpenAI request to the backend by @zeyugao in #781

New Contributors

Full Changelog: v0.4.8.3...v0.4.8.4

v0.4.8.3

23 Feb 09:15
Compare
Choose a tag to compare

feat: 思考转内容,支持在 渠道-编辑-渠道额外设置 中设置 thinking_to_content 选项,默认false,开启后会将思考内容reasoning_content转换为<think>标签拼接到内容中返回。

v0.4.8.2.2

22 Feb 07:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.8.2.1...v0.4.8.2.2

v0.4.8.2.1

21 Feb 18:03
Compare
Choose a tag to compare

v0.4.8.2

21 Feb 10:53
Compare
Choose a tag to compare

Full Changelog: v0.4.8.1...v0.4.8.2

v0.4.8.1

20 Feb 08:48
8dd4ce9
Compare
Choose a tag to compare

⚠️ Breaking Change

描述

模型重定向逻辑已进行调整:
原计费逻辑为按照重定向后的模型计费,现更改为按照重定向前的模型计费(详见下图)。

必须采取的操作

请根据新的计费逻辑检查并更新您的使用逻辑,确保系统正常运行。

Description

The model redirection logic has been updated:
Previously, billing was based on the redirected model, but it has now been changed to bill based on the original model before redirection (see the diagram for details).

Required Actions

Please review and update your implementation according to the new billing logic to ensure proper system functionality.

2a93833a370eaf7c80f883585a556e53

What's Changed

  • refactor: Simplify model mapping and pricing logic across relay modules by @Calcium-Ion in #775

Full Changelog: v0.4.8.0...v0.4.8.1