Commit Graph

  • 3f9adc9992 fix: openai 格式请求 claude 没计费 create cache token Xyfacai 2025-09-10 15:30:23 +08:00
  • 00579f2f8d feat: dalle 自定义字段透传 Xyfacai 2025-09-10 15:29:07 +08:00
  • 2d893d2506 fix:Account Management Status undefinedcodezhong 2025-09-10 10:41:44 +08:00
  • e8afc25c71 chore: remove PR branching strategy workflow file CaIon 2025-09-09 23:23:53 +08:00
  • e2c2d182fa Merge pull request #1767 from QuantumNous/copy-claude-header-from-upstream Calcium-Ion 2025-09-09 23:21:57 +08:00
  • bbfbce9c67 fix: claude header was not set correctly creamlike1024 2025-09-09 23:18:07 +08:00
  • 1b1953e21a Merge branch 'alpha' CaIon 2025-09-09 23:08:17 +08:00
  • edf46c701f 前端部分,调试 完善 Little Write 2025-09-08 23:25:30 +08:00
  • 51a7aa440b 完成 后端 部分,webo hhok 待完善 Little Write 2025-09-08 23:07:05 +08:00
  • 62a25874fa merge DD 2025-09-08 17:33:15 +08:00
  • cfbc2df3f8 add submodel.ai DD 2025-09-08 16:21:21 +08:00
  • b3e67d5ef7 Merge pull request #1692 from yunayj/alpha Calcium-Ion 2025-09-08 14:55:48 +08:00
  • 8319198122 Merge pull request #1761 from QuantumNous/openaitoclaude-improve IcedTangerine 2025-09-07 23:39:30 +08:00
  • de73bfff78 feat(relay-claude): mapping stop reason and send text delta on block start type - convert claude stop reason "max_tokens" to openai "length" - send content_block_start content text delta creamlike1024 2025-09-07 23:03:19 +08:00
  • 80cfa0d0df Merge pull request #1677 from QuantumNous/gemini-2.5-flash-image-preview-billing Seefs 2025-09-07 14:15:24 +08:00
  • 8fcc49377c Merge pull request #1754 from HynoR/fix/dtresp Seefs 2025-09-07 13:56:42 +08:00
  • 23a82b9646 fix: enhance tool usage parsing with additional nil checks and error logging HynoR 2025-09-07 07:42:25 +08:00
  • baf134cd50 🐛 fix(models): export setActivePage to prevent tab-change TypeError t0ng7u 2025-09-06 21:57:26 +08:00
  • ab5351c270 fix: add error handling for missing built-in tools and validate response in stream handler HynoR 2025-09-05 13:58:24 +08:00
  • dffbd39cde Merge pull request #1749 from nekohy/feats-negative-number Seefs 2025-09-04 23:39:43 +08:00
  • 1de5216148 fix: allow the negative number for override.go Nekohy 2025-09-04 23:36:19 +08:00
  • e53cbd96ad fix(channel): implement per-channel locking to ensure thread-safe updates in multi-key mode CaIon 2025-09-03 15:52:54 +08:00
  • 6d81312e7e Add request format conversion functionality Calcium-Ion 2025-09-03 14:45:00 +08:00
  • 4f5c343791 feat(readme): update format conversion feature details in README CaIon 2025-09-03 14:43:51 +08:00
  • f0183785c9 feat(option): enhance UpdateOption to handle various value types and improve validation CaIon 2025-09-03 14:30:25 +08:00
  • 1bbabda081 feat(monitor_setting): implement automatic channel testing configuration CaIon 2025-09-03 14:00:52 +08:00
  • 22b724ca44 🐛 fix(models-sync): allow sync when no conflicts selected t0ng7u 2025-09-03 00:06:27 +08:00
  • 25dbd39d1e 🐛 fix(models sync): send correct overwrite payload and drop fallback Ensure UpstreamConflictModal submits { overwrite: payload, locale } instead of spreading an array into an object Remove numeric-key fallback from applyUpstreamOverwrite for simpler and explicit logic Effect: selected fields are now actually updated; success message shows updated model count Refs: backend SyncUpstreamModels expects overwrite: overwriteField[] t0ng7u 2025-09-02 19:07:17 +08:00
  • 31d5eb87ba Merge remote-tracking branch 'origin/alpha' into alpha t0ng7u 2025-09-02 18:49:51 +08:00
  • 14af08750f feat(sync): multi-language sync wizard, backend locale support, and conflict modal UX improvements t0ng7u 2025-09-02 18:49:37 +08:00
  • 4083126788 Merge pull request #1733 from seefs001/fix/jsoneditor Seefs 2025-09-02 18:32:36 +08:00
  • d1fc9bd712 fix: adjust column spans in JSONEditor for better layout #1719 Seefs 2025-09-02 18:28:23 +08:00
  • ada7b96823 Merge pull request #1724 from momomobinx/base Seefs 2025-09-02 18:09:56 +08:00
  • 785d0c4284 Merge branch 'alpha' into base Seefs 2025-09-02 18:08:39 +08:00
  • 42e5794d00 🎨 fix: sidebar skeleton background and icon spacing consistency t0ng7u 2025-09-02 17:07:01 +08:00
  • ff42b7fa88 openai v1/models 完全兼容 解决接入trae时候的字段校验 xuebin 2025-08-19 16:37:19 +08:00
  • ffe78e99ee Merge branch 'feitianbubu-pr/opt-audio-usage' into alpha creamlike1024 2025-09-02 13:35:28 +08:00
  • 69e76dae34 feat: use audio token usage if return feitianbubu 2025-09-02 10:49:06 +08:00
  • f10dab864f fix(web/layout): normalize HeaderBar -> headerbar (case) t0ng7u 2025-09-02 04:10:32 +08:00
  • 94129c48ea 🤖 fix(web/layout): rename HeaderBar -> headerbar (case sensitive) t0ng7u 2025-09-02 04:03:19 +08:00
  • c28e89abb8 🐛 fix(web/layout): explicitly import headerbar/index.jsx to resolve Linux build failure t0ng7u 2025-09-02 03:54:32 +08:00
  • 5dc2d775e9 🌏 i18n: replace to correct punctuation mark t0ng7u 2025-09-02 03:42:31 +08:00
  • d8e36a7057 feat: Add skeleton loading states for sidebar navigation t0ng7u 2025-09-02 03:38:01 +08:00
  • d15b31ab5c 🧹 refactor(db): remove legacy models/vendors index cleanup logic t0ng7u 2025-09-02 02:24:17 +08:00
  • 54f118d9ba feat(models-sync): official upstream sync with conflict resolution UI, opt‑out flag, and backend resiliency t0ng7u 2025-09-02 02:04:22 +08:00
  • 55c8271311 feat(ratio-sync, ui): add built‑in “Official Ratio Preset” and harden upstream sync t0ng7u 2025-09-01 23:43:39 +08:00
  • 7d9728519c Merge pull request #1680 from HynoR/fix/res Seefs 2025-09-01 21:04:27 +08:00
  • 99afd05d7d Merge pull request #1712 from seefs001/feature/bark Seefs 2025-09-01 20:28:12 +08:00
  • 60b7db29fc Merge pull request #1713 from seefs001/feature/channel_remark Seefs 2025-09-01 20:26:06 +08:00
  • 06785c019f feat: add channel remark #1710 Seefs 2025-09-01 16:23:29 +08:00
  • 4f44bbed31 feat: bark notification #1699 Seefs 2025-09-01 15:57:23 +08:00
  • 5bb732394f Merge pull request #1672 from feitianbubu/pr/fix-mysql-default-false IcedTangerine 2025-08-31 15:06:37 +08:00
  • 3d86279240 fix: revert a00d8e2 creamlike1024 2025-08-31 14:59:55 +08:00
  • 11fa5042df fix: update sidebar modules role check creamlike1024 2025-08-31 14:54:47 +08:00
  • a00d8e25eb fix(user): UpdateSelf 边栏权限检查和类型检查 creamlike1024 2025-08-31 14:40:35 +08:00
  • 8ed175a5f8 fix: add OptionMap RLock to GetStatus() creamlike1024 2025-08-31 14:28:02 +08:00
  • d2dcd8beb3 Merge branch 'alpha' of github.com:x-Ai/new-api into x-Ai-alpha creamlike1024 2025-08-31 14:03:17 +08:00
  • ed71c9fcf3 🎨 style(go): format entire codebase t0ng7u 2025-08-31 13:08:34 +08:00
  • 6d7c00634c 🐛 fix(db): rename composite unique indexes to avoid drop/recreate on restart t0ng7u 2025-08-31 13:00:28 +08:00
  • d0d6168e2f 顶栏和侧边栏管理 F。 2025-08-31 07:07:40 +08:00
  • ff4b5b3fd2 feat: improve ratio update creamlike1024 2025-08-30 23:53:46 +08:00
  • 2875dbba10 feat: 图像倍率,音频倍率和音频补全倍率配置 creamlike1024 2025-08-30 23:28:09 +08:00
  • 0d57b1acd4 🎨 chore(web): apply ESLint and Prettier auto-fixes (baseline) t0ng7u 2025-08-30 21:15:10 +08:00
  • 41cf516ec5 🤓 chore: remove the useless tooltip component t0ng7u 2025-08-29 23:56:18 +08:00
  • aee5b8caa7 feat(pricing): add default vendor icons with LobeHub color support t0ng7u 2025-08-29 23:42:33 +08:00
  • fc7234a1c9 Merge branch 'feitianbubu-pr/fix-kling-text2image' into alpha creamlike1024 2025-08-29 22:47:21 +08:00
  • d081dcff46 Merge branch 'pr/fix-kling-text2image' of github.com:feitianbubu/new-api into feitianbubu-pr/fix-kling-text2image creamlike1024 2025-08-29 22:45:59 +08:00
  • 95f5cb3980 Merge branch 'feitianbubu-pr/kling-new-params' into alpha creamlike1024 2025-08-29 22:40:23 +08:00
  • 63bf35a111 Merge branch 'pr/kling-new-params' of github.com:feitianbubu/new-api into feitianbubu-pr/kling-new-params creamlike1024 2025-08-29 22:39:54 +08:00
  • 5b90f60519 Merge remote-tracking branch 'origin/alpha' into alpha t0ng7u 2025-08-29 22:36:39 +08:00
  • 7826099221 🎨 feat(ui): enhance pricing components with improved icons and responsive design t0ng7u 2025-08-29 22:36:05 +08:00
  • 4bf9ef5579 Merge pull request #1564 from feitianbubu/pr/init-default-vendor IcedTangerine 2025-08-29 19:48:20 +08:00
  • fe71af943c 修改claude system参数为数组格式,提升API兼容性 yunayj 2025-08-29 19:06:01 +08:00
  • 64058614cb chore: Increase default page size from 10 to 100 items in model pricing views t0ng7u 2025-08-29 18:30:21 +08:00
  • 8ceb0316ce 📱 feat(pricing-header): show only search/copy/filter on mobile; hide vendor intro t0ng7u 2025-08-29 17:26:51 +08:00
  • 1bc0010f5c 🎨 feat: Implement responsive design for SelectableButtonGroup component t0ng7u 2025-08-29 17:05:49 +08:00
  • 6db0e77931 feat: add kling video new params support feitianbubu 2025-07-14 14:16:12 +08:00
  • 742871db57 feat(token_counter): add mime type extraction for base64 encoded data CaIon 2025-08-28 17:30:53 +08:00
  • 9e4c4d3bd1 fix(channel): ensure thread-safe polling with channel-specific lock CaIon 2025-08-28 16:34:23 +08:00
  • c7dc4ad1ef fix: 修复openai error 错误被覆盖 Xyfacai 2025-08-28 16:08:51 +08:00
  • e6f78733e1 fix: update model name filtering to be case-sensitive HynoR 2025-08-28 15:16:25 +08:00
  • f7c4eda0f3 Revert "refactor: replace DeepCopy with Copy for request handling consistency" CaIon 2025-08-28 15:11:55 +08:00
  • c21219fcff refactor: replace DeepCopy with Copy for request handling consistency CaIon 2025-08-28 14:57:47 +08:00
  • 7e698f658a fix(pre_consume_quota): improve error messages for insufficient user quota CaIon 2025-08-28 13:57:16 +08:00
  • 906f797be5 refactor: replace json.Marshal with common.Marshal for consistency and error handling CaIon 2025-08-28 13:51:07 +08:00
  • cebba71d7c Merge branch 'iszcz-alpha' into alpha creamlike1024 2025-08-27 23:27:31 +08:00
  • 3963863eb0 fix(relay): initialize TaskRelayInfo creamlike1024 2025-08-27 23:26:51 +08:00
  • 13d14dc8a8 Merge branch 'alpha' of github.com:iszcz/new-api into iszcz-alpha creamlike1024 2025-08-27 22:26:15 +08:00
  • a45513a7a6 feat: gemini-2.5-flash-image-preview 文本和图片输出计费 creamlike1024 2025-08-27 21:30:52 +08:00
  • cf8b021b61 feat: vertex veo (#1450) Sh1n3zZ 2025-08-26 08:29:26 +08:00
  • d1f3f2c395 fix(token_counter): update token counting logic to handle media token conditions CaIon 2025-08-27 17:11:33 +08:00
  • d92c9db61c fix(image): add error handling for empty base64 string in image decoding CaIon 2025-08-27 16:38:32 +08:00
  • d47779b0a3 fix: prevent loop auto-migrate with bool default false feitianbubu 2025-08-27 12:22:05 +08:00
  • 3401abe4d2 fix(relay-gemini): update media handling in candidate content processing CaIon 2025-08-27 12:14:50 +08:00
  • 61f2aa541b Merge remote-tracking branch 'origin/alpha' into alpha t0ng7u 2025-08-27 11:59:41 +08:00
  • 17cf9c2d60 feat(playground): add search functionality to group selector t0ng7u 2025-08-27 11:57:12 +08:00
  • 943e36ebaf 🐛 fix(playground): set Chat error text color to white to match Semi UI t0ng7u 2025-08-27 11:50:43 +08:00
  • 80a7d7eb51 Merge branch 'AAEE86-alpha' into alpha creamlike1024 2025-08-27 01:30:20 +08:00
  • d6fcc7a51d feat: add disable cache middleware creamlike1024 2025-08-27 01:30:01 +08:00
  • 1555e6832e Merge branch 'alpha' of github.com:AAEE86/new-api into AAEE86-alpha creamlike1024 2025-08-27 01:28:37 +08:00