New APINew API
使用指南部署安装API 参考AI 应用Skills帮助支持商务合作合规与使用政策
⚠️合规提示:本项目仅用于合法授权的 API 网关、内部管理和私有化部署场景。请遵守上游服务条款、平台规则、监管要求和内容安全要求。

更新日志

版本日志信息 · 数据更新于 2026-9-2 04:32:34

如需查看全部历史版本,请访问 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


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-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