cnAPIcnAPI
⚠️合规提示:本项目仅用于合法授权的 API 网关、内部管理和私有化部署场景。请遵守上游服务条款、平台规则、监管要求和内容安全要求。

更新日志

版本日志信息

更新日志

版本日志信息 · 数据更新于 2026-9-3 15:39:25

如需查看全部历史版本,请访问 GitHub Releases 页面,本页面从该页面定时获取最新更新信息。

v1.0.0-rc.30

最新正式版本 · 发布于 2026-08-31 11:55:59 (中国时间)

[!CAUTION] Critical Upgrade Notice / 关键升级提示

v1.0.0-rc.28 和 v1.0.0-rc.29 存在数据库迁移兼容性问题,部分使用 MySQL 或 PostgreSQL 的现有实例在升级后可能无法启动。

  • v1.0.0-rc.29 无法启动或陷入重启循环:请升级至 v1.0.0-rc.30 并重启服务。

v1.0.0-rc.28 and v1.0.0-rc.29 contained a database migration compatibility regression that could prevent some existing MySQL or PostgreSQL deployments from starting after an upgrade.

  • v1.0.0-rc.29 fails to start or enters a restart loop: upgrade to v1.0.0-rc.30 and restart the service.

[!WARNING] Experimental Plugin System / 实验性插件系统

自 v1.0.0-rc.27 起引入的实验性插件系统仍处于测试阶段,并涉及较大的架构调整。如遇问题,请及时反馈。

从 v1.0.0-rc.26 或更早版本升级的用户,必须重新配置所有视频模型价格;已完成该配置的用户无需重复操作。本版本仍不推荐用于生产环境。

The experimental plugin system introduced in v1.0.0-rc.27 remains under testing and includes major architectural changes. Please report any issues promptly.

Users upgrading from v1.0.0-rc.26 or earlier must reconfigure all video model prices. Users who have already completed this step do not need to repeat it. This release is still not recommended for production use.

Bug Fixes

  • Fixed usage-log statistics showing a zero quota total despite matching consumption records containing non-zero quota. This was a reporting-only issue; consumption logs, actual billing, and account balances were not affected (#7106, #7108).
  • Added a safe and idempotent PostgreSQL migration for known legacy unique constraints on tokens.key, preserving existing token data and key uniqueness while preventing startup migration conflicts.

New Contributors

  • @jimmyleocn made their first contribution in #7108.

Full Changelog: v1.0.0-rc.29...v1.0.0-rc.30

下载资源


v1.0.0-rc.29

正式版本 · 发布于 2026-08-30 23:17:22 (中国时间)

[!CAUTION] Critical Upgrade Notice / 关键升级提示

v1.0.0-rc.28 存在数据库迁移兼容性问题,部分使用 MySQL 或 PostgreSQL 的现有实例在升级后可能无法启动。

  • 仍在 v1.0.0-rc.27:请跳过 v1.0.0-rc.28,直接升级至 v1.0.0-rc.29。

v1.0.0-rc.28 contained a database migration compatibility regression that could prevent some existing MySQL or PostgreSQL deployments from starting after an upgrade.

  • Still on v1.0.0-rc.27: skip v1.0.0-rc.28 and upgrade directly to v1.0.0-rc.29.

[!WARNING] Experimental Plugin System / 实验性插件系统

自 v1.0.0-rc.27 起引入的实验性插件系统仍处于测试阶段,并涉及较大的架构调整。如遇问题,请及时反馈。

从 v1.0.0-rc.26 或更早版本升级的用户,必须重新配置所有视频模型价格;已完成该配置的用户无需重复操作。本版本仍不推荐用于生产环境。

The experimental plugin system introduced in v1.0.0-rc.27 remains under testing and includes major architectural changes. Please report any issues promptly.

Users upgrading from v1.0.0-rc.26 or earlier must reconfigure all video model prices. Users who have already completed this step do not need to repeat it. This release is still not recommended for production use.

Bug Fixes

  • Fixed database initialization failures on existing MySQL and PostgreSQL deployments caused by incompatible GORM core and database driver versions in v1.0.0-rc.28 (#7098, #7099).
  • Added a safe and idempotent PostgreSQL migration for legacy prefill_groups.name uniqueness constraints, preserving existing data and the intended soft-delete behavior.

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.28...v1.0.0-rc.29

下载资源


v1.0.0-rc.28

正式版本 · 发布于 2026-08-30 21:39:25 (中国时间)

⚠️ IMPORTANT WARNING / 重要警告 ⚠️

自 v1.0.0-rc.27 起引入的实验性插件系统仍处于测试阶段,并涉及较大的架构调整。如遇问题,请及时反馈。从 v1.0.0-rc.26 或更早版本升级的用户,必须重新配置所有视频模型价格;已在 v1.0.0-rc.27 完成配置的用户无需重复操作。不推荐在生产环境中使用本版本。

The experimental plugin system introduced in v1.0.0-rc.27 remains under testing and includes major architectural changes. Please report any issues promptly. Users upgrading from v1.0.0-rc.26 or earlier must reconfigure all video model prices; users who already completed this step on v1.0.0-rc.27 do not need to repeat it. This release is not recommended for production use.

New Features

  • Added optional RSA-OAEP encryption for password-login request bodies. Enable it with PASSWORD_LOGIN_ENCRYPTION_ENABLED=true; this is an additional safeguard and does not replace HTTPS (#6743).
  • Added AQBot to the default list of third-party chat options (#7079).
  • Added support for channel model-mapping aliases and model-name case variants in task-plugin routing, including consistent upstream mapping and billing resolution.

Improvements

  • Built-in task plugins now update with new-api releases; Marketplace actions no longer create unintended persistent overrides.
  • Improved concurrent-write reliability for the default SQLite configuration by enabling WAL, a 30-second busy timeout, and immediate transactions (#7030).
  • Improved PostgreSQL transaction-pooler compatibility by disabling prepared statements, and fixed JSON-column handling under the simple protocol.

Bug Fixes

  • Prevented unbounded memory retention and potential OOM when an upstream does not return response headers (#6949). RELAY_RESPONSE_HEADER_TIMEOUT now defaults to 1800 seconds; set it to 0 to restore the previous unbounded behavior. Streaming after response headers arrive is unaffected.
  • Fixed the frontend display of the "subscription-only" preference when no valid subscription exists (#7086).
  • Fixed setup-status detection after a page reload (#6968).
  • Changed relay request-validation failures to return HTTP 400 (#6774).
  • Fixed Ali image models to honor the requested response format (#7048).

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.27...v1.0.0-rc.28

下载资源


v1.0.0-rc.27

正式版本 · 发布于 2026-08-29 18:55:59 (中国时间)

⚠️ IMPORTANT WARNING / 重要警告 ⚠️

最新版已增加插件系统测试版本,系统架构大改,有bug请立即报告。对于切换到这个版本的用户,需要重新配置所有的视频模型价格!不推荐生产环境使用

The latest version introduces an experimental plugin system with major architectural changes. Please report any bugs immediately. Users switching to this version MUST reconfigure all video model prices! Not recommended for production environments.

New Features

  • Replaced built-in task adaptors with a new sandboxed JavaScript plugin system (#7076)
  • Added support for GLM channel /v1/responses endpoint (#7050)
  • Enabled passthrough of Claude Messages and OpenAI Responses for Ollama (#7051)

Bug Fixes

  • Fixed an issue in billing where a constantly true time rule expression caused multipliers to apply all day (#6934)
  • Restored the ability for administrators to unbind built-in providers in the web interface (#6987)
  • Fixed docker development build context by adding relaykit go.mod (#7072)

Other

  • Updated PR templates and removed the PR Check workflow (#7053)

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.26...v1.0.0-rc.27

下载资源


v1.0.0-rc.26

正式版本 · 发布于 2026-08-26 21:10:03 (中国时间)

⚠️ Important Warnings / 重要警告

  • Database Migration Risk / 数据库迁移风险: This release changes quota fields to support values larger than 4,294,967,295. Upon startup, the system will check database table structures. Startup may fail if the column types are incorrect. In such cases, manual modification is required (instructions will be in the error message; consult AI if unsure how to proceed). 本次更新修复了额度上限问题,支持大于 42 亿的数值。启动时系统会检测数据库表结构,如果不匹配可能会导致启动失败。遇到此问题需根据错误提示手动修改数据库表结构(如不熟悉数据库操作,可寻求 AI 辅助)。

  • Deprecation of 32-bit Systems / 废弃 32 位系统支持: Support for 32-bit operating systems has been temporarily deprecated to accommodate these changes. 为配合上述更改,我们已“临时”废弃对 32 位操作系统架构的支持。

New Features

  • Added support for thinking_token_budget in vLLM (#7027)

Bug Fixes

  • Prevented browser auto-fill from incorrectly populating credentials in usage log filters (#6966)

Improvements

  • Removed 32-bit integer limitations to allow quota values to exceed 4294 million (#7025)

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.25...v1.0.0-rc.26

下载资源


v1.0.0-rc.25

正式版本 · 发布于 2026-08-18 18:58:54 (中国时间)

Highlights

Channel testing and gateway administration gain safer workflows, user/group-aware overrides, and request-field passthrough controls. This release also improves provider compatibility, Responses API accounting, and recharge/quota reliability.

New Features

  • Channel testing has been expanded with safer test workflows, including an auto-disable-only mode for failing channels (#6917).
  • Parameter overrides can now use requester user and group context for more flexible routing and policy rules (#6534).
  • Gateway channels now let administrators choose which request fields are passed through to upstream providers (#6847).

Bug Fixes

  • Ali provider requests now avoid sending unset top_p values and correctly handle mapped image models (#6772).
  • Qwen TTS models are now classified correctly so they route through the proper text-to-speech path (#6711).
  • Responses API handling now preserves penalties and prompt-cache settings while settling cached-token usage accurately (#6892).
  • Ollama and Claude conversions now preserve reasoning/tool-call context while avoiding invalid empty tool payloads (#6862).
  • Gemini-style model listing requests to /v1/models now return correctly (#6199).
  • Recharge, refund, and quota updates are now settled more consistently, including concurrent and uncreditable order cases (#6845).
  • Web forms now keep fetched model selections in sync, and the mobile sidebar behaves correctly (#6841).
  • Usage logs now record reasoning effort consistently (#6641).
  • Request length validation is now enforced consistently on the backend (#5548).

Improvements

  • Billing logs now highlight the conditional multiplier that matched a request, making cost calculations easier to audit (#6561).
  • Large server and model-list searches in the web UI are debounced, improving responsiveness on big installations (#6727).
  • The playground now displays streamed output with smoother word fade-ins and a more robust editor experience (#6895).
  • Custom channel route editing now has a more capable advanced editor (#6865).

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.24...v1.0.0-rc.25

下载资源


v1.0.0-rc.24

正式版本 · 发布于 2026-08-07 17:47:48 (中国时间)

Release: v1.0.0-rc.24

New Features

  • Added user critical rate limiting middleware for access token and affiliate transfer routes to enhance security and stability.
  • Refined the categorization of fetched models in channels to improve organization and retrieval.

Bug Fixes

  • Resolved an issue with redemption code quotas experiencing precision loss, ensuring accurate credit allocation (#6685).
  • Addressed an HTTP/2 transport issue where upstream stream resets could prevent transparent retries by correctly setting Request.GetBody in the relay (#6249).
  • Ensured Claude and Gemini endpoints are tested with the native request format for improved compatibility.

Other

  • Enhanced the release synchronization workflow with optional file syncing capabilities in CI.

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.23...v1.0.0-rc.24

下载资源


v1.0.0-rc.23

正式版本 · 发布于 2026-08-01 23:25:04 (中国时间)

Highlights: This release expands provider and channel compatibility with New API channels, DeepSeek Responses API support, zstd request decompression, and automatic group routing. It also improves operational accuracy with stream visibility in logs, more reliable tiered-retry billing, and upstream Bedrock cancellation when clients disconnect.

New Features

  • Added New API channel support with Gemini-to-OpenAI streaming conversion, Advanced Custom Responses Compact handling, and multipart image edit support (#6559).
  • Added DeepSeek Responses API support (#6562).
  • Added automatic group selection for request routing (#6590).
  • Added per-channel HTTP transport controls so administrators can tune connection behavior per channel.
  • Added support for zstd-compressed requests (#6545).
  • Log owners can now see whether a request was streamed (#6558).

Bug Fixes

  • Qwen thinking_budget is now preserved when requests are relayed (#5836).
  • Tiered retry billing now settles usage against the final selected group, including group-switch retries (#6570).
  • Bedrock requests are now cancelled when clients disconnect, reducing wasted upstream work (#6589).

Improvements

  • Public header navigation links now use a consistent font size (#6557).

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.22...v1.0.0-rc.23

下载资源


v1.0.0-rc.22

正式版本 · 发布于 2026-07-26 21:19:04 (中国时间)

This release expands channel and model administration with upstream model discovery, new Gemini image models, configurable billing options, and Sub2API support. It also improves reliability across streaming, pricing, refunds, user management, and admin UI workflows.

New Features

  • Channels can now discover available models from advanced custom and Codex-compatible upstreams (#6184).
  • Added support for the latest Gemini image GA models (#6371).
  • Added configurable tool pricing with Sub2API channel support and alpha-search billing.
  • OpenAI Realtime GA models are now available with improved routing compatibility (#6032).

Bug Fixes

  • Responses-to-Chat streaming no longer emits duplicate tool calls (#6225).
  • Creating a model with an existing name no longer clears its saved pricing (#6365).
  • The unset-price models view now lists only models available from the selected channels (#6126).
  • Very large user quota values are now handled without overflow (#6134).
  • User list sorting now works correctly with paginated results (#6194).
  • MiniMax models are now correctly associated with the MiniMax vendor (#6164).
  • Playground model group selectors now handle auto-group listings and long options correctly (#6163).
  • Task refunds are no longer duplicated during concurrent status updates (#6074).
  • Top-up amount fields can now be cleared completely while editing (#6473).
  • Channel inline priority updates are more reliable (#6415).

Improvements

  • Admin JSON editing now has a more consistent experience and avoids UI issues that could hide content (#6421).
  • Users page search is debounced to reduce unnecessary requests and improve responsiveness (#6474).
  • Proxy-backed channel requests are more compatible and stable (#6157).
  • Upstream error logs now provide more useful fallback details when providers return unclear errors (#6431).

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.21...v1.0.0-rc.22

下载资源


v1.0.0-rc.21

正式版本 · 发布于 2026-07-11 23:01:26 (中国时间)

Highlights

The headline change is GPT-5.6 cache write billing: OpenAI cache_write_tokens are now charged at the cache-creation rate, with accounting safeguards around cached and uncached prompt tokens. This release also improves pricing workflows, Playground controls, channel table usability, and billing/logging reliability.

New Features

  • Added GPT-5.6 cache write billing support, charging OpenAI cache_write_tokens at the cache-creation rate while keeping cached and uncached prompt token accounting consistent.
  • Pricing pages now support group-aware dynamic calculations and avoid showing sample-only special groups (#5906).
  • Model pricing settings now include an Unset Price Models tab plus status and sync filters, making it easier to find and configure models without prices (#6124).
  • The Playground now includes request parameter panels for chat and generation tuning, so users can adjust model behavior directly in the UI (#6044).
  • Channel lists now support manual column resizing and keep resized tables filling the available width (#5948).
  • Logs now show stream timing metrics and task detail views for clearer troubleshooting.
  • Added enhanced text protocol conversion and advanced custom routing capabilities for more flexible channel routing (#5825).

Bug Fixes

  • Browser translation can no longer corrupt React-rendered pages (#5963).
  • Custom model names that differ only by case can now be added consistently, including from multi-select controls (#6061).
  • Billing now handles quota pre-consumption and image-stream disconnect edge cases more accurately.
  • Subscription reset handling is more reliable under concurrent updates (#6057).
  • Codex response passthrough fields now sync correctly (#6018).
  • Playground model selector lists now stay synchronized after model changes.
  • Custom home iframes can trigger top navigation after a user action as intended (#5955).
  • Restored paste behavior for default channel connection settings.

Improvements

  • Upstream price sync tables in model pricing now load and render more efficiently (#6092).
  • Refined table badges, pricing layouts, sync dialogs, and default theme styling for a cleaner admin UI.
  • Font assets now resolve correctly across workspace layouts.

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.20...v1.0.0-rc.21

下载资源


v1.0.0-rc.20

正式版本 · 发布于 2026-07-07 21:46:39 (中国时间)

Highlights

This release adds GPT-5.6 pricing support and stale instance cleanup tools for administrators. It also fixes several quota and pricing edge cases, including wallet reward transfers and decimal ratio input.

New Features

  • Added token pricing support for GPT-5.6 models.
  • Added system-info actions for cleaning up stale instances. (#5953)

Bug Fixes

  • Wallet reward transfers now respect the configured quota unit instead of using an incorrect fixed unit. (#5808)
  • Group ratio fields now allow decimal values such as 0.05 to be typed normally. (#5995)
  • Tiered pricing now uses a default token estimate during pre-consumption, improving quota calculation for affected pricing rules.

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.19-i18nfix.2...v1.0.0-rc.20

下载资源


v1.0.0-rc.19-i18nfix.2

正式版本 · 发布于 2026-07-07 14:06:07 (中国时间)

Fix i18n error

下载资源


v1.0.0-rc.19

正式版本 · 发布于 2026-07-07 13:19:27 (中国时间)

New Features

  • Admins can now reset subscription quotas and review quota saturation events for auditing, making quota management easier (#5952).
  • Added Traditional Chinese (zh-TW) localization for the new UI (#5942).

Bug Fixes

  • Fixed billing quota calculations for very large quotas so limits are applied correctly.

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.18...v1.0.0-rc.19

下载资源


v1.0.0-rc.18

正式版本 · 发布于 2026-07-07 01:16:57 (中国时间)

Billing quota handling is more reliable in this release, with stricter quantity validation to prevent incorrect quota calculations.

Bug Fixes

  • Improved billing quantity validation so quota and usage calculations handle invalid or extreme values more reliably.

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.17...v1.0.0-rc.18

下载资源


v1.0.0-rc.17

正式版本 · 发布于 2026-07-06 22:37:46 (中国时间)

Highlights

This release improves channel testing, redemption management, theme handling, and several web UI flows. It also fixes usage reporting, classic web builds, streaming disconnect handling, and quota/video duration calculations.

New Features

  • Redemption management now supports status filtering and cleanup actions for easier administration.
  • Group ratio editing is easier to use, with clearer visibility behavior and more robust JSON input handling.
  • Redeem failures now show clearer messages so users can understand what went wrong.

Bug Fixes

  • AI Elements integrations now read nested usage data so token usage is reported correctly.
  • Classic web builds now complete successfully again (#5892).
  • Field passthrough controls now appear correctly for Codex channels (#5902).
  • Home iframes now stay in sync with the selected theme and language (#5917).
  • Custom HTML rendered inside Shadow DOM now follows light and dark mode changes correctly (#5890).
  • Logged-in users are now redirected away from the sign-up page consistently with the login and classic themes (#5910).
  • Streaming responses no longer continue writing after the client disconnects (#5710).
  • Quota settlement and Ali video duration handling were corrected after task balance settlement (#5923).
  • Build date generation no longer fails when DNS lookup fails (#5945).

Improvements

  • Channel and model test dialogs are more compact and easier to operate (#5886).
  • Dynamic pricing details now use styling consistent with the log details dialog (#5905).
  • Mobile user cards have been refined for better readability and layout.
  • Legacy top-up warning text is clearer and easier to understand (#5855).

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.16...v1.0.0-rc.17

下载资源


v1.0.0-rc.16

正式版本 · 发布于 2026-07-03 15:41:42 (中国时间)

Highlights

This release expands model and media compatibility with Responses/Chat interoperability, Doubao Seedance 2.0 updates, and Wan2.7 i2v media mapping. It also improves the web experience around Playground rendering, channel management, page state retention, and graceful restarts.

New Features

  • Added Responses API to Chat compatibility so providers and clients using either format can interoperate more reliably (#5787).
  • Expanded Doubao Seedance 2.0 support with material asset APIs, resolution-aware billing, video-input billing, 4K billing, and new request options (#5824).
  • Added Wan2.7 image-to-video media mapping support (#4984).
  • Added graceful shutdown support to reduce interrupted replies and avoid losing cached panel data during restarts (#4258).
  • Improved channel management with a clearer layout and a more capable advanced custom route editor.

Bug Fixes

  • Fixed the model pricing tiered expression editor so it refreshes correctly when switching between models (#5752).
  • Fixed async task usage logs so usage is attributed to the node that initiated the task (#5684).
  • Fixed theme switching so the app returns to the home page instead of landing on a 404 route (#5612).
  • Fixed custom HTML and Markdown rendering so content keeps consistent styling and spacing, including isolated HTML views (#5795).
  • Fixed page state resets when switching tabs within the same route, including dashboard time ranges (#5796).
  • Fixed channel status filters so they persist across page navigation (#5863).
  • Fixed Ollama non-streaming tool call handling (#5865).
  • Fixed Waffo product information and webhook behavior (#5704).

Improvements

  • Improved the Playground chat experience and Markdown rendering (#5217).
  • Streamlined table actions and destructive confirmation dialogs for a cleaner web UI (#5645).
  • Improved ClickHouse log filtering for LIKE queries.
  • Optimized the frontend build pipeline for faster web builds (#5786).

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.15...v1.0.0-rc.16

下载资源


v1.0.0-rc.15

正式版本 · 发布于 2026-06-24 21:00:04 (中国时间)

Highlights

This release adds several operations-focused controls, including passive channel monitoring, ClickHouse-backed log storage, system task execution, and instance visibility. It also improves frontend reliability and polish across usage logs, markdown rendering, channel selection, and optional wallet UI behavior.

New Features

  • Added passive channel monitoring mode for checking channel health without actively disrupting traffic (#5592).
  • Added support for storing logs in ClickHouse for deployments that need scalable log storage and querying (#5663).
  • Added a system task runner with persistent cleanup progress tracking for long-running maintenance jobs (#5680).
  • Added a system instance information panel to make deployment/node status easier to inspect (#5716).
  • Added a user token limit configuration section in system settings (#5678).
  • Added channel testing controls for environment selection and asynchronous polling delay configuration.
  • Default node names now fall back to the machine hostname when NODE_NAME is not set (#5659).

Bug Fixes

  • Usage logs now show provider icons correctly for CN models (#5631).
  • Corrected the Stepfun provider display name (#5636).
  • Fixed SMTP compatibility with STARTTLS mode and NTLM authentication (#5426).
  • Fixed classic theme build failures related to timezone date handling (#5676).
  • Improved markdown rendering and expanded syntax support in the web UI (#5689).
  • Fixed channel card selection state so the UI stays in sync with the selected channel (#5700).
  • Hid the wallet entry from the profile dropdown when the wallet module is disabled (#5708).

Improvements

  • Simplified log cleanup behavior as part of the new ClickHouse logging and system task maintenance flow.

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.14...v1.0.0-rc.15

下载资源


v1.0.0-rc.14

正式版本 · 发布于 2026-06-20 22:15:42 (中国时间)

Highlights

This release adds a new dashboard traffic flow Sankey chart for visualizing token routing and flow patterns, with interactive highlighting, persistent filters, and limits to keep large graphs readable. Channel management also gets a faster, cleaner card layout for easier browsing and reduced UI re-rendering.

New Features

  • Added a dashboard traffic flow Sankey chart to help admins understand token flow and routing behavior at a glance (#5465).
  • Added routing reliability management for better control and visibility over routing behavior.
Traffic flow chartChannel management card layout
QQ_1781965314487

Bug Fixes

  • Fixed log filtering by login type in the new frontend (#5620).
  • Fixed the billing history dialog layout so pagination no longer overlaps the list (#5627).
  • Fixed model pricing entries that could not be deleted from the visual pricing list (#5628).
  • Fixed repeated database column migrations running again after restarts (#5361, #5616).

Improvements

  • Improved the channel management card layout and reduced unnecessary re-renders for a smoother experience.
  • Simplified the model list for easier scanning and management.
  • Updated channel icons for better visual consistency.

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.13...v1.0.0-rc.14

下载资源


v1.0.0-rc.13

正式版本 · 发布于 2026-06-19 20:28:34 (中国时间)

v1.0.0-rc.13 focuses on a more polished and responsive frontend experience, especially around channel management and data-heavy pages. The channel page now supports a card-style display with improved mobile layouts, while logs, metrics, endpoint selection, date picking, and usage views received UI/UX refinements.

New Features

  • Added a reusable card/table view toggle for data tables, including a new card layout that makes channel and table-heavy pages easier to browse on different screen sizes.
  • Added locale-aware number formatting so numeric values are displayed more naturally for users in different regions.

Improvements

  • Improved the channel page card layout with a clearer left/right structure and better mobile handling for small screens.
  • Refined logs, metrics, endpoint selection, date picker, toolbar controls, and model drawer interfaces for a cleaner and more consistent UI/UX.
  • Updated the Codex usage interface for better readability and usability (#5595).
  • Reduced unnecessary data refreshes when returning focus to the browser window, improving frontend performance.
  • Updated frontend branding copy and visual styling for a more consistent product experience.

Bug Fixes

  • Improved timestamp precision in drawing-related displays by including milliseconds where needed.

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.12...v1.0.0-rc.13

下载资源


v1.0.0-rc.12

正式版本 · 发布于 2026-06-18 20:34:16 (中国时间)

Highlights: This release introduces AdvancedCustom channels for more flexible custom routing, makes channel batch testing easier to act on, and expands model marketplace performance monitoring with clearer success-rate and latency insights.

New Features

  • Added AdvancedCustom channels with improved custom route matching for more flexible provider and model routing (#5590).
  • Enhanced channel model batch testing with complete test execution, refreshed status updates, clearer results, failed-model deletion, and copying selected models (#5532).
  • Expanded model marketplace performance monitoring with uptime calculations, recent success rates, success-rate grading, and compact latency/throughput displays.
  • Added persistent table preferences so page size and column visibility are remembered across navigation and sessions (#5403).

Bug Fixes

  • Fixed tool-call handling so empty arguments values still preserve the expected tool_use block (#5543).
  • Fixed the CC Switch model selector so model choices display and update correctly (#5515).
  • Fixed several UI clipping and overflow issues in lists, data tables, usage log details, and custom home iframes (#5510, #5536, #5533, #5545).

Improvements

  • Improved payment and recharge UI with clearer payment method buttons, icons, and minimum top-up information.
  • Improved subscription plan presentation with purchase descriptions, wallet overflow handling, and downgrade group support.
  • Refined settings, overview setup guide, wallet/profile interactions, and log statistic card layouts for better readability.

Breaking Changes

  • Subscription product option and catalog endpoints now use GET, which may require client integrations to update their request method.
  • Removed the “All” period option from rankings filters.

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.11...v1.0.0-rc.12

下载资源


v1.0.0-rc.11

正式版本 · 发布于 2026-06-13 16:15:40 (中国时间)

Highlights: This release adds support for Claude Opus 4.8, improves OpenAI image API compatibility, and makes the model pricing editor and data-heavy tables easier to use. It also fixes several UI, quota display, relay compatibility, and provider-specific issues.

New Features

  • Added support for Claude Opus 4.8 (#5177).
  • Added an option to control whether channel stickiness is cleared when a channel is disabled (#5306).
  • Added a subscription balance redemption toggle for more flexible balance handling.
  • Added user ID visibility on the profile page (#5317).
  • Added support for streaming image relay and image edits in the OpenAI images API (#4608).

Bug Fixes

  • Forms now focus the first validation error after submission, making errors easier to find and correct (#5163).
  • Fixed custom cc-switch names being reset after losing focus (#5170).
  • Fixed custom model icons not staying in sync in pricing views (#5224).
  • Fixed advanced channel validation errors so they are shown without incorrectly expanding unrelated settings (#5239).
  • Fixed quota and balance displays so currency conversion updates both the unit and the displayed value (#5296).
  • Fixed Dify remote-image handling in file-based requests (#5134).
  • Fixed model resolution for video generation task lookups (#5133).
  • Improved Anthropic-compatible GLM relay behavior to avoid compatibility failures (#5307).
  • Narrowed OpenAI o-series model adaptation to avoid applying it to unsupported models (#5293).
  • Fixed multiselect popovers so they respect the active theme (#5328).
  • Fixed Kimi K2.6 temperature normalization (#5390).
  • Added support for filtering deleted users by status (#5464).
  • Fixed deployment settings loading so they are only fetched on the deployments page (#5466).

Improvements

  • Improved admin log and batch update performance for smoother large-scale operations (#5116).
  • Improved the model pricing editor with clearer layouts, better draft saving, reusable JSON editing, and support for six-decimal pricing steps (#5275).
  • Improved channel search responsiveness with debouncing and better IME input handling (#5393).
  • Improved frontend table rendering, pinned columns, table layout, and badge display (#5405).
  • Improved dialog sizing and footer layout across the frontend (#5346).
  • Simplified public page hero copy for a cleaner landing page (#5339).

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.10...v1.0.0-rc.11

下载资源


v1.0.0-rc.10

正式版本 · 发布于 2026-05-26 22:20:13 (中国时间)

Highlights

v1.0.0-rc.10 focuses on UI polish, relay reliability, and admin workflow fixes. It adds new theme options and subscription balance purchases while tightening logs, channel behavior, webhooks, payments, and provider tool-call handling.

New Features

  • New theme customization options add Anthropic and Simple Large presets, configurable serif typography, and an extra-large scaling option.
  • Subscription billing now supports balance purchases.

Bug Fixes

  • Automatically disabled channels are no longer selected for new requests, and channel actions no longer show duplicate notifications (#4983).
  • Tool-call relays between Gemini and Claude are more reliable, including concurrent tool calls (#5095).
  • Image relay requests now apply the requested quality setting correctly (#5103).
  • Usage log filters now match exact values unless a wildcard is explicitly used, and very large upstream errors are shortened to keep logs usable (#5097).
  • Webhook processing now completes more reliably (#5047).
  • Waffo payment settings now save consistently and hide legacy options (#5110).
  • System Settings now detects unsaved changes correctly and handles numeric inputs without invalid values.

Improvements

  • Large media relay requests now use less memory, improving stability under load.
  • System Settings and channel creation/editing pages have clearer, more compact layouts with improved controls.
  • Usage logs and the default web UI are easier to use on mobile and easier to scan, with better table spacing, badges, charts, and dark-mode readability.
  • The homepage hero section has been refreshed with a cleaner two-column layout and updated copy.

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.8...v1.0.0-rc.10

下载资源


v1.0.0-rc.8

正式版本 · 发布于 2026-05-22 16:25:46 (中国时间)

Highlights

This release adds Waffo Pancake gateway support with admin catalog/product binding and focuses on polishing admin/API behavior. It also improves model metadata and pricing consistency, channel-test diagnostics, dashboard/reporting filters, and request-processing efficiency.

New Features

  • Added Waffo Pancake gateway support with admin catalog/product binding (#4935).

Bug Fixes

  • Dashboard content now follows configured visibility settings consistently (#4975).
  • Performance metric summaries now include only active groups (#4976).
  • Model pricing displays are now normalized to avoid inconsistent values (#4985).
  • Model ownership metadata is now resolved from active channels for more accurate model listings (#4416).
  • Default frontend links now point to the correct routes (#5016).
  • Restored the previous usage-log filtering behavior to avoid regressions from the earlier filter change.

Improvements

  • Channel tests now show clearer failure details when checks fail (#4988).
  • Reduced request-processing overhead to improve performance under load (#5009).

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.7...v1.0.0-rc.8

下载资源


v1.0.0-rc.7

正式版本 · 发布于 2026-05-19 16:54:08 (中国时间)

New Features

  • Added support for request_header key source (#4903).

Bug Fixes

  • Batch fixed multiple UI issues in the default web interface (#4880, #4893, #4817, #4877, #4898, #4876).
  • Addressed an issue where channel remarks could not be cleared (#4886).
  • Corrected the filtering behavior for usage logs (#4883).
  • Fixed validation for unlimited API key quotas in the web interface (#4881).
  • Enforced access control on header navigation for public modules (#4889).
  • Applied group filters correctly to channel list queries (#4847, #4885).
  • Fixed an ambiguity issue with column names during PerfMetric upserts (#4684).
  • Added missing analytics placeholders to the default theme (#4928).
  • Fixed forgot password form submission by properly typing the button (#4910).
  • Normalized the layout of model detail tabs in the web interface (#4938).
  • Fixed user creation and deletion handling in the management panel (#4818).
  • Gated the sign-up link on the login page based on registration settings (#4871).
  • Updated pagination button labels in the ModelCardGrid (#4675).
  • Localized the reset password confirmation message (#4769).
  • Made recharge preset selections visible in dark mode (#4897).
  • Fixed an issue where the API info color dot showed the wrong color due to a semantic token mismatch (#4824).
  • Corrected silent failures when saving API info with invalid colors (#4823).
  • Used the correct aff_code field name in registration payloads (#4965).
  • Made the faceted filter popover width adaptive in data tables (#4966).
  • Resolved stale form linkage issues when submitting keys (#4967).

Improvements

  • Improved performance by avoiding eager formatting in debug log calls (#4929).

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.6...v1.0.0-rc.7

下载资源


v1.0.0-rc.6

正式版本 · 发布于 2026-05-13 22:29:13 (中国时间)

Highlights

This release improves observability by recording upstream request IDs in logs and adds a compliance confirmation step for paid features. If your logs table is large, pre-apply the upstream_request_id column and index with online DDL before upgrading to avoid a potentially long migration.

New Features

  • Added upstream request ID tracking in request logs for easier upstream call tracing, while avoiding unintended response header overrides.
  • Added a compliance confirmation step before paid features can be used.

Bug Fixes

  • Fixed the channel combobox so focusing it no longer hides valid channel options (#4829).

Other

  • Upgrade notice: the logs table now includes a new upstream_request_id column and index; on large installations, run the appropriate online DDL below before upgrading to avoid a long or blocking automatic migration.

MySQL / InnoDB:

-- 1. Add the column using online DDL.
ALTER TABLE logs
  ADD COLUMN upstream_request_id VARCHAR(128) NOT NULL DEFAULT '',
  ALGORITHM=INPLACE, LOCK=NONE;

-- 2. Add the index using online DDL.
ALTER TABLE logs
  ADD INDEX idx_logs_upstream_request_id (upstream_request_id),
  ALGORITHM=INPLACE, LOCK=NONE;

PostgreSQL 11+:

-- 1. Add the column without rewriting the table on PG 11+.
ALTER TABLE logs
  ADD COLUMN IF NOT EXISTS upstream_request_id VARCHAR(128) NOT NULL DEFAULT '';

-- 2. Add the index concurrently to avoid blocking reads and writes.
CREATE INDEX CONCURRENTLY IF NOT EXISTS idx_logs_upstream_request_id
  ON logs (upstream_request_id);

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.5...v1.0.0-rc.6

下载资源


v1.0.0-rc.5

正式版本 · 发布于 2026-05-12 16:53:57 (中国时间)

Highlights

The default dashboard has been refreshed with built-in model performance metrics and a clearer health view. This release also adds DeepChat deeplink support and fixes several default UI, wallet, playground, and ratio-display regressions.

New Features

  • Dashboard overview has been redesigned and now includes model performance metrics with a clearer performance health panel.
  • DeepChat deeplinks are now supported, making it easier to open supported chat links directly in DeepChat. (#4668)

Bug Fixes

  • Top-up gateway availability now uses the correct top-up configuration, so wallet payment options are shown accurately. (#4599)
  • Group ratio displays now honor configured group-to-group ratio settings. (#4772)
  • Default UI dropdown menu items now trigger their selection handlers reliably. (#4787)
  • The playground now handles legacy classic-format messages without failing. (#4650)
  • Default frontend pages now avoid several v1 UI regressions, including stray empty description areas and layout issues. (#4802)

Improvements

  • The default web UI and charts now follow shared theme presets for more consistent colors, controls, and corner radii.
  • Docker images now include project and third-party license notices for easier compliance review. (#4739)

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.4...v1.0.0-rc.5

下载资源


v1.0.0-rc.4

正式版本 · 发布于 2026-05-06 22:25:59 (中国时间)

Highlights

OpenAI image editing is more reliable: image edit requests now preserve reference image data and related metadata, preventing edits from losing their intended context (#4646). This release also adds model performance badges and fixes several billing and dropdown UI issues.

New Features

  • Added model performance badges to model lists so users can compare available models at a glance.

Bug Fixes

  • Fixed OpenAI image edit requests so reference images and related edit metadata are preserved when forwarded (#4646).
  • Fixed billing settings forms so top-up and billing configuration inputs behave more reliably.
  • Fixed dropdown and select controls so options render and select correctly after the UI component update (#4655).

Breaking Changes

  • Integrations should now read the top-up link from the top-up information API instead of the status API.
Model availability rankingsRefreshed pricing and settings UI

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.3...v1.0.0-rc.4

下载资源


v1.0.0-rc.3

正式版本 · 发布于 2026-05-06 18:43:33 (中国时间)

Highlights

v1.0.0-rc.3 adds a new model rankings experience with model availability and performance visibility, making it easier to compare reliability before choosing routes or providers. This release also refreshes key default UI areas, including pricing/settings pages and table controls.

New Features

  • Added a model rankings dashboard with real availability and performance data so users can compare model reliability at a glance (#4633).

Improvements

  • Refreshed the default web UI with Base UI components, updated theme presets, and cleaner table toolbar interactions (#4633).
  • Reorganized the system settings pricing interface to make pricing configuration easier to scan and manage.

Bug Fixes

  • Fixed channel table sorting so server-side sorting now works correctly (#4600).
  • Corrected subscription payment information display in the default UI.
Model availability rankingsRefreshed pricing and settings UI

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.2...v1.0.0-rc.3

下载资源


v1.0.0-rc.2

正式版本 · 发布于 2026-04-30 20:42:48 (中国时间)

Highlights

v1.0.0-rc.2 officially opens up switching between the new and classic frontend, making it easier to test the redesigned UI, compare workflows, and fall back instantly when needed. This RC also refreshes key console pages and fixes several web issues affecting email binding, tiered pricing, API key grouping, and custom Vertex base URLs.

New Features

  • Added a built-in switch between the new and classic frontend, so teams can adopt the redesigned UI gradually without losing access to the previous workflow.

Improvements

  • Refreshed the web console with redesigned pricing pages, more consistent dashboard and log controls, better table and analytics filtering, smoother navigation, and improved mobile responsiveness.

Bug Fixes

  • Fixed email binding in the redesigned frontend so the action completes correctly (#4551).
  • Fixed tiered pricing number input behavior so editing values is more reliable (#4536).
  • Fixed tiered pricing display issues that could cause values and labels to appear incorrectly (#4530).
  • Fixed API key grouping in the default web theme so keys appear under the expected groups (#4548).
  • Fixed custom Vertex base URLs so requests route correctly when a gateway prefix is configured (#4200).
Refreshed pricing pageDashboard and analytics controls
Refreshed pricing pageDashboard and analytics controls

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.1...v1.0.0-rc.2

下载资源


v1.0.0-rc.1

正式版本 · 发布于 2026-04-29 20:15:01 (中国时间)

v1.0.0-rc.1 is the first release candidate for the upcoming 1.0 release, and its main focus is the brand-new v1 frontend rebuilt from the ground up for a cleaner, faster, and more capable admin experience.

This RC refreshes the interface across navigation, configuration, analytics, and logs, making day-to-day management much easier as the project moves toward the final v1 launch.

New Features

  • Introduced the rebuilt v1 frontend with modern navigation and layouts, a visual channel editor for parameter overrides, and easier access to system settings and theme switching (#4265).

Improvements

  • Upgraded dashboards and charts with clearer model analytics, better data sorting, and more informative tooltips for easier usage analysis.
  • Improved usage logs with log type indicators, usernames and avatars, and cleaner tables that make activity easier to scan.
  • Polished shared layouts, tables, and form styling across the default frontend for a cleaner and more consistent experience.

Bug Fixes

  • Fixed themes loaded from the database so the selected frontend theme now applies correctly at runtime (#4518).
  • Fixed forwarded requests so empty reasoning fields are preserved instead of being silently dropped (#4520).
  • Fixed required-field markers so forms more consistently show which inputs are mandatory (#4533).

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-alpha.1...v1.0.0-rc.1

下载资源


v1.0.0-alpha.1

预发布版本 · 发布于 2026-04-28 14:26:06 (中国时间)

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.13.2...v1.0.0-alpha.1


v0.13.2

正式版本 · 发布于 2026-04-27 22:11:42 (中国时间)

New Features

  • Model sync now detects upstream models more accurately, refreshes pricing automatically from provider pricing endpoints, shows removed upstream models in the fetch-models dialog, and keeps pricing available during sync delays (#4452).
  • User records now include account creation and last login timestamps for easier auditing and administration (#4450).
  • Added configurable model matching for Ali native Messages APIs, making it easier to route requests to compatible upstream models (#4468).

Bug Fixes

  • Tool calls now accept raw JSON argument payloads, improving compatibility with providers that return tool arguments as JSON objects (#4469).
  • Configuration updates now handle JSON object fields more reliably, preventing some settings from being saved incorrectly.

Improvements

  • Retry messages now clearly explain when a channel was skipped because affinity is disabled (#4453).

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.13.1-patch.1...v0.13.2

下载资源


v0.13.1-patch.1

正式版本 · 发布于 2026-04-25 13:27:23 (中国时间)

Highlights

This patch adds support for using len in tier conditions and the LLM prompt helper, making it easier to build rules based on prompt length.

New Features

  • Added a len variable to tier conditions and the LLM prompt helper so you can define rules based on prompt length.

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.13.1...v0.13.1-patch.1

下载资源


v0.13.1

正式版本 · 发布于 2026-04-24 22:20:58 (中国时间)

New Features

  • Added support for handling DeepSeek V4 reasoning suffixes (#4428)

Bug Fixes

  • Fixed an issue where tiered billing models were excluded from the model listing (#4431)

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.13.0...v0.13.1

下载资源


v0.13.0

正式版本 · 发布于 2026-04-24 14:09:21 (中国时间)

Highlights

This release introduces powerful support for expr expression-based tiered billing, allowing administrators to configure complex, dynamic pricing rules. A simple use case for this feature is a pricing expression like tokens <= 128000 ? 0.002 : 0.004, where the system will automatically apply a lower rate for usage under 128K tokens and a higher rate for anything above that threshold.

New Features

  • Introduces support for evaluating expr expressions in the billing system, enabling dynamic tiered pricing with configurable presets (#4409).
  • Adds a UI for tool pricing settings and improves tool call quota calculations.
  • Displays the user ID in admin top-up bills for easier tracking (#4349).
  • Adds a 'last used time' column to the tokens table (#4372).
  • Relaxes token key column length requirements to support the migration of longer legacy token keys (#4401).

Bug Fixes

  • Ensures the pricing calculation logic only applies the N ratio to image models (#4412).
  • Preserves text tool surcharges properly during tiered billing settlement (#4162).
  • Corrects the completion ratio configuration for the gpt-5.5 model (#4414).
  • Fixes the model pricing UI to use the correct display type (#4426).
  • Resolves runtime crashes and edge cases within the tiered pricing editor and settlement logic.
  • Updates channel testing to properly support and evaluate tiered billing models.

Improvements

  • Adds preset pricing tiers for Doubao Seed 1.8 to enhance discount calculations.
  • Replaces Card components with divs to improve overall layout consistency.
  • Updates internal billing calculations to use quota per unit for better accuracy.

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.15...v0.13.0

下载资源


v0.12.15

正式版本 · 发布于 2026-04-22 23:04:03 (中国时间)

New Features

  • Added Waffo Pay support for account top-ups and payment workflows (#4089).

Bug Fixes

  • Fixed a recharge card issue in the top-up flow that could break parts of the card interface (#4388).

Improvements

  • Added support for Gemini's IncludeServerSideToolInvocations setting in ToolConfig, improving compatibility with newer Gemini tool-calling behavior (#4311).
  • Improved Codex channel reliability and usability by refreshing credentials for auto-disabled channels, using streaming for automatic tests, and refining the usage modal (#4324).

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.14...v0.12.15

下载资源


v0.12.14

正式版本 · 发布于 2026-04-18 00:41:21 (中国时间)

Improvements

  • Improved user-visible management and top-up logs with a cleaner display, preserved row expansion, and clearer handling of legacy records.

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.13...v0.12.14

下载资源


v0.12.13

正式版本 · 发布于 2026-04-18 00:04:31 (中国时间)

This release improves admin workflows for top-ups and makes account status changes apply more consistently.

Bug Fixes

  • Disabling a user now takes effect immediately instead of being delayed by stale cached account data.

Improvements

  • Top-up logs now include additional admin-only audit details to make review and troubleshooting easier.

Breaking Changes

  • Top-up searches are now limited to a maximum 30-day date range to keep queries responsive and reliable.

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.12...v0.12.13

下载资源


v0.12.12

正式版本 · 发布于 2026-04-17 14:05:08 (中国时间)

This release adds support for Claude Opus 4.7, expanding the set of available models in the API.

New Features

  • Added support for the Claude Opus 4.7 model, making it available through the API alongside existing model options (#4293).

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.11...v0.12.12

下载资源


v0.12.11

正式版本 · 发布于 2026-04-16 20:13:49 (中国时间)

New Features

  • Added payment method tracking and validation for top-ups.

Bug Fixes

  • Improved handling of empty string content during OpenAI to Claude message conversion.

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.10...v0.12.11

下载资源


v0.12.10

正式版本 · 发布于 2026-04-15 21:02:01 (中国时间)

New Features

  • Added passthrough support for Claude cache_control and speed options, giving you more control over request behavior when using Claude models (#4247).

Bug Fixes

  • Fixed OpenAI Responses API compatibility issues when instructions contain structured content instead of plain text (#4260).

Improvements

  • Improved Stripe payment processing to better handle asynchronous webhook events, making delayed payment confirmations more reliable.
  • Quota adjustment logs now record the acting admin username, making administrative audit trails easier to follow (#4216).

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.9...v0.12.10

下载资源


v0.12.9

正式版本 · 发布于 2026-04-13 15:28:47 (中国时间)

New Features

  • Subscription cards now show the next quota reset time, making it easier to see when usage limits will refresh (#4181).

Bug Fixes

  • Claude requests are now more reliable by avoiding incompatible Top P settings when needed.
  • Azure channels now correctly support the /v1/responses/compact route (#4149).
  • Editing values in GroupTable no longer forces the cursor to jump to the end on each keystroke (#4208).

Improvements

  • Dashboard charts have been refined to present rankings and chart sizing more clearly for easier monitoring.

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.8...v0.12.9

下载资源


v0.12.8

正式版本 · 发布于 2026-04-12 23:58:29 (中国时间)

Bug Fixes

  • Correctly report the stream status in error logs instead of defaulting to false (#4195).

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.7...v0.12.8

下载资源


v0.12.7

正式版本 · 发布于 2026-04-12 17:47:25 (中国时间)

Improvements

  • Quota management now uses an amount-first input flow and applies changes atomically, making balance adjustments simpler and more reliable.
  • Model pricing errors now use cleaner, role-aware messages so it is easier to understand and resolve failed pricing actions.

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.6...v0.12.7

下载资源


v0.12.6

正式版本 · 发布于 2026-04-09 14:44:42 (中国时间)

New Features

  • Fill in custom fields for vllm-omini (#4154)

Bug Fixes

  • Accept string usage values in Alibaba task polling (#4155)
  • Use correct endpoint for coding plan image generation in Zhipu 4V (#4146)
  • Prefer explicit pricing for compact models (#4156)
  • Fix document rendering (#4153)

Improvements

  • Refine PR template and add PR submission checks (#4076)

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.5...v0.12.6

下载资源


nightly-20260409

正式版本 · 发布于 2026-04-09 17:14:49 (中国时间)

Highlights / 重点更新

This release introduces comprehensive support for tiered billing (阶梯计费). It allows for flexible pricing expressions, detailed tool call quota calculations, and channel test support for tiered models. 本次发布重点增加了对阶梯计费的全面支持,支持灵活的计费表达式解析、自定义工具调用额度计算,并完善了UI配置项和渠道测试支持。

Docker image: calciumion/new-api:nightly Docker 镜像: calciumion/new-api:nightly

New Features

  • Added comprehensive support for tiered billing, including flexible expression evaluation, tool pricing settings UI, and channel test support (#4145).
  • Added custom fields support for vllm-omini models (#4154).

Bug Fixes

  • Fixed an issue in Alibaba Cloud task polling to correctly accept string usage values (#4155).
  • Fixed the endpoint for Zhipu 4v coding plan image generation (#4146).
  • Fixed pricing calculation to prefer explicit pricing for compact models (#4156).

Improvements

  • Improved UI layout consistency by replacing card components with divs.
  • Added nightly branch trigger to Docker image CI workflows.
  • Refined PR templates and added PR submission checks (#4076).

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.5...nightly-20260409


v0.12.5

正式版本 · 发布于 2026-04-08 17:13:32 (中国时间)

New Features

  • Add support for Minimax image generation relay (#4103).

Improvements

  • Redesign group ratio rules with a collapsible layout for better usability.
  • Enhance dashboard chart axes and sorting logic.
  • Add a convenient copy button next to the API link in the dashboard info panel.

Bug Fixes

  • Resolve email delivery issues for Outlook and similar providers (#4112).

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.4...v0.12.5

下载资源


v0.12.4

正式版本 · 发布于 2026-04-08 15:49:44 (中国时间)

New Features

  • Added an IncludeModelName option to channel affinity rules for per-model affinity tracking (#3488)
  • Added an ErrorBoundary component to the web UI to prevent full-page crashes (#3350)
  • Added support for Duration in TaskSubmitReq (#4068)
  • Added admin user analytics to the dashboard

Bug Fixes

  • Fixed pricing filtering based on usable groups (#4123)
  • Fixed an issue where Claude streaming interruptions incorrectly overwrote usage data instead of preserving cache billing fields (#4128)
  • Fixed an issue where the "do not retry after failure" configuration was incorrectly overwritten in memory (#4142)

Improvements

  • Added support for enabling error logging via environment variables (#4131)
  • Wrapped scope tag labels with t() for better i18n support
  • Fixed chart labels on the dashboard

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.3...v0.12.4

下载资源


v0.12.3

正式版本 · 发布于 2026-04-08 01:04:04 (中国时间)

This is a small polish release focused on making configuration easier to navigate by simplifying the settings layout and consolidating model pricing controls.

Improvements

  • Refined the settings interface with a unified model pricing view and a cleaner tab structure to make configuration easier to navigate.

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.2...v0.12.3

下载资源


v0.12.2

正式版本 · 发布于 2026-04-06 18:10:52 (中国时间)

New Features

  • Add support for PDF conversion between OpenAI and Claude APIs.
  • Support differential billing for Seedance 2.0 based on video vs. no-video input.
  • Enhance max_tokens handling and input sanitization in the playground (#4106).
  • Enhance stream status display with error tooltips in usage logs.

Bug Fixes

  • Fix usage calculation issues when converting between Claude and OpenAI APIs by emitting message_delta for the final stream chunk (#4090).
  • Fix Gemini stream detection by checking the :streamGenerateContent URL path (#4087).
  • Fix Claude request requirements by properly setting TopP to nil.

Improvements

  • Unify file source creation and enhance caching mechanisms.

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.1...v0.12.2

下载资源


v0.12.1

正式版本 · 发布于 2026-04-02 22:01:41 (中国时间)

This release adds Seedance 2.0 video support and broadens media compatibility across providers. It also makes failures easier to understand with clearer Seedance and performance-related error messages.

New Features

  • Added Seedance 2.0 video generation API support with duration control in seconds, clearer failure reporting, and better prompt handling for single-text requests (#4042).
  • Added HEIC/HEIF image support, including Gemini channel compatibility and more reliable handling of HEIF images (#4049).
  • Added basic inline file support for Claude relay so compatible requests can include media directly (#3505).

Improvements

  • Improved performance-related error messages to make request failures easier to understand.

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.0...v0.12.1

下载资源


v0.12.0

正式版本 · 发布于 2026-04-02 00:22:05 (中国时间)

v0.12.0 adds Wan 2.7 image generation support and streamlines channel setup in the admin UI. It also improves billing accuracy and fixes several model and dashboard issues.

New Features

  • Added support for Wan 2.7 image generation, including control over how many images are generated per request (#3526).

Bug Fixes

  • Fixed image-generation billing and usage statistics so request counts and costs are reported more accurately without double-counting (#3512).
  • Fixed a UI issue that caused the consumption distribution chart to make the page scrollbar flicker on hover (#3474).
  • Fixed xAI Grok-3-mini compatibility when no completion token limit is set, reducing failed requests.

Improvements

  • Made channel setup faster and smoother by letting you create a channel from a copied token, remembering advanced settings in the edit dialog, and improving clipboard handling.

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.9...v0.12.0

下载资源


v0.12.0-alpha.2

正式版本 · 发布于 2026-03-31 21:43:12 (中国时间)

Release Highlights

This release includes minor improvements to the EditChannelModal component to enhance clipboard handling reliability.

Bug Fixes

  • EditChannelModal: Enhance clipboard handling with error checks (670abee)

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.0-alpha.1...v0.12.0-alpha.2


v0.12.0-alpha.1

正式版本 · 发布于 2026-03-31 19:40:48 (中国时间)

Highlights

This release introduces a new clipboard magic string feature for quick channel creation and includes important security and UI improvements.

New Features

  • Add clipboard magic string for quick channel creation from token copy

Bug Fixes

  • 修复消耗分布图表悬浮时滚动条闪烁 (Fix dashboard scrollbar flickering) (#3474)
  • Fix xAI MaxTokens mapping for grok-3-mini model

Improvements

  • Security improvements
  • Enhance footer layout and styling
  • Update Traditional Chinese README with missing content and partner logo (#3462)
  • Refactor account binding endpoints to use POST and normalize reset responses

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.9...v0.12.0-alpha.1


v0.11.9

正式版本 · 发布于 2026-03-31 17:07:05 (中国时间)

Release Notes for v0.11.9

New Features

  • Add slide-in animations and update translations for new UI elements
  • Prevent metadata from overriding model fields (#3461)
  • Record stream interruption reasons via StreamStatus
  • Expose i18n instance to the global window object for easier access

Bug Fixes

  • Restore pre-3400 OpenRouter billing semantics (#3438)
  • Restore doubao coding plan deprecation and regex ignored models lost during conflict resolution
  • Preserve cache usage in openai-to-claude response conversion

Improvements

  • Expose skip-retry option and show it in the rules list (#3440)
  • Harden Docker and release CI workflows to improve security

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.9-alpha.1...v0.11.9

下载资源


v0.11.9-alpha.1

正式版本 · 发布于 2026-03-23 15:40:30 (中国时间)

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.8...v0.11.9-alpha.1


v0.11.8

正式版本 · 发布于 2026-03-22 13:55:40 (中国时间)

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.7...v0.11.8

下载资源


v0.11.7

正式版本 · 发布于 2026-03-19 16:15:24 (中国时间)

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.6...v0.11.7

下载资源


v0.11.6-patch.1

正式版本 · 发布于 2026-03-17 18:39:55 (中国时间)

下载资源


v0.11.6

正式版本 · 发布于 2026-03-17 17:23:40 (中国时间)

参数覆盖记录到日志 错误日志恢复tooltip显示

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.5...v0.11.6

下载资源


nightly-20260317-44fc10b

正式版本 · 发布于 2026-03-17 18:30:50 (中国时间)

feat: implement tiered billing expression evaluation

Docker image: calciumion/new-api:nightly

下载资源


v0.11.5

正式版本 · 发布于 2026-03-15 01:27:39 (中国时间)

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.4...v0.11.5

下载资源


v0.11.4-patch.1

正式版本 · 发布于 2026-03-14 15:31:42 (中国时间)

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.4...v0.11.4-patch.1

下载资源


v0.11.4

正式版本 · 发布于 2026-03-12 15:37:12 (中国时间)

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.2...v0.11.4

下载资源


v0.11.4-alpha.5

正式版本 · 发布于 2026-03-10 02:03:34 (中国时间)

请求头覆盖新增追加功能

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.4-alpha.4...v0.11.4-alpha.5


v0.11.4-alpha.4

正式版本 · 发布于 2026-03-08 22:42:27 (中国时间)

为渠道参数覆盖可视化规则提供拖拽排序支持 后端Token相关API变更

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.4-alpha.3...v0.11.4-alpha.4


v0.11.4-alpha.3

正式版本 · 发布于 2026-03-07 00:25:57 (中国时间)

Main Changes

重构日志价格显示,默认隐藏倍率逻辑,可在列设置中切换 Refactor the log price display: hide the multiplier logic by default, with an option to toggle it in the column settings.

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.4-alpha.2...v0.11.4-alpha.3


v0.11.4-alpha.2

正式版本 · 发布于 2026-03-06 22:36:18 (中国时间)

Main Changes

模型广场增加缓存等价格显示 Unify pricing labels and expand marketplace pricing display

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.4-alpha.1...v0.11.4-alpha.2


v0.11.4-alpha.1

正式版本 · 发布于 2026-03-06 21:38:47 (中国时间)

Main Changes

完善可视化价格设置,为后续阶梯定价的开发做准备 Improve the visual pricing settings to prepare for subsequent development of tiered pricing.

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.2-patch.2...v0.11.4-alpha.1


v0.11.2-patch.2

正式版本 · 发布于 2026-03-06 17:52:47 (中国时间)

优化kling模型计费

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.2-patch.1...v0.11.2-patch.2

下载资源


v0.11.2-patch.1

正式版本 · 发布于 2026-03-06 11:44:19 (中国时间)

gpt-5.4补全倍率

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.2...v0.11.2-patch.1

下载资源


v0.11.2

正式版本 · 发布于 2026-03-05 00:12:19 (中国时间)

Main changes

增加定时获取上游模型更新功能 异步任务在没有设置价格时抛出错误 渠道参数覆盖功能增强,提供可视化编辑,整合请求头覆盖和透传功能

Add a scheduled feature to fetch upstream model updates. Throw an error in the asynchronous task when the price is not set. Enhance the channel parameter override feature by integrating request header overrides and passthrough functionality.

Enhance the channel parameter override feature

整合请求头覆盖功能,可视化编辑,并提供基础模板

1772641010569

Scheduled feature to fetch upstream model updates

在上游模型变动时,可看到明显的提醒

1772640819223

点击后可分别处理需要删除和新增的模型

1772640894508

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.0...v0.11.2

下载资源


v0.11.2-alpha.2

正式版本 · 发布于 2026-03-04 00:37:14 (中国时间)

优化检测上游模型功能 美化模型广场

Optimize the upstream model fetch feature Beautify the Model Marketplace

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.2-alpha.1...v0.11.2-alpha.2


v0.11.2-alpha.1

正式版本 · 发布于 2026-03-02 22:10:48 (中国时间)

feat: auto fetch upstream models 新增自动检测上游模型列表变动功能

image image

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.1-alpha.7...v0.11.2-alpha.1


v0.11.1-alpha.7

正式版本 · 发布于 2026-03-02 21:20:52 (中国时间)

Support aionui:// deep link protocol 支持AionUi项目一键填入

1772457674576

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.1-alpha.6...v0.11.1-alpha.7


v0.11.1-alpha.6

正式版本 · 发布于 2026-03-02 19:44:11 (中国时间)

What's Changed

  • Revert v0.11.1-alpha.5

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.1-alpha.4...v0.11.1-alpha.6


v0.11.1-alpha.4

正式版本 · 发布于 2026-03-02 17:27:25 (中国时间)

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.1-alpha.3...v0.11.1-alpha.4


v0.11.1-alpha.3

正式版本 · 发布于 2026-03-01 23:25:04 (中国时间)

支持cc-switch一键填入

1772378663623

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.1-alpha.2...v0.11.1-alpha.3


v0.11.1-alpha.2

正式版本 · 发布于 2026-02-28 18:44:59 (中国时间)

参数覆盖增加UI可视化操作,支持更多操作。 渠道亲和支持绑定参数覆盖,适用于codex/claude code等的请求头透传。

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.1-alpha.1...v0.11.1-alpha.2


v0.11.1-alpha.1

正式版本 · 发布于 2026-02-28 18:06:08 (中国时间)

完善veo适配生成(Vertex,AI Studio) 修复订阅支付完成后的跳转路径错误

Improve Veo adaptation generation (Vertex, AI Studio) Fix incorrect redirection path after subscription payment completion

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.0...v0.11.1-alpha.1


v0.11.0

正式版本 · 发布于 2026-02-28 17:50:49 (中国时间)

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.10.9...v0.11.0

下载资源


v0.11.0-alpha.9

正式版本 · 发布于 2026-02-25 12:53:14 (中国时间)

修复Sora接口传图报错unsupported mimetype (\'application/octet-stream\') Fix Sora API image upload error unsupported mimetype ('application/octet-stream')

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.0-alpha.8...v0.11.0-alpha.9


v0.11.0-alpha.8

正式版本 · 发布于 2026-02-24 23:48:09 (中国时间)

修复GetUserSetting永远无法读取旧版本用户设置的问题

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.0-alpha.7...v0.11.0-alpha.8


v0.11.0-alpha.7

正式版本 · 发布于 2026-02-24 22:06:40 (中国时间)

第三方登录支持优先使用第三方用户名 请求头透传功能优化 加强渠道模型选择防呆设计

Third-party login support, prioritize using third-party username Request header pass-through function optimization Strengthen channel model selection foolproof design

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.0-alpha.6...v0.11.0-alpha.7


v0.11.0-alpha.6

正式版本 · 发布于 2026-02-23 22:05:03 (中国时间)

grok 违规扣费完善

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.0-alpha.5...v0.11.0-alpha.6


v0.11.0-alpha.5

正式版本 · 发布于 2026-02-23 17:01:21 (中国时间)

修复PostForm下重试出现multipart: NextPart: EOF错误

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.0-alpha.4...v0.11.0-alpha.5


v0.11.0-alpha.4

正式版本 · 发布于 2026-02-22 23:35:17 (中国时间)

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.0-alpha.3...v0.11.0-alpha.4


v0.11.0-alpha.3

正式版本 · 发布于 2026-02-22 22:13:15 (中国时间)

加强状态码重定向防呆设计 修复部分异步任务渠道无法获取任务状态的问题

Strengthen foolproof design for status code redirection. Fix issues where some asynchronous task channels cannot obtain task status.

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.0-alpha.2...v0.11.0-alpha.3


v0.11.0-alpha.2

正式版本 · 发布于 2026-02-22 18:02:22 (中国时间)

完善异步任务超时退款机制,对已存在的旧任务,超时后进行仅失败处理,对于新建任务,增加超时退款流程,超时时间通过环境变量TASK_TIMEOUT_MINUTES设置,默认24小时。

Improve the asynchronous task timeout refund mechanism. For existing old tasks, perform only failure processing after timeout. For newly created tasks, add a timeout refund process. The timeout duration is set via the environment variable TASK_TIMEOUT_MINUTES, defaulting to 24 hours.

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.0-alpha.1...v0.11.0-alpha.2


v0.11.0-alpha.1

正式版本 · 发布于 2026-02-22 17:02:26 (中国时间)

重构异步任务逻辑,支持异步任务模型重定向 修复Veo视频模型因id过长生成失败问题 异步任务支持订阅付费模式 使用日志新增退款类型,方便筛选

Refactor asynchronous task logic, support asynchronous task model mapped Fix veo video model generation failure due to excessively long id Add refund type using logs

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.10.9...v0.11.0-alpha.1


v0.10.9

正式版本 · 发布于 2026-02-22 16:48:19 (中国时间)

新增自定义OAuth提供商功能 Support custom OAuth provider

image image

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.10.8...v0.10.9

下载资源


v0.10.9-alpha.7

正式版本 · 发布于 2026-02-20 22:02:37 (中国时间)

  • Fix the issue of custom OAuth provider callback 404.
  • 修复自定义Oauth提供商回调404的问题

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.10.9-alpha.6...v0.10.9-alpha.7


v0.10.9-alpha.6

正式版本 · 发布于 2026-02-12 15:28:30 (中国时间)

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.10.9-alpha.5...v0.10.9-alpha.6


v0.10.9-alpha.5

正式版本 · 发布于 2026-02-12 01:58:53 (中国时间)

Significantly optimize memory consumption with disk cache enabled xAI channel add/v1/responses support Optimize cached token log display

大幅优化磁盘缓存开启下的内存消耗,进一步节省内存 xAI渠道添加/v1/responses支持 优化缓存token日志显示

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.10.9-alpha.4...v0.10.9-alpha.5


v0.10.9-alpha.4

正式版本 · 发布于 2026-02-11 16:31:10 (中国时间)

修复moonshot kimi渠道计费异常的问题

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.10.9-alpha.3...v0.10.9-alpha.4


v0.10.9-alpha.3

正式版本 · 发布于 2026-02-09 01:31:49 (中国时间)

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.10.9-alpha.2...v0.10.9-alpha.3


v0.10.9-alpha.2

正式版本 · 发布于 2026-02-08 19:56:59 (中国时间)

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.10.9-alpha.1...v0.10.9-alpha.2


v0.10.9-alpha.1

正式版本 · 发布于 2026-02-08 00:54:42 (中国时间)

  • Support for custom OAuth providers
  • 支持自定义Oauth提供商
  • 渠道测试支持流测试
  • 支持配置缓存创建倍率
QQ_1770483202888

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.10.8...v0.10.9-alpha.1


v0.10.8

正式版本 · 发布于 2026-02-08 00:08:19 (中国时间)

  • Paid Subscription Support (Beta): Added support for a paid subscription model.

  • System Performance Monitoring: Introduced system performance monitoring. When enabled, the system will reject new Relay requests (e.g., /v1, /v1beta) if resource usage exceeds configured thresholds, ensuring system stability.

  • Cache Optimization: Further optimized caching functionality to reduce memory usage during large request bodies.

  • Bug Fix: Fixed an issue where Chat2Responses could not retrieve the chain of thought.

  • Header Pass-through Support: Added support for full request header pass-through based on Go Regex rules. Please refer to the PR description for usage details: https://github.com/QuantumNous/new-api/pull/2840

  • Multi-language Backend Support: Added backend support for multiple languages, respecting user-level language preferences and the Accept-Language request header.

  • Task Logs Update: Task logs now display the username.

  • Gemini Billing Update: Implemented billing for empty completions caused by Gemini content safety filters.

  • Codex Channel Support: Improved support for Codex channels.

  • Model Removal: Removed support for claude-2 and claude-1 series models.

  • 支持订阅付费模式(测试版)

  • 新增系统性能监控,启用性能监控后,当系统资源使用率超过设定阈值时,将拒绝新的 Relay 请求 (/v1, /v1beta 等),以保护系统稳定性。

  • 进一步优化缓存功能,减少大请求体下内存占用

  • 修复Chat2Responses无法获取思维链的问题

  • 支持基于Go Regex规则和全量的请求头透传,使用方式请参考PR描述 https://github.com/QuantumNous/new-api/pull/2840

  • 支持后端多语言,支持用户级别语言偏好和Accept-Language请求头偏好

  • 任务日志显示用户名

  • 对Gemini因审核导致的空补全进行扣费处理

  • 完善Codex渠道支持

  • 移除对claude-2和claude-1系列模型支持

image image

What's Changed

New Contributors

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.10.5...v0.10.8

下载资源


v0.10.8-alpha.9

正式版本 · 发布于 2026-02-06 16:18:41 (中国时间)

What's Changed

Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.10.8-alpha.8...v0.10.8-alpha.9


这篇文档对您有帮助吗?

目录

更新日志
v1.0.0-rc.30
Bug Fixes
New Contributors
v1.0.0-rc.29
Bug Fixes
v1.0.0-rc.28
⚠️ IMPORTANT WARNING / 重要警告 ⚠️
New Features
Improvements
Bug Fixes
What's Changed
New Contributors
v1.0.0-rc.27
⚠️ IMPORTANT WARNING / 重要警告 ⚠️
New Features
Bug Fixes
Other
What's Changed
New Contributors
v1.0.0-rc.26
⚠️ Important Warnings / 重要警告
New Features
Bug Fixes
Improvements
What's Changed
v1.0.0-rc.25
Highlights
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v1.0.0-rc.24
Release: v1.0.0-rc.24
New Features
Bug Fixes
Other
What's Changed
New Contributors
v1.0.0-rc.23
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v1.0.0-rc.22
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v1.0.0-rc.21
Highlights
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v1.0.0-rc.20
Highlights
New Features
Bug Fixes
What's Changed
New Contributors
v1.0.0-rc.19-i18nfix.2
v1.0.0-rc.19
New Features
Bug Fixes
What's Changed
New Contributors
v1.0.0-rc.18
v1.0.0-rc.17
Highlights
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v1.0.0-rc.16
What's Changed
New Contributors
v1.0.0-rc.15
Highlights
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v1.0.0-rc.14
Highlights
New Features
Gallery
Bug Fixes
Improvements
What's Changed
New Contributors
v1.0.0-rc.13
New Features
Improvements
Bug Fixes
What's Changed
v1.0.0-rc.12
New Features
Bug Fixes
Improvements
Breaking Changes
What's Changed
v1.0.0-rc.11
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v1.0.0-rc.10
Highlights
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v1.0.0-rc.8
Highlights
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v1.0.0-rc.7
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v1.0.0-rc.6
Highlights
New Features
Bug Fixes
Other
What's Changed
v1.0.0-rc.5
Highlights
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v1.0.0-rc.4
Highlights
New Features
Bug Fixes
Breaking Changes
Gallery
What's Changed
v1.0.0-rc.3
Highlights
New Features
Improvements
Bug Fixes
Gallery
What's Changed
v1.0.0-rc.2
Highlights
New Features
Improvements
Bug Fixes
Gallery
What's Changed
New Contributors
v1.0.0-rc.1
New Features
Improvements
Bug Fixes
What's Changed
New Contributors
v1.0.0-alpha.1
v0.13.2
New Features
Bug Fixes
Improvements
What's Changed
v0.13.1-patch.1
Highlights
New Features
v0.13.1
New Features
Bug Fixes
What's Changed
v0.13.0
Highlights
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v0.12.15
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v0.12.14
Improvements
v0.12.13
Bug Fixes
Improvements
Breaking Changes
v0.12.12
New Features
What's Changed
v0.12.11
New Features
Bug Fixes
v0.12.10
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v0.12.9
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v0.12.8
Bug Fixes
What's Changed
v0.12.7
Improvements
v0.12.6
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
nightly-20260409
Highlights / 重点更新
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v0.12.5
New Features
Improvements
Bug Fixes
What's Changed
New Contributors
v0.12.4
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v0.12.3
Improvements
What's Changed
v0.12.2
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v0.12.1
New Features
Improvements
What's Changed
v0.12.0
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v0.12.0-alpha.2
Release Highlights
Bug Fixes
v0.12.0-alpha.1
Highlights
New Features
Bug Fixes
Improvements
What's Changed
New Contributors
v0.11.9
Release Notes for v0.11.9
New Features
Bug Fixes
Improvements
What's Changed
v0.11.9-alpha.1
What's Changed
v0.11.8
What's Changed
New Contributors
v0.11.7
What's Changed
New Contributors
v0.11.6-patch.1
v0.11.6
What's Changed
nightly-20260317-44fc10b
v0.11.5
What's Changed
v0.11.4-patch.1
v0.11.4
What's Changed
New Contributors
v0.11.4-alpha.5
What's Changed
New Contributors
v0.11.4-alpha.4
What's Changed
v0.11.4-alpha.3
Main Changes
v0.11.4-alpha.2
Main Changes
v0.11.4-alpha.1
Main Changes
What's Changed
v0.11.2-patch.2
What's Changed
v0.11.2-patch.1
What's Changed
v0.11.2
Main changes
Enhance the channel parameter override feature
Scheduled feature to fetch upstream model updates
What's Changed
New Contributors
v0.11.2-alpha.2
What's Changed
v0.11.2-alpha.1
What's Changed
New Contributors
v0.11.1-alpha.7
v0.11.1-alpha.6
What's Changed
v0.11.1-alpha.4
What's Changed
v0.11.1-alpha.3
What's Changed
v0.11.1-alpha.2
What's Changed
v0.11.1-alpha.1
What's Changed
v0.11.0
What's Changed
New Contributors
v0.11.0-alpha.9
v0.11.0-alpha.8
v0.11.0-alpha.7
What's Changed
New Contributors
v0.11.0-alpha.6
What's Changed
v0.11.0-alpha.5
v0.11.0-alpha.4
What's Changed
v0.11.0-alpha.3
What's Changed
v0.11.0-alpha.2
v0.11.0-alpha.1
What's Changed
v0.10.9
What's Changed
New Contributors
v0.10.9-alpha.7
v0.10.9-alpha.6
What's Changed
New Contributors
v0.10.9-alpha.5
What's Changed
New Contributors
v0.10.9-alpha.4
What's Changed
v0.10.9-alpha.3
What's Changed
v0.10.9-alpha.2
What's Changed
v0.10.9-alpha.1
What's Changed
New Contributors
v0.10.8
What's Changed
New Contributors
v0.10.8-alpha.9
What's Changed