変更履歴
バージョンログ情報 · データ更新日時 2026-5-26 17:52:21
すべての履歴バージョンを表示するには、GitHub Releases ページをご覧ください。このページは定期的に最新の更新情報を取得します。
v1.0.0-rc.9
最新リリース版 · 公開日 2026-05-26 12:45:46 (UTC+8)
Highlights
v1.0.0-rc.9 adds subscription balance purchases and introduces a broader UI refresh across settings, channels, logs, themes, and the home page. It also improves relay performance and fixes several channel, webhook, payment, image, and tool-call reliability issues.
New Features
- Added support for purchasing account balance from the subscription flow.
- Added an Anthropic-inspired theme preset with configurable serif typography.
Bug Fixes
- Fixed webhook processing failures so callbacks are handled more reliably (#5047).
- Fixed Waffo payment settings so saves are consistent and outdated classic options are no longer shown (#5110).
- Fixed image relay quality handling so requested quality settings are applied correctly (#5103).
- Fixed Gemini/Claude tool-call conversion issues, including concurrent tool calls and
tool_usepayload handling (#5095). - Fixed duplicate toast notifications when performing channel actions (#5015).
- Fixed channel tests to run with the correct user context (#5109).
- Fixed automatically disabled channels being reused from cache (#4983).
- Oversized upstream error messages are now truncated to keep logs usable (#5083).
Improvements
- Reduced memory usage for large base64 relay requests.
- Redesigned System Settings with a drill-in sidebar and more compact, consistent layouts.
- Rebuilt the channel create/edit experience with clearer modular sections and improved selection controls.
- Improved usage log filtering, mobile usability, table typography, timing badges, and dark-mode chart readability.
- Refreshed the home page hero section with a clearer two-column layout.
- Restored more consistent status badge sizing, colors, and global theme font behavior.
What's Changed
- 🐛 fix(channel): evict auto-disabled multi-key channels from cache by @t0ng7u in https://github.com/QuantumNous/new-api/pull/4983
- [BugFix] fix webhook process by @Hill-waffo in https://github.com/QuantumNous/new-api/pull/5047
- fix(payment): hide classic Waffo Pancake settings by @seefs001 in https://github.com/QuantumNous/new-api/pull/5085
- fix(relay): correct image quality parameter handling by @lanfunoe in https://github.com/QuantumNous/new-api/pull/5103
- fix: truncate oversized upstream error logs by @seefs001 in https://github.com/QuantumNous/new-api/pull/5083
- fix: 移除 fcIdx -1 偏移,修复并发工具调用撞键问题 by @learner-i in https://github.com/QuantumNous/new-api/pull/5095
- fix:gemini to claude tool_use err by @nekohy in https://github.com/QuantumNous/new-api/pull/5041
- fix: handle paginated API key search response by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/5014
- fix: prevent duplicate channel action toasts by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/5015
- fix: consolidate Waffo payment settings save flow by @seefs001 in https://github.com/QuantumNous/new-api/pull/5110
- fix: use actual user id for channel tests by @seefs001 in https://github.com/QuantumNous/new-api/pull/5109
New Contributors
- @learner-i made their first contribution in https://github.com/QuantumNous/new-api/pull/5095
Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.8...v1.0.0-rc.9
Download Resources
- checksums-linux.txt (178 B)
- checksums-windows.txt (90 B)
- new-api-arm64-v1.0.0-rc.9 (82.8 MB)
- new-api-v1.0.0-rc.9 (85.2 MB)
- new-api-v1.0.0-rc.9.exe (86.9 MB)
- Source code (zip)
- Source code (tar.gz)
v1.0.0-rc.8
リリース版 · 公開日 2026-05-22 16:25:46 (UTC+8)
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
- fix: expose param override audits for sensitive message fields by @seefs001 in https://github.com/QuantumNous/new-api/pull/4974
- fix: respect dashboard content visibility settings by @seefs001 in https://github.com/QuantumNous/new-api/pull/4975
- fix: filter perf metrics summary by active groups by @seefs001 in https://github.com/QuantumNous/new-api/pull/4976
- fix: improve channel test failure details UX by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/4988
- fix: normalize model pricing display drift by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/4985
- fix: resolve model owned_by from active channels by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/4416
- perf: optimize request metadata extraction and disabled field filtering by @seefs001 in https://github.com/QuantumNous/new-api/pull/5009
- fix: update default frontend hardcoded route links by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/5016
- 修复 切换新版前端Turnstile 开启后注册页未显示验证的问题 by @JunXiaoRuo in https://github.com/QuantumNous/new-api/pull/5011
- [Feature Request] Waffo Pancake gateway — full integration with subscription support + admin catalog binding flow by @Hill-waffo in https://github.com/QuantumNous/new-api/pull/4935
- fix: enforce Waffo subscription compliance and product ID update by @seefs001 in https://github.com/QuantumNous/new-api/pull/5038
New Contributors
- @JunXiaoRuo made their first contribution in https://github.com/QuantumNous/new-api/pull/5011
- @Hill-waffo made their first contribution in https://github.com/QuantumNous/new-api/pull/4935
Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.7...v1.0.0-rc.8
Download Resources
- checksums-linux.txt (178 B)
- checksums-windows.txt (90 B)
- new-api-arm64-v1.0.0-rc.8 (82.4 MB)
- new-api-v1.0.0-rc.8 (84.8 MB)
- new-api-v1.0.0-rc.8.exe (86.5 MB)
- Source code (zip)
- Source code (tar.gz)
v1.0.0-rc.7
リリース版 · 公開日 2026-05-19 16:54:08 (UTC+8)
New Features
- Added support for
request_headerkey 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
PerfMetricupserts (#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_codefield 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
- fix: allow clearing channel remark by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/4886
- fix: correct usage logs filtering by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/4883
- fix(web): handle unlimited API key quota validation by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/4881
- fix: enforce header nav access control for public modules by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/4889
- fix: GetAllChannels ignores group filter parameter by @draftgo in https://github.com/QuantumNous/new-api/pull/4847
- fix: qualify column names in PerfMetric upsert to avoid PG ambiguity by @SAY-5 in https://github.com/QuantumNous/new-api/pull/4684
- fix: apply group filter to channel list queries by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/4885
- feat: support request_header key source by @seefs001 in https://github.com/QuantumNous/new-api/pull/4903
- fix: 修复新 UI 语言与文案显示问题 by @QuentinHsu in https://github.com/QuantumNous/new-api/pull/4876
- fix: add umami & ga4 placeholder in index.html of default theme by @NitroRCr in https://github.com/QuantumNous/new-api/pull/4928
- perf: avoid eager formatting in debug log calls by @seefs001 in https://github.com/QuantumNous/new-api/pull/4929
- fix: add type="submit" to forgot password form button by @lihan3238 in https://github.com/QuantumNous/new-api/pull/4910
- fix(web): normalize model detail tabs layout by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/4938
- fix(user): fix user create and delete handling in management panel by @bugmaker2 in https://github.com/QuantumNous/new-api/pull/4818
- fix(auth): expose register_enabled in /api/status and gate sign-up link on login page by @Gnonymous in https://github.com/QuantumNous/new-api/pull/4871
- fix(web/default): clarify pagination button labels in ModelCardGrid by @ellisfan in https://github.com/QuantumNous/new-api/pull/4675
- fix(auth): localize reset password confirmation by @neow021 in https://github.com/QuantumNous/new-api/pull/4769
- fix(web/default/wallet): make recharge preset selection visible in dark mode by @xinnyu in https://github.com/QuantumNous/new-api/pull/4897
- fix(web/default): api-info color dot shows wrong color due to semantic token mismatch by @Micah-Zheng in https://github.com/QuantumNous/new-api/pull/4824
- fix(web/default): api-info save silently fails when color is invalid or result unchecked by @Micah-Zheng in https://github.com/QuantumNous/new-api/pull/4823
- fix(auth): use aff_code field name in registration payload (#4945) by @Calcium-Ion in https://github.com/QuantumNous/new-api/pull/4965
- fix(data-table): make faceted filter popover width adaptive (#4905) by @Calcium-Ion in https://github.com/QuantumNous/new-api/pull/4966
- fix(keys): call submit handler directly to avoid stale form linkage (#4858) by @Calcium-Ion in https://github.com/QuantumNous/new-api/pull/4967
New Contributors
- @draftgo made their first contribution in https://github.com/QuantumNous/new-api/pull/4847
- @SAY-5 made their first contribution in https://github.com/QuantumNous/new-api/pull/4684
- @bugmaker2 made their first contribution in https://github.com/QuantumNous/new-api/pull/4818
- @Gnonymous made their first contribution in https://github.com/QuantumNous/new-api/pull/4871
- @ellisfan made their first contribution in https://github.com/QuantumNous/new-api/pull/4675
- @neow021 made their first contribution in https://github.com/QuantumNous/new-api/pull/4769
- @xinnyu made their first contribution in https://github.com/QuantumNous/new-api/pull/4897
Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.6...v1.0.0-rc.7
Download Resources
- checksums-linux.txt (178 B)
- checksums-windows.txt (90 B)
- new-api-arm64-v1.0.0-rc.7 (82.3 MB)
- new-api-v1.0.0-rc.7 (84.6 MB)
- new-api-v1.0.0-rc.7.exe (86.3 MB)
- Source code (zip)
- Source code (tar.gz)
v1.0.0-rc.6
リリース版 · 公開日 2026-05-13 22:29:13 (UTC+8)
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
logstable now includes a newupstream_request_idcolumn 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
- chore(deps): bump axios from 1.15.0 to 1.15.2 in /web/classic by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/4634
- chore(deps-dev): bump ip-address from 10.1.0 to 10.2.0 in /electron by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/4811
- 修复渠道列表显示不全问题 by @feitianbubu in https://github.com/QuantumNous/new-api/pull/4829
Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.5...v1.0.0-rc.6
Download Resources
- checksums-linux.txt (178 B)
- checksums-windows.txt (90 B)
- new-api-arm64-v1.0.0-rc.6 (82.3 MB)
- new-api-v1.0.0-rc.6 (84.6 MB)
- new-api-v1.0.0-rc.6.exe (86.3 MB)
- Source code (zip)
- Source code (tar.gz)
v1.0.0-rc.5
リリース版 · 公開日 2026-05-12 16:53:57 (UTC+8)
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
- feat: add DeepChat deeplink support by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/4668
- fix: exclude THIRD-PARTY-LICENSES.md from .dockerignore for Docker build by @yeying-xingchen in https://github.com/QuantumNous/new-api/pull/4739
- fix(wallet): read topup gateway flags from topupInfo instead of status by @ImogeneOctaviap794 in https://github.com/QuantumNous/new-api/pull/4599
- fix(web/default): use getUserGroups for ratio display to respect GroupGroupRatio by @Micah-Zheng in https://github.com/QuantumNous/new-api/pull/4772
- fix(default): support DropdownMenuItem onSelect by @lihan3238 in https://github.com/QuantumNous/new-api/pull/4787
- fix(web/default): guard playground messages against legacy classic shape by @feitianbubu in https://github.com/QuantumNous/new-api/pull/4650
- fix: defaut ui triage by @Calcium-Ion in https://github.com/QuantumNous/new-api/pull/4802
New Contributors
- @yeying-xingchen made their first contribution in https://github.com/QuantumNous/new-api/pull/4739
- @lihan3238 made their first contribution in https://github.com/QuantumNous/new-api/pull/4787
Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.4...v1.0.0-rc.5
Download Resources
- checksums-linux.txt (178 B)
- checksums-windows.txt (90 B)
- new-api-arm64-v1.0.0-rc.5 (82.1 MB)
- new-api-v1.0.0-rc.5 (84.5 MB)
- new-api-v1.0.0-rc.5.exe (86.2 MB)
- Source code (zip)
- Source code (tar.gz)
v1.0.0-rc.4
リリース版 · 公開日 2026-05-06 22:25:59 (UTC+8)
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.
Gallery
| Model availability rankings | Refreshed pricing and settings UI |
|---|---|
What's Changed
- fix: preserve OpenAI image edit reference fields by @seefs001 in https://github.com/QuantumNous/new-api/pull/4646
- fix: migrate select to Base UI items API by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/4655
Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.3...v1.0.0-rc.4
Download Resources
- checksums-linux.txt (178 B)
- checksums-windows.txt (90 B)
- new-api-arm64-v1.0.0-rc.4 (82.0 MB)
- new-api-v1.0.0-rc.4 (84.4 MB)
- new-api-v1.0.0-rc.4.exe (86.1 MB)
- Source code (zip)
- Source code (tar.gz)
v1.0.0-rc.3
リリース版 · 公開日 2026-05-06 18:43:33 (UTC+8)
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.
Gallery
| Model availability rankings | Refreshed pricing and settings UI |
|---|---|
What's Changed
- feat(web/default): unified UI overhaul — Base UI migration, theme presets, rankings dashboard, and table toolbar refactor by @Calcium-Ion in https://github.com/QuantumNous/new-api/pull/4633
- feat: collect model performance metrics by @Calcium-Ion in https://github.com/QuantumNous/new-api/pull/4635
- fix: enable channel table server-side sorting by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/4600
Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.2...v1.0.0-rc.3
Download Resources
- checksums-linux.txt (178 B)
- checksums-windows.txt (90 B)
- new-api-arm64-v1.0.0-rc.3 (81.9 MB)
- new-api-v1.0.0-rc.3 (84.4 MB)
- new-api-v1.0.0-rc.3.exe (86.1 MB)
- Source code (zip)
- Source code (tar.gz)
v1.0.0-rc.2
リリース版 · 公開日 2026-04-30 20:42:48 (UTC+8)
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).
Gallery
| Refreshed pricing page | Dashboard and analytics controls |
|---|---|
What's Changed
- fix: 修复默认主题 API 密钥分组行为 by @Micah-Zheng in https://github.com/QuantumNous/new-api/pull/4548
- bug fix: 新版前端email绑定错误 by @SHLE1 in https://github.com/QuantumNous/new-api/pull/4551
- fix: improve tiered pricing number input editing by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/4536
- fix(vertex): honor custom base_url as gateway prefix by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/4200
- fix(web): 修复阶梯计费 Base64 解码失败与标签不匹配导致的显示错误 by @wans10 in https://github.com/QuantumNous/new-api/pull/4530
New Contributors
- @SHLE1 made their first contribution in https://github.com/QuantumNous/new-api/pull/4551
Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-rc.1...v1.0.0-rc.2
Download Resources
- checksums-linux.txt (178 B)
- checksums-windows.txt (90 B)
- new-api-arm64-v1.0.0-rc.2 (76.5 MB)
- new-api-v1.0.0-rc.2 (78.9 MB)
- new-api-v1.0.0-rc.2.exe (80.6 MB)
- Source code (zip)
- Source code (tar.gz)
v1.0.0-rc.1
リリース版 · 公開日 2026-04-29 20:15:01 (UTC+8)
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
- 🚀 feat: launch v1.0 — next-generation frontend built from the ground up by @t0ng7u in https://github.com/QuantumNous/new-api/pull/4265
- fix: 修复 Message.ReasoningContent/Reasoning 空思考内容在请求转发时被静默丢弃 by @heimoshuiyu in https://github.com/QuantumNous/new-api/pull/4520
- fix: sync theme to runtime when loaded from database by @Micah-Zheng in https://github.com/QuantumNous/new-api/pull/4518
New Contributors
- @Micah-Zheng made their first contribution in https://github.com/QuantumNous/new-api/pull/4518
Full Changelog: https://github.com/QuantumNous/new-api/compare/v1.0.0-alpha.1...v1.0.0-rc.1
Download Resources
- checksums-linux.txt (178 B)
- checksums-windows.txt (90 B)
- new-api-arm64-v1.0.0-rc.1 (76.4 MB)
- new-api-v1.0.0-rc.1 (78.8 MB)
- new-api-v1.0.0-rc.1.exe (80.5 MB)
- Source code (zip)
- Source code (tar.gz)
v1.0.0-alpha.1 - License boundary release
プレリリース版 · 公開日 2026-04-28 14:26:06 (UTC+8)
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.13.2...v1.0.0-alpha.1
Download Resources
v0.13.2
リリース版 · 公開日 2026-04-27 22:11:42 (UTC+8)
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
- fix(channel): load model mapping during upstream model checks by @seefs001 in https://github.com/QuantumNous/new-api/pull/4437
- feat: sync upstream pricing from pricing endpoint by @seefs001 in https://github.com/QuantumNous/new-api/pull/4452
- fix: clarify affinity disabled channel retry message by @seefs001 in https://github.com/QuantumNous/new-api/pull/4453
- feat: configure native messages model matching for ali by @seefs001 in https://github.com/QuantumNous/new-api/pull/4468
- fix: support raw JSON response tool arguments by @seefs001 in https://github.com/QuantumNous/new-api/pull/4469
- feat: show removed upstream models in fetch models modal by @seefs001 in https://github.com/QuantumNous/new-api/pull/4470
- 增加用户创建时间和最后登录时间 by @feitianbubu in https://github.com/QuantumNous/new-api/pull/4450
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.13.1-patch.1...v0.13.2
Download Resources
- checksums-linux.txt (170 B)
- checksums-macos.txt (88 B)
- checksums-windows.txt (86 B)
- New-API-App.0.13.2.exe (106.5 MB)
- New-API-App.Setup.0.13.2.exe (106.8 MB)
- new-api-arm64-v0.13.2 (64.6 MB)
- new-api-macos-v0.13.2 (83.2 MB)
- new-api-v0.13.2 (67.0 MB)
- new-api-v0.13.2.exe (68.6 MB)
- Source code (zip)
- Source code (tar.gz)
v0.13.1-patch.1
リリース版 · 公開日 2026-04-25 13:27:23 (UTC+8)
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
lenvariable 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
Download Resources
- checksums-linux.txt (186 B)
- checksums-macos.txt (96 B)
- checksums-windows.txt (94 B)
- new-api-arm64-v0.13.1-patch.1 (64.6 MB)
- new-api-macos-v0.13.1-patch.1 (83.2 MB)
- new-api-v0.13.1-patch.1 (66.9 MB)
- new-api-v0.13.1-patch.1.exe (68.6 MB)
- Source code (zip)
- Source code (tar.gz)
v0.13.1
リリース版 · 公開日 2026-04-24 22:20:58 (UTC+8)
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
- fix: include tiered billing models in model listing by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/4431
- feat: implement DeepSeek V4 reasoning suffix handling and tests by @HynoR in https://github.com/QuantumNous/new-api/pull/4428
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.13.0...v0.13.1
Download Resources
- checksums-linux.txt (170 B)
- checksums-macos.txt (88 B)
- checksums-windows.txt (86 B)
- New-API-App.0.13.1.exe (106.5 MB)
- New-API-App.Setup.0.13.1.exe (106.7 MB)
- new-api-arm64-v0.13.1 (64.6 MB)
- new-api-macos-v0.13.1 (83.2 MB)
- new-api-v0.13.1 (66.9 MB)
- new-api-v0.13.1.exe (68.6 MB)
- Source code (zip)
- Source code (tar.gz)
v0.13.0
リリース版 · 公開日 2026-04-24 14:09:21 (UTC+8)
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
exprexpressions 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.5model (#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
- fix(channel-test): support tiered billing model tests by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/4145
- 在管理员充值账单中显示用户 ID by @uskyu in https://github.com/QuantumNous/new-api/pull/4349
- 增加令牌最后使用时间 by @feitianbubu in https://github.com/QuantumNous/new-api/pull/4372
- chore(deps): bump github.com/jackc/pgx/v5 from 5.9.0 to 5.9.2 by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/4397
- chore(deps-dev): bump @xmldom/xmldom from 0.8.12 to 0.8.13 in /electron by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/4399
- Relax token key column length for legacy migration compatibility by @XiaoAI1024 in https://github.com/QuantumNous/new-api/pull/4401
- fix(billing): preserve text tool surcharges in tiered settlement by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/4162
- feat: support for tiered billing expressions in the billing system by @Calcium-Ion in https://github.com/QuantumNous/new-api/pull/4409
- fix(image): only price image model use N ratio by @xyfacai in https://github.com/QuantumNous/new-api/pull/4412
- fix: correct gpt-5.5 completion ratio by @jingx8885 in https://github.com/QuantumNous/new-api/pull/4414
- fix: model pricing use correct display type by @feitianbubu in https://github.com/QuantumNous/new-api/pull/4426
New Contributors
- @uskyu made their first contribution in https://github.com/QuantumNous/new-api/pull/4349
- @XiaoAI1024 made their first contribution in https://github.com/QuantumNous/new-api/pull/4401
- @jingx8885 made their first contribution in https://github.com/QuantumNous/new-api/pull/4414
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.15...v0.13.0
Download Resources
- checksums-linux.txt (170 B)
- checksums-macos.txt (88 B)
- checksums-windows.txt (86 B)
- New-API-App.0.13.0.exe (106.5 MB)
- New-API-App.Setup.0.13.0.exe (106.8 MB)
- new-api-arm64-v0.13.0 (64.6 MB)
- new-api-macos-v0.13.0 (83.2 MB)
- new-api-v0.13.0 (66.9 MB)
- new-api-v0.13.0.exe (68.6 MB)
- Source code (zip)
- Source code (tar.gz)
v0.12.15
リリース版 · 公開日 2026-04-22 23:04:03 (UTC+8)
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
IncludeServerSideToolInvocationssetting inToolConfig, 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
- fix(gemini): add IncludeServerSideToolInvocations field to ToolConfig by @KoellM in https://github.com/QuantumNous/new-api/pull/4311
- rafactor: payment by @seefs001 in https://github.com/QuantumNous/new-api/pull/4089
- fix(topup): import missing Tag in recharge card by @gaoren002 in https://github.com/QuantumNous/new-api/pull/4388
- chore: refine codex usage modal layout by @seefs001 in https://github.com/QuantumNous/new-api/pull/4386
- fix: use stream for codex auto test by @seefs001 in https://github.com/QuantumNous/new-api/pull/4325
- fix: refresh codex credentials for auto-disabled channels by @seefs001 in https://github.com/QuantumNous/new-api/pull/4324
- fix: require proper verification for passkey changes by @seefs001 in https://github.com/QuantumNous/new-api/pull/4393
New Contributors
- @KoellM made their first contribution in https://github.com/QuantumNous/new-api/pull/4311
- @gaoren002 made their first contribution in https://github.com/QuantumNous/new-api/pull/4388
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.14...v0.12.15
Download Resources
- checksums-linux.txt (172 B)
- checksums-macos.txt (89 B)
- checksums-windows.txt (87 B)
- New-API-App.0.12.15.exe (106.3 MB)
- New-API-App.Setup.0.12.15.exe (106.6 MB)
- new-api-arm64-v0.12.15 (63.7 MB)
- new-api-macos-v0.12.15 (82.0 MB)
- new-api-v0.12.15 (66.0 MB)
- new-api-v0.12.15.exe (67.7 MB)
- Source code (zip)
- Source code (tar.gz)
v0.12.14
リリース版 · 公開日 2026-04-18 00:41:21 (UTC+8)
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
Download Resources
- checksums-linux.txt (172 B)
- checksums-macos.txt (89 B)
- checksums-windows.txt (87 B)
- New-API-App.0.12.14.exe (106.3 MB)
- New-API-App.Setup.0.12.14.exe (106.5 MB)
- new-api-arm64-v0.12.14 (63.6 MB)
- new-api-macos-v0.12.14 (81.9 MB)
- new-api-v0.12.14 (66.0 MB)
- new-api-v0.12.14.exe (67.6 MB)
- Source code (zip)
- Source code (tar.gz)
v0.12.13
リリース版 · 公開日 2026-04-18 00:04:31 (UTC+8)
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
Download Resources
- checksums-linux.txt (172 B)
- checksums-macos.txt (89 B)
- checksums-windows.txt (87 B)
- New-API-App.0.12.13.exe (106.3 MB)
- New-API-App.Setup.0.12.13.exe (106.5 MB)
- new-api-arm64-v0.12.13 (63.6 MB)
- new-api-macos-v0.12.13 (81.9 MB)
- new-api-v0.12.13 (66.0 MB)
- new-api-v0.12.13.exe (67.6 MB)
- Source code (zip)
- Source code (tar.gz)
v0.12.12
リリース版 · 公開日 2026-04-17 14:05:08 (UTC+8)
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
- feat: support claude-opus-4-7 by @prnake in https://github.com/QuantumNous/new-api/pull/4293
- chore(deps): bump github.com/jackc/pgx/v5 from 5.7.1 to 5.9.0 by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/4294
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.11...v0.12.12
Download Resources
- checksums-linux.txt (172 B)
- checksums-macos.txt (89 B)
- checksums-windows.txt (87 B)
- New-API-App.0.12.12.exe (106.3 MB)
- New-API-App.Setup.0.12.12.exe (106.5 MB)
- new-api-arm64-v0.12.12 (63.6 MB)
- new-api-macos-v0.12.12 (81.8 MB)
- new-api-v0.12.12 (65.9 MB)
- new-api-v0.12.12.exe (67.5 MB)
- Source code (zip)
- Source code (tar.gz)
v0.12.11
リリース版 · 公開日 2026-04-16 20:13:49 (UTC+8)
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
Download Resources
- checksums-linux.txt (172 B)
- checksums-macos.txt (89 B)
- checksums-windows.txt (87 B)
- New-API-App.0.12.11.exe (106.3 MB)
- New-API-App.Setup.0.12.11.exe (106.5 MB)
- new-api-arm64-v0.12.11 (63.4 MB)
- new-api-macos-v0.12.11 (81.6 MB)
- new-api-v0.12.11 (65.7 MB)
- new-api-v0.12.11.exe (67.4 MB)
- Source code (zip)
- Source code (tar.gz)
v0.12.10
リリース版 · 公開日 2026-04-15 21:02:01 (UTC+8)
New Features
- Added passthrough support for Claude
cache_controlandspeedoptions, giving you more control over request behavior when using Claude models (#4247).
Bug Fixes
- Fixed OpenAI Responses API compatibility issues when
instructionscontain 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
- fix: use json.RawMessage for Instructions field in OpenAIResponsesResponse by @linbin524 in https://github.com/QuantumNous/new-api/pull/4260
- fix(channel): 修复多密钥管理弹窗索引显示,将索引值调整为从1开始 by @wans10 in https://github.com/QuantumNous/new-api/pull/4231
- feat(claude): add cache_control and speed passthrough controls by @seefs001 in https://github.com/QuantumNous/new-api/pull/4247
- feat: include admin username in quota adjustment logs by @feitianbubu in https://github.com/QuantumNous/new-api/pull/4216
New Contributors
- @linbin524 made their first contribution in https://github.com/QuantumNous/new-api/pull/4260
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.9...v0.12.10
Download Resources
- checksums-linux.txt (172 B)
- checksums-macos.txt (89 B)
- checksums-windows.txt (87 B)
- New-API-App.0.12.10.exe (106.3 MB)
- New-API-App.Setup.0.12.10.exe (106.5 MB)
- new-api-arm64-v0.12.10 (63.4 MB)
- new-api-macos-v0.12.10 (81.6 MB)
- new-api-v0.12.10 (65.7 MB)
- new-api-v0.12.10.exe (67.4 MB)
- Source code (zip)
- Source code (tar.gz)
v0.12.9
リリース版 · 公開日 2026-04-13 15:28:47 (UTC+8)
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/compactroute (#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
- fix(GroupTable): prevent Input cursor jumping to end on keystroke by @Xbang0222 in https://github.com/QuantumNous/new-api/pull/4208
- feat: display next quota reset time in subscription card by @ShengM97 in https://github.com/QuantumNous/new-api/pull/4181
- fix: add Azure channel support for /v1/responses/compact URL routing by @woan1136 in https://github.com/QuantumNous/new-api/pull/4149
New Contributors
- @Xbang0222 made their first contribution in https://github.com/QuantumNous/new-api/pull/4208
- @ShengM97 made their first contribution in https://github.com/QuantumNous/new-api/pull/4181
- @woan1136 made their first contribution in https://github.com/QuantumNous/new-api/pull/4149
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.8...v0.12.9
Download Resources
- checksums-linux.txt (170 B)
- checksums-macos.txt (88 B)
- checksums-windows.txt (86 B)
- New-API-App.0.12.9.exe (106.3 MB)
- New-API-App.Setup.0.12.9.exe (106.6 MB)
- new-api-arm64-v0.12.9 (63.4 MB)
- new-api-macos-v0.12.9 (81.6 MB)
- new-api-v0.12.9 (65.7 MB)
- new-api-v0.12.9.exe (67.4 MB)
- Source code (zip)
- Source code (tar.gz)
v0.12.8
リリース版 · 公開日 2026-04-12 23:58:29 (UTC+8)
Bug Fixes
- Correctly report the stream status in error logs instead of defaulting to false (#4195).
What's Changed
- fix: isStream status in error logs instead of hardcoded false by @feitianbubu in https://github.com/QuantumNous/new-api/pull/4195
- chore(deps): bump axios from 1.13.5 to 1.15.0 in /web by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/4201
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.7...v0.12.8
Download Resources
- checksums-linux.txt (170 B)
- checksums-macos.txt (88 B)
- checksums-windows.txt (86 B)
- New-API-App.0.12.8.exe (106.3 MB)
- New-API-App.Setup.0.12.8.exe (106.5 MB)
- new-api-arm64-v0.12.8 (63.4 MB)
- new-api-macos-v0.12.8 (81.6 MB)
- new-api-v0.12.8 (65.7 MB)
- new-api-v0.12.8.exe (67.4 MB)
- Source code (zip)
- Source code (tar.gz)
v0.12.7
リリース版 · 公開日 2026-04-12 17:47:25 (UTC+8)
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
Download Resources
- checksums-linux.txt (170 B)
- checksums-macos.txt (88 B)
- checksums-windows.txt (86 B)
- New-API-App.0.12.7.exe (106.3 MB)
- New-API-App.Setup.0.12.7.exe (106.5 MB)
- new-api-arm64-v0.12.7 (63.4 MB)
- new-api-macos-v0.12.7 (81.6 MB)
- new-api-v0.12.7 (65.7 MB)
- new-api-v0.12.7.exe (67.4 MB)
- Source code (zip)
- Source code (tar.gz)
v0.12.6
リリース版 · 公開日 2026-04-09 14:44:42 (UTC+8)
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
- fix(zhipu_4v): use correct endpoint for coding plan image generation by @NyaMisty in https://github.com/QuantumNous/new-api/pull/4146
- fix: prefer explicit pricing for compact models by @seefs001 in https://github.com/QuantumNous/new-api/pull/4156
- fix(ali): accept string usage values in task polling by @seefs001 in https://github.com/QuantumNous/new-api/pull/4155
- feat: fill in some custom fields for vllm-omini by @seefs001 in https://github.com/QuantumNous/new-api/pull/4154
- fix: document render by @seefs001 in https://github.com/QuantumNous/new-api/pull/4153
- ci: refine PR template and add PR submission checks by @seefs001 in https://github.com/QuantumNous/new-api/pull/4076
New Contributors
- @NyaMisty made their first contribution in https://github.com/QuantumNous/new-api/pull/4146
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.5...v0.12.6
Download Resources
- checksums-linux.txt (170 B)
- checksums-macos.txt (88 B)
- checksums-windows.txt (86 B)
- New-API-App.0.12.6.exe (106.3 MB)
- New-API-App.Setup.0.12.6.exe (106.5 MB)
- new-api-arm64-v0.12.6 (63.4 MB)
- new-api-macos-v0.12.6 (81.6 MB)
- new-api-v0.12.6 (65.7 MB)
- new-api-v0.12.6.exe (67.4 MB)
- Source code (zip)
- Source code (tar.gz)
nightly-20260409-4d2993e
リリース版 · 公開日 2026-04-09 17:14:49 (UTC+8)
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
- fix(zhipu_4v): use correct endpoint for coding plan image generation by @NyaMisty in https://github.com/QuantumNous/new-api/pull/4146
- fix: prefer explicit pricing for compact models by @seefs001 in https://github.com/QuantumNous/new-api/pull/4156
- fix(ali): accept string usage values in task polling by @seefs001 in https://github.com/QuantumNous/new-api/pull/4155
- feat: fill in some custom fields for vllm-omini by @seefs001 in https://github.com/QuantumNous/new-api/pull/4154
- fix: document render by @seefs001 in https://github.com/QuantumNous/new-api/pull/4153
- ci: refine PR template and add PR submission checks by @seefs001 in https://github.com/QuantumNous/new-api/pull/4076
- fix(channel-test): support tiered billing model tests by @yyhhyyyyyy in https://github.com/QuantumNous/new-api/pull/4145
New Contributors
- @NyaMisty made their first contribution in https://github.com/QuantumNous/new-api/pull/4146
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.5...nightly-20260409
Download Resources
v0.12.5
リリース版 · 公開日 2026-04-08 17:13:32 (UTC+8)
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
- feat: 支持强制使用 AUTH LOGIN 以解决 outlook 等邮箱的发件问题 by @Hoshino-Yumetsuki in https://github.com/QuantumNous/new-api/pull/4112
- feat(minimax): add image generation relay support by @forsakenyang in https://github.com/QuantumNous/new-api/pull/4103
New Contributors
- @Hoshino-Yumetsuki made their first contribution in https://github.com/QuantumNous/new-api/pull/4112
- @forsakenyang made their first contribution in https://github.com/QuantumNous/new-api/pull/4103
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.4...v0.12.5
Download Resources
- checksums-linux.txt (170 B)
- checksums-macos.txt (88 B)
- checksums-windows.txt (86 B)
- new-api-arm64-v0.12.5 (63.4 MB)
- new-api-macos-v0.12.5 (81.6 MB)
- new-api-v0.12.5 (65.7 MB)
- new-api-v0.12.5.exe (67.4 MB)
- Source code (zip)
- Source code (tar.gz)
v0.12.4
リリース版 · 公開日 2026-04-08 15:49:44 (UTC+8)
New Features
- Added an
IncludeModelNameoption 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
DurationinTaskSubmitReq(#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
- feat: add IncludeModelName option to channel affinity rules by @clansty in https://github.com/QuantumNous/new-api/pull/3488
- feat: add ErrorBoundary to prevent full-page crashes by @goodmorning10 in https://github.com/QuantumNous/new-api/pull/3350
- fix: Claude 流式断流时不再整份覆盖 usage,保留 cache 计费字段 by @zuiho-kai in https://github.com/QuantumNous/new-api/pull/4128
- fix(pricing): add filtering for pricing based on usable groups by @bbbugg in https://github.com/QuantumNous/new-api/pull/4123
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/bedrockruntime from 1.50.0 to 1.50.4 by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/4136
- add 添加 启用错误日志记录到env配置中 by @binorxin in https://github.com/QuantumNous/new-api/pull/4131
- Seedance support duration by @feitianbubu in https://github.com/QuantumNous/new-api/pull/4068
- fix: 修复 失败后不重试 配置项写到内存被覆盖 by @seefs001 in https://github.com/QuantumNous/new-api/pull/4142
New Contributors
- @clansty made their first contribution in https://github.com/QuantumNous/new-api/pull/3488
- @goodmorning10 made their first contribution in https://github.com/QuantumNous/new-api/pull/3350
- @zuiho-kai made their first contribution in https://github.com/QuantumNous/new-api/pull/4128
- @bbbugg made their first contribution in https://github.com/QuantumNous/new-api/pull/4123
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.3...v0.12.4
Download Resources
- checksums-linux.txt (170 B)
- checksums-macos.txt (88 B)
- checksums-windows.txt (86 B)
- New-API-App.0.12.4.exe (106.3 MB)
- New-API-App.Setup.0.12.4.exe (106.5 MB)
- new-api-arm64-v0.12.4 (63.4 MB)
- new-api-macos-v0.12.4 (81.6 MB)
- new-api-v0.12.4 (65.7 MB)
- new-api-v0.12.4.exe (67.3 MB)
- Source code (zip)
- Source code (tar.gz)
v0.12.3
リリース版 · 公開日 2026-04-08 01:04:04 (UTC+8)
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
- feat(token): add batch API for fetching token keys by @RedwindA in https://github.com/QuantumNous/new-api/pull/4114
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.2...v0.12.3
Download Resources
- checksums-linux.txt (170 B)
- checksums-macos.txt (88 B)
- checksums-windows.txt (86 B)
- New-API-App.0.12.3.exe (106.3 MB)
- New-API-App.Setup.0.12.3.exe (106.5 MB)
- new-api-arm64-v0.12.3 (63.3 MB)
- new-api-macos-v0.12.3 (81.5 MB)
- new-api-v0.12.3 (65.6 MB)
- new-api-v0.12.3.exe (67.3 MB)
- Source code (zip)
- Source code (tar.gz)
v0.12.2
リリース版 · 公開日 2026-04-06 18:10:52 (UTC+8)
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_deltafor the final stream chunk (#4090). - Fix Gemini stream detection by checking the
:streamGenerateContentURL path (#4087). - Fix Claude request requirements by properly setting TopP to nil.
Improvements
- Unify file source creation and enhance caching mechanisms.
What's Changed
- fix(gemini): detect streaming from URL path :streamGenerateContent by @D26FORWARD in https://github.com/QuantumNous/new-api/pull/4087
- fix: emit claude message_delta for usage-only final stream chunk by @seefs001 in https://github.com/QuantumNous/new-api/pull/4090
- chore(deps-dev): bump electron from 35.7.5 to 39.8.5 in /electron by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/4080
- chore(deps-dev): bump @xmldom/xmldom from 0.8.11 to 0.8.12 in /electron by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/3523
- chore(deps-dev): bump lodash from 4.17.23 to 4.18.1 in /electron by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/4097
- feat(playground): enhance max_tokens handling and input sanitization by @HynoR in https://github.com/QuantumNous/new-api/pull/4106
New Contributors
- @D26FORWARD made their first contribution in https://github.com/QuantumNous/new-api/pull/4087
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.1...v0.12.2
Download Resources
- checksums-linux.txt (170 B)
- checksums-macos.txt (88 B)
- checksums-windows.txt (86 B)
- New-API-App.0.12.2.exe (106.3 MB)
- New-API-App.Setup.0.12.2.exe (106.5 MB)
- new-api-arm64-v0.12.2 (63.2 MB)
- new-api-macos-v0.12.2 (81.4 MB)
- new-api-v0.12.2 (65.5 MB)
- new-api-v0.12.2.exe (67.2 MB)
- Source code (zip)
- Source code (tar.gz)
v0.12.1
リリース版 · 公開日 2026-04-02 22:01:41 (UTC+8)
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
- fix: add basic inline file support for Claude relay by @seefs001 in https://github.com/QuantumNous/new-api/pull/3505
- 新增seedance2.0视频接口支持 by @feitianbubu in https://github.com/QuantumNous/new-api/pull/4042
- feat: add HEIC/HEIF image format support for Gemini channel by @RedwindA in https://github.com/QuantumNous/new-api/pull/4049
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.0...v0.12.1
Download Resources
- checksums-linux.txt (170 B)
- checksums-macos.txt (88 B)
- checksums-windows.txt (86 B)
- New-API-App.0.12.1.exe (96.8 MB)
- New-API-App.Setup.0.12.1.exe (97.0 MB)
- new-api-arm64-v0.12.1 (63.2 MB)
- new-api-macos-v0.12.1 (81.4 MB)
- new-api-v0.12.1 (65.5 MB)
- new-api-v0.12.1.exe (67.2 MB)
- Source code (zip)
- Source code (tar.gz)
このガイドはいかがですか?
最終更新