Skip to content

Releases: Calcium-Ion/new-api

v0.4.6.7

03 Feb 07:18
Compare
Choose a tag to compare

OpenAI o1和o3系列支持通过模型名称后缀设置 reasoning effort:
添加后缀 -high 设置为 high reasoning effort (例如: o3-mini-high)
添加后缀 -medium 设置为 medium reasoning effort (例如: o3-mini-medium)
添加后缀 -low 设置为 low reasoning effort (例如: o3-mini-low)

image

v0.4.6.6

02 Feb 14:21
Compare
Choose a tag to compare

feat: support channel request proxy

v0.4.6.5.1

01 Feb 06:12
Compare
Choose a tag to compare

v0.4.6.5

01 Feb 05:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.6.3...v0.4.6.5

v0.4.6.4

27 Jan 05:35
fec448e
Compare
Choose a tag to compare

What's Changed

  • feat: 新增渠道管理与模型列表获取 by @yinuan-i in #694

New Contributors

Full Changelog: v0.4.6.3...v0.4.6.4

v0.4.6.3

26 Jan 08:25
Compare
Choose a tag to compare

v0.4.6.2.2

25 Jan 06:02
dd593e1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.6.2.1...v0.4.6.2.2

v0.4.6.2.1

22 Jan 05:42
Compare
Choose a tag to compare

v0.4.6.2

21 Jan 04:21
7f8112a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.6.1...v0.4.6.2

v0.4.6.1

06 Jan 12:10
b85a07e
Compare
Choose a tag to compare

What's Changed

[v0.4.6.1] - 2025-01-06

⚠️ BREAKING CHANGES

  • 修改了 access_token 鉴权机制 (access_token是个人设置里的“系统访问令牌”,不是令牌不是sk-xxx别乱传行不行)
    • 现在需要在请求头中添加 New-Api-User 字段
    • New-Api-User 的值必须为用户 ID
    • 不包含此请求头的 access_token 鉴权将会失败

📝 Migration Guide

如果您正在使用 access_token 鉴权,需要进行以下更新:

# 旧版请求
Authorization: Bearer <access_token>

# 新版请求
Authorization: Bearer <access_token>
New-Api-User: <user_id>

Full Changelog: v0.4.6.0...v0.4.6.1