n9router 0.4.35 → 0.4.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/.next/BUILD_ID +1 -1
- package/app/.next/app-path-routes-manifest.json +29 -16
- package/app/.next/build-manifest.json +3 -3
- package/app/.next/prerender-manifest.json +3 -3
- package/app/.next/required-server-files.json +5 -0
- package/app/.next/routes-manifest.json +120 -36
- package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js +24 -0
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js.nft.json +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page_client-reference-manifest.js +1 -0
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/combos/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/combos/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/console-log/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/console-log/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js +23 -17
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/mitm/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/mitm/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/profile/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/profile/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js +5 -3
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page.js +5 -3
- package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/quota/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/quota/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/skills/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/skills/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/skills/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/translator/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/translator/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/usage/page.js +3 -3
- package/app/.next/server/app/(dashboard)/dashboard/usage/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_global-error/page.js +3 -3
- package/app/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/app/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_global-error.html +1 -1
- package/app/.next/server/app/_global-error.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/_not-found/page.js +2 -2
- package/app/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/app/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_not-found.html +1 -1
- package/app/.next/server/app/_not-found.rsc +5 -6
- package/app/.next/server/app/_not-found.segments/_full.segment.rsc +5 -6
- package/app/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/_not-found.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/app/.next/server/app/_not-found.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/api/antigravity-app/route.js +1 -1
- package/app/.next/server/app/api/antigravity-app/route.js.nft.json +1 -1
- package/app/.next/server/app/api/antigravity-app-v2/route.js +1 -1
- package/app/.next/server/app/api/antigravity-app-v2/route.js.nft.json +1 -1
- package/app/.next/server/app/api/antigravity-ide/route.js +1 -1
- package/app/.next/server/app/api/antigravity-ide/route.js.nft.json +1 -1
- package/app/.next/server/app/api/antigravity-tools/import/route.js +1 -1
- package/app/.next/server/app/api/antigravity-tools/import/route.js.nft.json +1 -1
- package/app/.next/server/app/api/antigravity-tools/import-refresh-tokens/route.js +1 -1
- package/app/.next/server/app/api/antigravity-tools/import-refresh-tokens/route.js.nft.json +1 -1
- package/app/.next/server/app/api/auth/login/route.js +1 -1
- package/app/.next/server/app/api/auth/login/route.js.nft.json +1 -1
- package/app/.next/server/app/api/auth/logout/route.js +1 -1
- package/app/.next/server/app/api/auth/logout/route.js.nft.json +1 -1
- package/app/.next/server/app/api/auth/oidc/callback/route.js +1 -0
- package/app/.next/server/app/api/{cloud/credentials/update → auth/oidc/callback}/route.js.nft.json +1 -1
- package/app/.next/server/app/api/{cloud/models/alias → auth/oidc/callback}/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/auth/oidc/start/route.js +1 -0
- package/app/.next/server/app/api/{cloud/models/alias → auth/oidc/start}/route.js.nft.json +1 -1
- package/app/.next/server/app/api/auth/oidc/start/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/auth/oidc/test/route.js +1 -0
- package/app/.next/server/app/api/{cloud/model/resolve → auth/oidc/test}/route.js.nft.json +1 -1
- package/app/.next/server/app/api/auth/oidc/test/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/auth/status/route.js +1 -0
- package/app/.next/server/app/api/{tunnel/tailscale-login → auth/status}/route.js.nft.json +1 -1
- package/app/.next/server/app/api/auth/status/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/cli-tools/all-statuses/route.js +17 -0
- package/app/.next/server/app/api/{tunnel/tailscale-start-daemon → cli-tools/all-statuses}/route.js.nft.json +1 -1
- package/app/.next/server/app/api/{tunnel/tailscale-login → cli-tools/all-statuses}/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/claude-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/claude-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/cline-settings/route.js +2 -0
- package/app/.next/server/app/api/cli-tools/cline-settings/route.js.nft.json +1 -0
- package/app/.next/server/app/api/{cloud/credentials/update → cli-tools/cline-settings}/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/codex-settings/route.js +1 -32
- package/app/.next/server/app/api/cli-tools/codex-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/copilot-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/copilot-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/cowork-mcp-registry/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/cowork-mcp-registry/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/cowork-mcp-tools/route.js +2 -0
- package/app/.next/server/app/api/cli-tools/cowork-mcp-tools/route.js.nft.json +1 -0
- package/app/.next/server/app/api/cli-tools/cowork-mcp-tools/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/cli-tools/cowork-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/cowork-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/deepseek-tui-settings/route.js +9 -0
- package/app/.next/server/app/api/cli-tools/deepseek-tui-settings/route.js.nft.json +1 -0
- package/app/.next/server/app/api/cli-tools/deepseek-tui-settings/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/cli-tools/droid-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/droid-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/hermes-settings/route.js +3 -3
- package/app/.next/server/app/api/cli-tools/hermes-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/jcode-settings/route.js +2 -0
- package/app/.next/server/app/api/cli-tools/jcode-settings/route.js.nft.json +1 -0
- package/app/.next/server/app/api/cli-tools/jcode-settings/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/cli-tools/kilo-settings/route.js +2 -0
- package/app/.next/server/app/api/cli-tools/kilo-settings/route.js.nft.json +1 -0
- package/app/.next/server/app/api/cli-tools/kilo-settings/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/cli-tools/openclaw-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/openclaw-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/cli-tools/opencode-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/opencode-settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/combos/[id]/route.js +1 -1
- package/app/.next/server/app/api/combos/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/combos/route.js +1 -1
- package/app/.next/server/app/api/combos/route.js.nft.json +1 -1
- package/app/.next/server/app/api/donate/route.js +1 -0
- package/app/.next/server/app/api/donate/route.js.nft.json +1 -0
- package/app/.next/server/app/api/donate/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/health/route.js +1 -1
- package/app/.next/server/app/api/health/route.js.nft.json +1 -1
- package/app/.next/server/app/api/init/route.js +1 -1
- package/app/.next/server/app/api/init/route.js.nft.json +1 -1
- package/app/.next/server/app/api/internal/account-health/route.js +1 -1
- package/app/.next/server/app/api/internal/account-health/route.js.nft.json +1 -1
- package/app/.next/server/app/api/internal/request-detail/route.js +1 -1
- package/app/.next/server/app/api/internal/request-detail/route.js.nft.json +1 -1
- package/app/.next/server/app/api/internal/usage/route.js +1 -1
- package/app/.next/server/app/api/internal/usage/route.js.nft.json +1 -1
- package/app/.next/server/app/api/keys/[id]/reset-usage/route.js +1 -1
- package/app/.next/server/app/api/keys/[id]/reset-usage/route.js.nft.json +1 -1
- package/app/.next/server/app/api/keys/[id]/route.js +1 -1
- package/app/.next/server/app/api/keys/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/keys/[id]/usage/route.js +1 -1
- package/app/.next/server/app/api/keys/[id]/usage/route.js.nft.json +1 -1
- package/app/.next/server/app/api/keys/route.js +1 -1
- package/app/.next/server/app/api/keys/route.js.nft.json +1 -1
- package/app/.next/server/app/api/locale/route.js +1 -1
- package/app/.next/server/app/api/locale/route.js.nft.json +1 -1
- package/app/.next/server/app/api/mcp/[plugin]/message/route.js +7 -0
- package/app/.next/server/app/api/mcp/[plugin]/message/route.js.nft.json +1 -0
- package/app/.next/server/app/api/mcp/[plugin]/message/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/mcp/[plugin]/sse/route.js +7 -0
- package/app/.next/server/app/api/mcp/[plugin]/sse/route.js.nft.json +1 -0
- package/app/.next/server/app/api/mcp/[plugin]/sse/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/media-providers/tts/deepgram/voices/route.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/deepgram/voices/route.js.nft.json +1 -1
- package/app/.next/server/app/api/media-providers/tts/elevenlabs/voices/route.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/elevenlabs/voices/route.js.nft.json +1 -1
- package/app/.next/server/app/api/media-providers/tts/inworld/voices/route.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/inworld/voices/route.js.nft.json +1 -1
- package/app/.next/server/app/api/media-providers/tts/minimax/voices/route.js +1 -0
- package/app/.next/server/app/api/media-providers/tts/minimax/voices/route.js.nft.json +1 -0
- package/app/.next/server/app/api/media-providers/tts/minimax/voices/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/media-providers/tts/voices/route.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/voices/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/alias/route.js +1 -1
- package/app/.next/server/app/api/models/alias/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/availability/route.js +1 -1
- package/app/.next/server/app/api/models/availability/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/custom/route.js +1 -1
- package/app/.next/server/app/api/models/custom/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/disabled/route.js +1 -1
- package/app/.next/server/app/api/models/disabled/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/route.js +1 -1
- package/app/.next/server/app/api/models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/models/test/route.js +1 -1
- package/app/.next/server/app/api/models/test/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/[provider]/[action]/route.js +1 -6
- package/app/.next/server/app/api/oauth/[provider]/[action]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/codex/import-token/route.js +1 -0
- package/app/.next/server/app/api/oauth/codex/import-token/route.js.nft.json +1 -0
- package/app/.next/server/app/api/oauth/codex/import-token/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/oauth/cursor/auto-import/route.js +2 -2
- package/app/.next/server/app/api/oauth/cursor/auto-import/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/cursor/import/route.js +1 -1
- package/app/.next/server/app/api/oauth/cursor/import/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/gitlab/pat/route.js +1 -1
- package/app/.next/server/app/api/oauth/gitlab/pat/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/iflow/cookie/route.js +1 -1
- package/app/.next/server/app/api/oauth/iflow/cookie/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/kiro/auto-import/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/auto-import/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/kiro/import/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/import/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js.nft.json +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js.nft.json +1 -1
- package/app/.next/server/app/api/pricing/route.js +1 -1
- package/app/.next/server/app/api/pricing/route.js.nft.json +1 -1
- package/app/.next/server/app/api/provider-nodes/[id]/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/provider-nodes/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/route.js.nft.json +1 -1
- package/app/.next/server/app/api/provider-nodes/validate/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/validate/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/[id]/models/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/[id]/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/[id]/test/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/test/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/[id]/test-models/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/test-models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/client/route.js +1 -1
- package/app/.next/server/app/api/providers/client/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/kilo/free-models/route.js +1 -1
- package/app/.next/server/app/api/providers/kilo/free-models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/route.js +1 -1
- package/app/.next/server/app/api/providers/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/suggested-models/route.js +1 -1
- package/app/.next/server/app/api/providers/suggested-models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/test-batch/route.js +1 -1
- package/app/.next/server/app/api/providers/test-batch/route.js.nft.json +1 -1
- package/app/.next/server/app/api/providers/validate/route.js +1 -1
- package/app/.next/server/app/api/providers/validate/route.js.nft.json +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/test/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/test/route.js.nft.json +1 -1
- package/app/.next/server/app/api/proxy-pools/cloudflare-deploy/route.js +43 -0
- package/app/.next/server/app/api/{cloud/auth → proxy-pools/cloudflare-deploy}/route.js.nft.json +1 -1
- package/app/.next/server/app/api/proxy-pools/cloudflare-deploy/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/proxy-pools/deno-deploy/route.js +40 -0
- package/app/.next/server/app/api/proxy-pools/deno-deploy/route.js.nft.json +1 -0
- package/app/.next/server/app/api/proxy-pools/deno-deploy/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/proxy-pools/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/route.js.nft.json +1 -1
- package/app/.next/server/app/api/proxy-pools/vercel-deploy/route.js +2 -2
- package/app/.next/server/app/api/proxy-pools/vercel-deploy/route.js.nft.json +1 -1
- package/app/.next/server/app/api/settings/database/route.js +1 -1
- package/app/.next/server/app/api/settings/database/route.js.nft.json +1 -1
- package/app/.next/server/app/api/settings/proxy-test/route.js +1 -1
- package/app/.next/server/app/api/settings/proxy-test/route.js.nft.json +1 -1
- package/app/.next/server/app/api/settings/require-login/route.js +1 -1
- package/app/.next/server/app/api/settings/require-login/route.js.nft.json +1 -1
- package/app/.next/server/app/api/settings/route.js +1 -1
- package/app/.next/server/app/api/settings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/shutdown/route.js +1 -1
- package/app/.next/server/app/api/shutdown/route.js.nft.json +1 -1
- package/app/.next/server/app/api/tags/route.js +1 -1
- package/app/.next/server/app/api/tags/route.js.nft.json +1 -1
- package/app/.next/server/app/api/translator/console-logs/route.js +1 -1
- package/app/.next/server/app/api/translator/console-logs/route.js.nft.json +1 -1
- package/app/.next/server/app/api/translator/console-logs/stream/route.js +2 -2
- package/app/.next/server/app/api/translator/console-logs/stream/route.js.nft.json +1 -1
- package/app/.next/server/app/api/translator/load/route.js +1 -1
- package/app/.next/server/app/api/translator/load/route.js.nft.json +1 -1
- package/app/.next/server/app/api/translator/save/route.js +1 -1
- package/app/.next/server/app/api/translator/save/route.js.nft.json +1 -1
- package/app/.next/server/app/api/translator/send/route.js +1 -1
- package/app/.next/server/app/api/translator/send/route.js.nft.json +1 -1
- package/app/.next/server/app/api/translator/translate/route.js +1 -1
- package/app/.next/server/app/api/translator/translate/route.js.nft.json +1 -1
- package/app/.next/server/app/api/tunnel/disable/route.js +1 -1
- package/app/.next/server/app/api/tunnel/disable/route.js.nft.json +1 -1
- package/app/.next/server/app/api/tunnel/enable/route.js +1 -1
- package/app/.next/server/app/api/tunnel/enable/route.js.nft.json +1 -1
- package/app/.next/server/app/api/tunnel/status/route.js +1 -1
- package/app/.next/server/app/api/tunnel/status/route.js.nft.json +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-check/route.js +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-check/route.js.nft.json +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-disable/route.js +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-disable/route.js.nft.json +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-enable/route.js +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-enable/route.js.nft.json +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-install/route.js +4 -4
- package/app/.next/server/app/api/tunnel/tailscale-install/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/[connectionId]/route.js +1 -1
- package/app/.next/server/app/api/usage/[connectionId]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/chart/route.js +1 -1
- package/app/.next/server/app/api/usage/chart/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/history/route.js +1 -1
- package/app/.next/server/app/api/usage/history/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/logs/route.js +1 -1
- package/app/.next/server/app/api/usage/logs/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/providers/route.js +1 -1
- package/app/.next/server/app/api/usage/providers/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/report/route.js +1 -1
- package/app/.next/server/app/api/usage/report/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/request-details/route.js +1 -1
- package/app/.next/server/app/api/usage/request-details/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/request-logs/route.js +1 -1
- package/app/.next/server/app/api/usage/request-logs/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/stats/route.js +1 -1
- package/app/.next/server/app/api/usage/stats/route.js.nft.json +1 -1
- package/app/.next/server/app/api/usage/stream/route.js +2 -2
- package/app/.next/server/app/api/usage/stream/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/api/chat/route.js +1 -1
- package/app/.next/server/app/api/v1/api/chat/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/audio/speech/route.js +1 -1
- package/app/.next/server/app/api/v1/audio/speech/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/audio/transcriptions/route.js +1 -1
- package/app/.next/server/app/api/v1/audio/transcriptions/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/audio/voices/route.js +1 -1
- package/app/.next/server/app/api/v1/audio/voices/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/chat/completions/route.js +1 -1
- package/app/.next/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/embeddings/route.js +1 -1
- package/app/.next/server/app/api/v1/embeddings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/images/generations/route.js +2 -2
- package/app/.next/server/app/api/v1/images/generations/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/messages/count_tokens/route.js +1 -1
- package/app/.next/server/app/api/v1/messages/count_tokens/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/messages/route.js +1 -1
- package/app/.next/server/app/api/v1/messages/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/models/[kind]/route.js +1 -1
- package/app/.next/server/app/api/v1/models/[kind]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/models/info/route.js +1 -1
- package/app/.next/server/app/api/v1/models/info/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/models/route.js +1 -1
- package/app/.next/server/app/api/v1/models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/responses/compact/route.js +1 -1
- package/app/.next/server/app/api/v1/responses/compact/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/responses/route.js +1 -1
- package/app/.next/server/app/api/v1/responses/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/route.js +1 -1
- package/app/.next/server/app/api/v1/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/search/route.js +1 -1
- package/app/.next/server/app/api/v1/search/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/web/fetch/route.js +1 -1
- package/app/.next/server/app/api/v1/web/fetch/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -1
- package/app/.next/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1beta/models/route.js +1 -1
- package/app/.next/server/app/api/v1beta/models/route.js.nft.json +1 -1
- package/app/.next/server/app/api/version/route.js +1 -1
- package/app/.next/server/app/api/version/route.js.nft.json +1 -1
- package/app/.next/server/app/api/version/shutdown/route.js +1 -0
- package/app/.next/server/app/api/version/shutdown/route.js.nft.json +1 -0
- package/app/.next/server/app/api/version/shutdown/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/version/update/route.js +1 -1
- package/app/.next/server/app/api/version/update/route.js.nft.json +1 -1
- package/app/.next/server/app/callback/page.js +2 -2
- package/app/.next/server/app/callback/page.js.nft.json +1 -1
- package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/callback.html +1 -1
- package/app/.next/server/app/callback.rsc +6 -7
- package/app/.next/server/app/callback.segments/_full.segment.rsc +6 -7
- package/app/.next/server/app/callback.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/callback.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/callback.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/callback.segments/callback/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/callback.segments/callback.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.html +1 -1
- package/app/.next/server/app/dashboard/basic-chat.rsc +7 -8
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/basic-chat.segments/_full.segment.rsc +7 -8
- package/app/.next/server/app/dashboard/basic-chat.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/dashboard/cli-tools.html +1 -1
- package/app/.next/server/app/dashboard/cli-tools.rsc +7 -8
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/cli-tools.segments/_full.segment.rsc +7 -8
- package/app/.next/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/cli-tools.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/dashboard/combos.html +1 -1
- package/app/.next/server/app/dashboard/combos.rsc +7 -8
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/combos.segments/_full.segment.rsc +7 -8
- package/app/.next/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/combos.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/dashboard/combos.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/dashboard/endpoint.html +1 -1
- package/app/.next/server/app/dashboard/endpoint.rsc +7 -8
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/endpoint.segments/_full.segment.rsc +7 -8
- package/app/.next/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/endpoint.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/dashboard/endpoint.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/dashboard/media-providers/web.html +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.rsc +7 -8
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/media-providers/web.segments/_full.segment.rsc +7 -8
- package/app/.next/server/app/dashboard/media-providers/web.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/dashboard/media-providers/web.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/dashboard/mitm.html +1 -1
- package/app/.next/server/app/dashboard/mitm.rsc +7 -8
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/mitm.segments/_full.segment.rsc +7 -8
- package/app/.next/server/app/dashboard/mitm.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/mitm.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/dashboard/mitm.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/dashboard/profile.html +1 -1
- package/app/.next/server/app/dashboard/profile.rsc +7 -8
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/profile.segments/_full.segment.rsc +7 -8
- package/app/.next/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/profile.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/dashboard/profile.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/dashboard/providers/new.html +1 -1
- package/app/.next/server/app/dashboard/providers/new.rsc +7 -8
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers/new.segments/_full.segment.rsc +7 -8
- package/app/.next/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/dashboard/providers/new.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/dashboard/providers.html +1 -1
- package/app/.next/server/app/dashboard/providers.rsc +7 -8
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers.segments/_full.segment.rsc +7 -8
- package/app/.next/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/dashboard/providers.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/dashboard/proxy-pools.html +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.rsc +7 -8
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +7 -8
- package/app/.next/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/dashboard/quota.html +2 -2
- package/app/.next/server/app/dashboard/quota.rsc +8 -9
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/quota.segments/_full.segment.rsc +8 -9
- package/app/.next/server/app/dashboard/quota.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/quota.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/dashboard/quota.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/dashboard/settings/pricing/page.js +2 -2
- package/app/.next/server/app/dashboard/settings/pricing/page.js.nft.json +1 -1
- package/app/.next/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.html +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.rsc +5 -6
- package/app/.next/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +5 -6
- package/app/.next/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/skills.html +1 -1
- package/app/.next/server/app/dashboard/skills.rsc +7 -8
- package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/skills.segments/_full.segment.rsc +7 -8
- package/app/.next/server/app/dashboard/skills.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/skills.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/dashboard/skills.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/dashboard/translator.html +1 -1
- package/app/.next/server/app/dashboard/translator.rsc +7 -8
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/translator.segments/_full.segment.rsc +7 -8
- package/app/.next/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/translator.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/dashboard/translator.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/dashboard/usage.html +1 -1
- package/app/.next/server/app/dashboard/usage.rsc +7 -8
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/usage.segments/_full.segment.rsc +7 -8
- package/app/.next/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/usage.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/dashboard/usage.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/dashboard.html +1 -1
- package/app/.next/server/app/dashboard.rsc +7 -8
- package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard.segments/_full.segment.rsc +7 -8
- package/app/.next/server/app/dashboard.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/dashboard.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/favicon.ico/route.js +1 -1
- package/app/.next/server/app/favicon.ico/route.js.nft.json +1 -1
- package/app/.next/server/app/index.html +1 -1
- package/app/.next/server/app/index.rsc +5 -6
- package/app/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/index.segments/_full.segment.rsc +5 -6
- package/app/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/index.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/index.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/landing/page.js +2 -2
- package/app/.next/server/app/landing/page.js.nft.json +1 -1
- package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/landing.html +1 -1
- package/app/.next/server/app/landing.rsc +5 -6
- package/app/.next/server/app/landing.segments/_full.segment.rsc +5 -6
- package/app/.next/server/app/landing.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/landing.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/landing.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/landing.segments/landing/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/landing.segments/landing.segment.rsc +1 -1
- package/app/.next/server/app/login/page.js +2 -2
- package/app/.next/server/app/login/page.js.nft.json +1 -1
- package/app/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/login.html +1 -1
- package/app/.next/server/app/login.rsc +6 -7
- package/app/.next/server/app/login.segments/_full.segment.rsc +6 -7
- package/app/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/login.segments/_index.segment.rsc +5 -6
- package/app/.next/server/app/login.segments/_tree.segment.rsc +3 -4
- package/app/.next/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/login.segments/login.segment.rsc +1 -1
- package/app/.next/server/app/manifest.webmanifest/route.js +2 -2
- package/app/.next/server/app/manifest.webmanifest/route.js.nft.json +1 -1
- package/app/.next/server/app/page.js +2 -2
- package/app/.next/server/app/page.js.nft.json +1 -1
- package/app/.next/server/app/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app-paths-manifest.json +29 -16
- package/app/.next/server/chunks/1051.js +1 -0
- package/app/.next/server/chunks/1476.js +1 -0
- package/app/.next/server/chunks/1498.js +1 -0
- package/app/.next/server/chunks/1531.js +1 -0
- package/app/.next/server/chunks/1569.js +1 -0
- package/app/.next/server/chunks/1699.js +1 -0
- package/app/.next/server/chunks/1998.js +1 -0
- package/app/.next/server/chunks/3104.js +43 -0
- package/app/.next/server/chunks/3110.js +56 -5
- package/app/.next/server/chunks/318.js +41 -15
- package/app/.next/server/chunks/3245.js +1 -1
- package/app/.next/server/chunks/3588.js +1 -0
- package/app/.next/server/chunks/365.js +1 -0
- package/app/.next/server/chunks/4013.js +1 -0
- package/app/.next/server/chunks/412.js +5 -5
- package/app/.next/server/chunks/4177.js +1 -0
- package/app/.next/server/chunks/4250.js +1 -1
- package/app/.next/server/chunks/4334.js +1 -1
- package/app/.next/server/chunks/4389.js +1 -0
- package/app/.next/server/chunks/4404.js +1 -0
- package/app/.next/server/chunks/4989.js +2 -2
- package/app/.next/server/chunks/{7861.js → 5221.js} +1 -1
- package/app/.next/server/chunks/5433.js +1 -0
- package/app/.next/server/chunks/5681.js +1 -1
- package/app/.next/server/chunks/5995.js +53 -0
- package/app/.next/server/chunks/6108.js +1 -1
- package/app/.next/server/chunks/6182.js +61 -5
- package/app/.next/server/chunks/6251.js +1 -0
- package/app/.next/server/chunks/6457.js +4 -0
- package/app/.next/server/chunks/6811.js +1 -0
- package/app/.next/server/chunks/6935.js +1 -0
- package/app/.next/server/chunks/7341.js +1 -1
- package/app/.next/server/chunks/7828.js +1 -1
- package/app/.next/server/chunks/7879.js +10 -0
- package/app/.next/server/chunks/7994.js +2 -2
- package/app/.next/server/chunks/8255.js +1 -0
- package/app/.next/server/chunks/8473.js +8 -0
- package/app/.next/server/chunks/8590.js +1 -1
- package/app/.next/server/chunks/8895.js +4 -4
- package/app/.next/server/chunks/8971.js +1 -0
- package/app/.next/server/chunks/9396.js +44 -0
- package/app/.next/server/chunks/9489.js +1 -1
- package/app/.next/server/chunks/9528.js +32 -0
- package/app/.next/server/chunks/9609.js +1 -1
- package/app/.next/server/chunks/9718.js +1 -1
- package/app/.next/server/chunks/9807.js +7 -0
- package/app/.next/server/functions-config-manifest.json +4 -30
- package/app/.next/server/middleware-build-manifest.js +1 -1
- package/app/.next/server/middleware.js +2 -2
- package/app/.next/server/pages/404.html +1 -1
- package/app/.next/server/pages/500.html +1 -1
- package/app/.next/server/server-reference-manifest.js +1 -1
- package/app/.next/server/server-reference-manifest.json +1 -1
- package/app/.next/static/YEhAtVGU-1J8HgdJmmpjP/_buildManifest.js +1 -0
- package/app/.next/static/chunks/1321-ae8f019eee61818e.js +1 -0
- package/app/.next/static/chunks/1a258343-5938f676ed376386.js +1 -0
- package/app/.next/static/chunks/2589-d4f1afc5e9f94887.js +3 -0
- package/app/.next/static/chunks/4406-05ac5641472f331e.js +53 -0
- package/app/.next/static/chunks/5497-73d5899267432022.js +7 -0
- package/app/.next/static/chunks/7055-e60e20f43bfbe5f8.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/basic-chat/page-068dda6eab2b9c36.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/[toolId]/page-67d36bbaeb6af871.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-51957200aaa0e0f7.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-1271df5d411ef013.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page-e680a27ecacbfd49.js +59 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/page-af17247a74fa851d.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/mitm/page-8cb9c569a7822a0a.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-8eaef671b213ee9e.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-90eac92387b41cd4.js +6 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-de08b6b9ad238de4.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/proxy-pools/page-b9da35538f423062.js +4 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/quota/page-1389351bfdd842f9.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/page-d6fce7b8e1d3fdec.js +3 -0
- package/app/.next/static/chunks/app/(dashboard)/layout-1244fdc593309aa9.js +1 -0
- package/app/.next/static/chunks/app/_global-error/page-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/antigravity-app/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/antigravity-app-v2/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/antigravity-ide/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/antigravity-tools/import/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/antigravity-tools/import-refresh-tokens/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/auth/login/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/auth/logout/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/auth/oidc/callback/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/auth/oidc/start/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/auth/oidc/test/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/auth/status/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/all-statuses/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/cline-settings/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/copilot-settings/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/cowork-mcp-tools/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/cowork-settings/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/deepseek-tui-settings/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/hermes-settings/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/jcode-settings/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/kilo-settings/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/opencode-settings/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/combos/[id]/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/combos/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/donate/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/health/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/init/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/internal/account-health/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/internal/request-detail/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/internal/usage/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/keys/[id]/reset-usage/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/keys/[id]/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/keys/[id]/usage/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/keys/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/locale/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/mcp/[plugin]/message/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/mcp/[plugin]/sse/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/deepgram/voices/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/inworld/voices/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/minimax/voices/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/voices/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/models/alias/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/models/availability/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/models/custom/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/models/disabled/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/models/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/models/test/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/codex/import-token/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/cursor/import/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/gitlab/pat/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/iflow/cookie/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/import/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/pricing/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/validate/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/models/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/test/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/test-models/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/providers/client/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/providers/kilo/free-models/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/providers/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/providers/suggested-models/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/providers/test-batch/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/providers/validate/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/test/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/cloudflare-deploy/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/deno-deploy/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/vercel-deploy/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/settings/database/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/settings/proxy-test/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/settings/require-login/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/settings/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/shutdown/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/tags/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/translator/console-logs/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/translator/console-logs/stream/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/translator/load/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/translator/save/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/translator/send/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/translator/translate/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/disable/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/enable/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/status/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-check/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-disable/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-enable/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-install/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/usage/[connectionId]/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/usage/chart/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/usage/history/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/usage/logs/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/usage/providers/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/usage/report/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/usage/request-details/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/usage/request-logs/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/usage/stats/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/usage/stream/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/v1/api/chat/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/v1/audio/speech/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/v1/audio/transcriptions/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/v1/audio/voices/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/v1/chat/completions/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/v1/embeddings/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/v1/images/generations/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/v1/messages/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/v1/models/[kind]/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/v1/models/info/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/v1/models/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/v1/responses/compact/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/v1/responses/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/v1/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/v1/search/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/v1/web/fetch/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/v1beta/models/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/version/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/version/shutdown/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/api/version/update/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/callback/page-1ac4b69a5de26857.js +1 -0
- package/app/.next/static/chunks/app/layout-35b23f7e08fe3978.js +1 -0
- package/app/.next/static/chunks/app/login/page-98aaabbf53ef75f6.js +1 -0
- package/app/.next/static/chunks/app/manifest.webmanifest/route-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/app/page-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/{main-1b1bc8be25c3ce13.js → main-436691d9f611641e.js} +3 -3
- package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-7a42dc789702ab06.js +1 -0
- package/app/.next/static/chunks/{webpack-a33c667c0bbf302f.js → webpack-c2bac8d80aa27536.js} +1 -1
- package/app/.next/static/css/{081a0afca5a9bd20.css → 0f03023a765dc337.css} +1 -1
- package/app/.next/static/css/440b3581c215aef0.css +1 -0
- package/app/.next/static/media/material-symbols-outlined.50fdf095.woff2 +0 -0
- package/app/open-sse/config/appConstants.js +9 -3
- package/app/open-sse/config/kiroConstants.js +262 -0
- package/app/open-sse/config/providerModels.js +221 -20
- package/app/open-sse/config/providers.js +86 -23
- package/app/open-sse/config/runtimeConfig.js +6 -0
- package/app/open-sse/executors/base.js +21 -4
- package/app/open-sse/executors/codex.js +255 -28
- package/app/open-sse/executors/cursor.js +52 -2
- package/app/open-sse/executors/default.js +32 -6
- package/app/open-sse/executors/gemini-cli.js +26 -4
- package/app/open-sse/executors/github.js +16 -2
- package/app/open-sse/executors/kiro.js +37 -0
- package/app/open-sse/executors/opencode.js +6 -1
- package/app/open-sse/executors/qoder.js +420 -43
- package/app/open-sse/handlers/chatCore.js +22 -6
- package/app/open-sse/handlers/embeddingProviders/gemini.js +15 -3
- package/app/open-sse/handlers/imageProviders/codex.js +1 -1
- package/app/open-sse/handlers/imageProviders/index.js +1 -0
- package/app/open-sse/handlers/imageProviders/openai.js +7 -0
- package/app/open-sse/handlers/ttsProviders/genericFormats.js +2 -0
- package/app/open-sse/handlers/ttsProviders/minimax.js +59 -0
- package/app/open-sse/rtk/autodetect.js +9 -2
- package/app/open-sse/rtk/constants.js +2 -1
- package/app/open-sse/rtk/filters/buildOutput.js +127 -0
- package/app/open-sse/rtk/index.js +36 -0
- package/app/open-sse/services/kiroModels.js +332 -0
- package/app/open-sse/services/model.js +73 -0
- package/app/open-sse/services/qoderModels.js +214 -0
- package/app/open-sse/services/tokenRefresh.js +94 -19
- package/app/open-sse/services/usage.js +141 -39
- package/app/open-sse/translator/helpers/openaiHelper.js +3 -0
- package/app/open-sse/translator/request/openai-responses.js +28 -2
- package/app/open-sse/translator/request/openai-to-kiro.js +48 -4
- package/app/open-sse/translator/response/kiro-to-openai.js +10 -4
- package/app/open-sse/translator/response/openai-responses.js +10 -3
- package/app/open-sse/translator/response/openai-to-claude.js +59 -16
- package/app/open-sse/utils/clientDetector.js +6 -3
- package/app/open-sse/utils/debugLog.js +14 -0
- package/app/open-sse/utils/proxyFetch.js +101 -1
- package/app/open-sse/utils/reasoningContentInjector.js +41 -3
- package/app/open-sse/utils/stream.js +15 -3
- package/app/open-sse/utils/streamHandler.js +106 -6
- package/app/open-sse/utils/toolDeduper.js +49 -0
- package/app/open-sse/utils/usageTracking.js +10 -0
- package/app/package.json +7 -5
- package/app/public/i18n/literals/ar.json +4 -6
- package/app/public/i18n/literals/bn.json +4 -6
- package/app/public/i18n/literals/cs.json +4 -6
- package/app/public/i18n/literals/da.json +4 -6
- package/app/public/i18n/literals/de.json +4 -6
- package/app/public/i18n/literals/el.json +4 -6
- package/app/public/i18n/literals/es.json +4 -6
- package/app/public/i18n/literals/fi.json +4 -6
- package/app/public/i18n/literals/fr.json +4 -6
- package/app/public/i18n/literals/he.json +4 -6
- package/app/public/i18n/literals/hi.json +4 -6
- package/app/public/i18n/literals/hu.json +4 -6
- package/app/public/i18n/literals/id.json +4 -6
- package/app/public/i18n/literals/it.json +4 -6
- package/app/public/i18n/literals/ja.json +4 -6
- package/app/public/i18n/literals/ko.json +4 -6
- package/app/public/i18n/literals/nl.json +4 -6
- package/app/public/i18n/literals/no.json +4 -6
- package/app/public/i18n/literals/pl.json +4 -6
- package/app/public/i18n/literals/pt-BR.json +4 -6
- package/app/public/i18n/literals/pt-PT.json +4 -6
- package/app/public/i18n/literals/ro.json +5 -7
- package/app/public/i18n/literals/ru.json +4 -6
- package/app/public/i18n/literals/sv.json +4 -6
- package/app/public/i18n/literals/th.json +4 -6
- package/app/public/i18n/literals/tl.json +4 -6
- package/app/public/i18n/literals/tr.json +4 -6
- package/app/public/i18n/literals/uk.json +4 -6
- package/app/public/i18n/literals/ur.json +4 -6
- package/app/public/i18n/literals/vi.json +6 -8
- package/app/public/i18n/literals/zh-CN.json +5 -29
- package/app/public/i18n/literals/zh-TW.json +4 -6
- package/app/public/providers/amp.png +0 -0
- package/app/public/providers/deepseek-tui.png +0 -0
- package/app/public/providers/jcode.png +0 -0
- package/app/public/providers/qoder.png +0 -0
- package/app/public/providers/xiaomi-tokenplan.png +0 -0
- package/app/server.js +1 -1
- package/app/src/lib/oauth/services/qoder.js +216 -0
- package/app/src/lib/oauth/services/xai.js +238 -0
- package/app/src/lib/updater/updater.js +25 -0
- package/app/src/mitm/cert/install.js +123 -153
- package/app/src/mitm/config.js +34 -2
- package/app/src/mitm/handlers/antigravity.js +2 -1
- package/app/src/mitm/logger.js +11 -1
- package/app/src/shared/constants/cliTools.js +146 -29
- package/app/src/shared/constants/config.js +9 -2
- package/app/src/shared/constants/coworkPlugins.js +64 -944
- package/app/src/shared/constants/pricing.js +5 -2
- package/app/src/shared/constants/providers.js +71 -14
- package/app/src/shared/constants/ttsProviders.js +16 -0
- package/package.json +1 -1
- package/app/.next/server/app/api/cloud/auth/route.js +0 -1
- package/app/.next/server/app/api/cloud/auth/route_client-reference-manifest.js +0 -1
- package/app/.next/server/app/api/cloud/credentials/update/route.js +0 -1
- package/app/.next/server/app/api/cloud/model/resolve/route.js +0 -1
- package/app/.next/server/app/api/cloud/model/resolve/route_client-reference-manifest.js +0 -1
- package/app/.next/server/app/api/cloud/models/alias/route.js +0 -1
- package/app/.next/server/app/api/tunnel/tailscale-login/route.js +0 -1
- package/app/.next/server/app/api/tunnel/tailscale-start-daemon/route.js +0 -2
- package/app/.next/server/app/api/tunnel/tailscale-start-daemon/route_client-reference-manifest.js +0 -1
- package/app/.next/server/chunks/1985.js +0 -23
- package/app/.next/server/chunks/2417.js +0 -1
- package/app/.next/server/chunks/2506.js +0 -3
- package/app/.next/server/chunks/2549.js +0 -1
- package/app/.next/server/chunks/2583.js +0 -1
- package/app/.next/server/chunks/3646.js +0 -1
- package/app/.next/server/chunks/3855.js +0 -1
- package/app/.next/server/chunks/4084.js +0 -35
- package/app/.next/server/chunks/436.js +0 -1
- package/app/.next/server/chunks/4632.js +0 -1
- package/app/.next/server/chunks/5296.js +0 -1
- package/app/.next/server/chunks/5434.js +0 -1
- package/app/.next/server/chunks/5627.js +0 -23
- package/app/.next/server/chunks/6114.js +0 -1
- package/app/.next/server/chunks/7595.js +0 -1
- package/app/.next/server/chunks/7924.js +0 -1
- package/app/.next/server/chunks/8491.js +0 -1
- package/app/.next/server/chunks/8760.js +0 -1
- package/app/.next/server/chunks/8838.js +0 -1
- package/app/.next/static/DMu6oAfCAJu7LOUJpB89l/_buildManifest.js +0 -1
- package/app/.next/static/chunks/1321-bd1e73c270cd20da.js +0 -1
- package/app/.next/static/chunks/1a258343-4878413fb430abba.js +0 -1
- package/app/.next/static/chunks/2589-1e9bb7a900f2c1b0.js +0 -3
- package/app/.next/static/chunks/5497-c5298509cc559792.js +0 -7
- package/app/.next/static/chunks/7844-acf8217cdcb39d9a.js +0 -23
- package/app/.next/static/chunks/app/(dashboard)/dashboard/basic-chat/page-b279697882f0ed2a.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-40604134b500e7ee.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-de34ae04d784597b.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page-4c2d312eba93f6fa.js +0 -53
- package/app/.next/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/page-2a196db0213415bf.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/mitm/page-08e3714a029236f2.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-b6595aeb7c5b386f.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-48670924de911859.js +0 -4
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-280dceda93ddf1cb.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/proxy-pools/page-d1fe33a3d1c02c4e.js +0 -2
- package/app/.next/static/chunks/app/(dashboard)/dashboard/quota/page-6420e67a5bd79512.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/page-1a126c66d5e5f689.js +0 -3
- package/app/.next/static/chunks/app/(dashboard)/layout-27244e694148142c.js +0 -1
- package/app/.next/static/chunks/app/_global-error/page-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/antigravity-app/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/antigravity-app-v2/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/antigravity-ide/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/antigravity-tools/import/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/antigravity-tools/import-refresh-tokens/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/auth/login/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/auth/logout/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/copilot-settings/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/cowork-settings/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/hermes-settings/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/opencode-settings/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/auth/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/credentials/update/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/model/resolve/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/models/alias/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/combos/[id]/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/combos/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/health/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/init/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/internal/account-health/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/internal/request-detail/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/internal/usage/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/keys/[id]/reset-usage/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/keys/[id]/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/keys/[id]/usage/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/keys/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/locale/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/deepgram/voices/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/inworld/voices/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/voices/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/models/alias/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/models/availability/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/models/custom/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/models/disabled/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/models/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/models/test/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/cursor/import/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/gitlab/pat/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/iflow/cookie/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/import/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/pricing/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/validate/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/models/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/test/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/test-models/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/providers/client/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/providers/kilo/free-models/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/providers/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/providers/suggested-models/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/providers/test-batch/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/providers/validate/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/test/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/vercel-deploy/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/settings/database/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/settings/proxy-test/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/settings/require-login/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/settings/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/shutdown/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/tags/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/translator/console-logs/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/translator/console-logs/stream/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/translator/load/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/translator/save/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/translator/send/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/translator/translate/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/disable/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/enable/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/status/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-check/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-disable/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-enable/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-install/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-login/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-start-daemon/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/usage/[connectionId]/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/usage/chart/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/usage/history/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/usage/logs/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/usage/providers/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/usage/report/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/usage/request-details/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/usage/request-logs/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/usage/stats/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/usage/stream/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/api/chat/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/audio/speech/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/audio/transcriptions/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/audio/voices/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/chat/completions/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/embeddings/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/images/generations/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/models/[kind]/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/models/info/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/models/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/responses/compact/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/responses/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/search/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/v1/web/fetch/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/version/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/api/version/update/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/callback/page-2d6169978b33b3bc.js +0 -1
- package/app/.next/static/chunks/app/layout-fa54526b5d7255bf.js +0 -1
- package/app/.next/static/chunks/app/login/page-69f6d8a6f709da51.js +0 -1
- package/app/.next/static/chunks/app/manifest.webmanifest/route-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/app/page-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-fb42fdff0ddaa89d.js +0 -1
- package/app/.next/static/css/5903295427476216.css +0 -1
- /package/app/.next/static/{DMu6oAfCAJu7LOUJpB89l → YEhAtVGU-1J8HgdJmmpjP}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Kiro-specific constants and helpers.
|
|
3
|
+
*
|
|
4
|
+
* Mirrors the behaviour of `internal/translator/kiro/common/constants.go` and
|
|
5
|
+
* `internal/translator/kiro/claude/kiro_claude_request.go` from the
|
|
6
|
+
* CLIProxyAPIPlus reference implementation, scoped down to what 9router needs:
|
|
7
|
+
*
|
|
8
|
+
* - `-agentic` model suffix detection + chunked-write system prompt
|
|
9
|
+
* - reasoning / thinking trigger detection (Anthropic-Beta header,
|
|
10
|
+
* Claude `thinking`, OpenAI `reasoning_effort`, AMP/Cursor magic tag)
|
|
11
|
+
* - the `<thinking_mode>enabled</thinking_mode>` system-prompt injection
|
|
12
|
+
* that turns Kiro reasoning on
|
|
13
|
+
*
|
|
14
|
+
* Kiro upstream does not advertise `-agentic` model IDs; they are a 9router
|
|
15
|
+
* fiction. The suffix is stripped before the request leaves this process.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
export const KIRO_AGENTIC_SUFFIX = "-agentic";
|
|
19
|
+
export const KIRO_THINKING_SUFFIX = "-thinking";
|
|
20
|
+
|
|
21
|
+
export const KIRO_THINKING_BUDGET_DEFAULT = 16000;
|
|
22
|
+
|
|
23
|
+
export const KIRO_AGENTIC_SYSTEM_PROMPT = `
|
|
24
|
+
# CRITICAL: CHUNKED WRITE PROTOCOL (MANDATORY)
|
|
25
|
+
|
|
26
|
+
You MUST follow these rules for ALL file operations. Violation causes server timeouts and task failure.
|
|
27
|
+
|
|
28
|
+
## ABSOLUTE LIMITS
|
|
29
|
+
- **MAXIMUM 350 LINES** per single write/edit operation - NO EXCEPTIONS
|
|
30
|
+
- **RECOMMENDED 300 LINES** or less for optimal performance
|
|
31
|
+
- **NEVER** write entire files in one operation if >300 lines
|
|
32
|
+
|
|
33
|
+
## MANDATORY CHUNKED WRITE STRATEGY
|
|
34
|
+
|
|
35
|
+
### For NEW FILES (>300 lines total):
|
|
36
|
+
1. FIRST: Write initial chunk (first 250-300 lines) using write_to_file/fsWrite
|
|
37
|
+
2. THEN: Append remaining content in 250-300 line chunks using file append operations
|
|
38
|
+
3. REPEAT: Continue appending until complete
|
|
39
|
+
|
|
40
|
+
### For EDITING EXISTING FILES:
|
|
41
|
+
1. Use surgical edits (apply_diff/targeted edits) - change ONLY what's needed
|
|
42
|
+
2. NEVER rewrite entire files - use incremental modifications
|
|
43
|
+
3. Split large refactors into multiple small, focused edits
|
|
44
|
+
|
|
45
|
+
### For LARGE CODE GENERATION:
|
|
46
|
+
1. Generate in logical sections (imports, types, functions separately)
|
|
47
|
+
2. Write each section as a separate operation
|
|
48
|
+
3. Use append operations for subsequent sections
|
|
49
|
+
|
|
50
|
+
## EXAMPLES OF CORRECT BEHAVIOR
|
|
51
|
+
|
|
52
|
+
CORRECT: Writing a 600-line file
|
|
53
|
+
- Operation 1: Write lines 1-300 (initial file creation)
|
|
54
|
+
- Operation 2: Append lines 301-600
|
|
55
|
+
|
|
56
|
+
CORRECT: Editing multiple functions
|
|
57
|
+
- Operation 1: Edit function A
|
|
58
|
+
- Operation 2: Edit function B
|
|
59
|
+
- Operation 3: Edit function C
|
|
60
|
+
|
|
61
|
+
WRONG: Writing 500 lines in single operation -> TIMEOUT
|
|
62
|
+
WRONG: Rewriting entire file to change 5 lines -> TIMEOUT
|
|
63
|
+
WRONG: Generating massive code blocks without chunking -> TIMEOUT
|
|
64
|
+
|
|
65
|
+
## WHY THIS MATTERS
|
|
66
|
+
- Server has 2-3 minute timeout for operations
|
|
67
|
+
- Large writes exceed timeout and FAIL completely
|
|
68
|
+
- Chunked writes are FASTER and more RELIABLE
|
|
69
|
+
- Failed writes waste time and require retry
|
|
70
|
+
|
|
71
|
+
REMEMBER: When in doubt, write LESS per operation. Multiple small operations > one large operation.
|
|
72
|
+
`.trim();
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Detect whether an inbound request is asking for reasoning / thinking output.
|
|
76
|
+
*
|
|
77
|
+
* Sources of intent (any one is enough):
|
|
78
|
+
* - HTTP header `Anthropic-Beta: ...interleaved-thinking...`
|
|
79
|
+
* - JSON `thinking.type === "enabled"` (Claude Messages API)
|
|
80
|
+
* - JSON `reasoning_effort` in {low, medium, high, auto} (OpenAI o1/o3)
|
|
81
|
+
* - JSON `reasoning.effort` in {low, medium, high, auto} (OpenAI Responses)
|
|
82
|
+
* - System prompt contains `<thinking_mode>enabled</thinking_mode>` or
|
|
83
|
+
* `<thinking_mode>interleaved</thinking_mode>` (AMP / Cursor)
|
|
84
|
+
* - Model name contains `thinking` or `-reason`
|
|
85
|
+
*
|
|
86
|
+
* @param {object} body OpenAI-shaped request body (post-translation)
|
|
87
|
+
* @param {object} [headers] Original inbound HTTP headers (case-insensitive)
|
|
88
|
+
* @param {string} [model] Model id the caller asked for (post-strip ok)
|
|
89
|
+
* @returns {boolean}
|
|
90
|
+
*/
|
|
91
|
+
export function isThinkingEnabled(body, headers, model) {
|
|
92
|
+
if (headers) {
|
|
93
|
+
const beta = pickHeader(headers, "anthropic-beta");
|
|
94
|
+
if (typeof beta === "string" && beta.toLowerCase().includes("interleaved-thinking")) {
|
|
95
|
+
return true;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
if (body && typeof body === "object") {
|
|
100
|
+
const thinking = body.thinking;
|
|
101
|
+
if (thinking && typeof thinking === "object" && thinking.type === "enabled") {
|
|
102
|
+
const budget = Number(thinking.budget_tokens);
|
|
103
|
+
if (!Number.isFinite(budget) || budget > 0) {
|
|
104
|
+
return true;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
const effort = body.reasoning_effort
|
|
109
|
+
?? (body.reasoning && typeof body.reasoning === "object" ? body.reasoning.effort : null);
|
|
110
|
+
if (typeof effort === "string") {
|
|
111
|
+
const v = effort.toLowerCase();
|
|
112
|
+
if (v && v !== "none" && (v === "low" || v === "medium" || v === "high" || v === "auto")) {
|
|
113
|
+
return true;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
if (containsThinkingModeTag(body)) {
|
|
118
|
+
return true;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
if (typeof model === "string" && model) {
|
|
123
|
+
const m = model.toLowerCase();
|
|
124
|
+
if (m.includes("thinking") || m.includes("-reason")) {
|
|
125
|
+
return true;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
return false;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* Detect whether a model id refers to a 9router synthetic agentic variant.
|
|
134
|
+
* Agentic variants share the same upstream model as the base; the only
|
|
135
|
+
* difference is the chunked-write system prompt this module injects.
|
|
136
|
+
*
|
|
137
|
+
* @param {string} model
|
|
138
|
+
* @returns {boolean}
|
|
139
|
+
*/
|
|
140
|
+
export function isAgenticModel(model) {
|
|
141
|
+
return typeof model === "string" && model.endsWith(KIRO_AGENTIC_SUFFIX);
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* Strip the `-agentic` suffix from a model id, leaving the upstream-real id.
|
|
146
|
+
*
|
|
147
|
+
* @param {string} model
|
|
148
|
+
* @returns {string}
|
|
149
|
+
*/
|
|
150
|
+
export function stripAgenticSuffix(model) {
|
|
151
|
+
if (!isAgenticModel(model)) return model;
|
|
152
|
+
return model.slice(0, -KIRO_AGENTIC_SUFFIX.length);
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* Detect whether a model id is a 9router synthetic thinking variant
|
|
157
|
+
* (e.g. `claude-sonnet-4.5-thinking`). Same upstream model as the base; the
|
|
158
|
+
* only difference is `<thinking_mode>enabled</thinking_mode>` injection.
|
|
159
|
+
*
|
|
160
|
+
* Note: real Kiro thinking-capable variants exist (e.g. `kimi-k2-thinking` in
|
|
161
|
+
* other providers), but for the `kr/` namespace there is no `-thinking`
|
|
162
|
+
* model on Kiro upstream. Treat the suffix as a synthetic alias.
|
|
163
|
+
*
|
|
164
|
+
* @param {string} model Model id with `-agentic` already stripped
|
|
165
|
+
* @returns {boolean}
|
|
166
|
+
*/
|
|
167
|
+
export function isThinkingModel(model) {
|
|
168
|
+
return typeof model === "string" && model.endsWith(KIRO_THINKING_SUFFIX);
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
/**
|
|
172
|
+
* Strip the `-thinking` suffix from a model id.
|
|
173
|
+
*
|
|
174
|
+
* @param {string} model
|
|
175
|
+
* @returns {string}
|
|
176
|
+
*/
|
|
177
|
+
export function stripThinkingSuffix(model) {
|
|
178
|
+
if (!isThinkingModel(model)) return model;
|
|
179
|
+
return model.slice(0, -KIRO_THINKING_SUFFIX.length);
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* Resolve a 9router model id to the real upstream Kiro model id, plus flags
|
|
184
|
+
* describing which behaviours the suffixes implied.
|
|
185
|
+
*
|
|
186
|
+
* resolveKiroModel("claude-sonnet-4.5-thinking-agentic")
|
|
187
|
+
* => { upstream: "claude-sonnet-4.5", agentic: true, thinking: true }
|
|
188
|
+
* resolveKiroModel("claude-sonnet-4.5-thinking")
|
|
189
|
+
* => { upstream: "claude-sonnet-4.5", agentic: false, thinking: true }
|
|
190
|
+
* resolveKiroModel("claude-sonnet-4.5-agentic")
|
|
191
|
+
* => { upstream: "claude-sonnet-4.5", agentic: true, thinking: false }
|
|
192
|
+
* resolveKiroModel("claude-sonnet-4.5")
|
|
193
|
+
* => { upstream: "claude-sonnet-4.5", agentic: false, thinking: false }
|
|
194
|
+
*
|
|
195
|
+
* @param {string} model
|
|
196
|
+
* @returns {{ upstream: string, agentic: boolean, thinking: boolean }}
|
|
197
|
+
*/
|
|
198
|
+
export function resolveKiroModel(model) {
|
|
199
|
+
let upstream = model;
|
|
200
|
+
let agentic = false;
|
|
201
|
+
let thinking = false;
|
|
202
|
+
if (isAgenticModel(upstream)) {
|
|
203
|
+
agentic = true;
|
|
204
|
+
upstream = stripAgenticSuffix(upstream);
|
|
205
|
+
}
|
|
206
|
+
if (isThinkingModel(upstream)) {
|
|
207
|
+
thinking = true;
|
|
208
|
+
upstream = stripThinkingSuffix(upstream);
|
|
209
|
+
}
|
|
210
|
+
return { upstream, agentic, thinking };
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
/**
|
|
214
|
+
* Build the magic system-prompt prefix that turns Kiro reasoning on.
|
|
215
|
+
* Same shape as CLIProxyAPIPlus.
|
|
216
|
+
*
|
|
217
|
+
* @param {number} [budget=KIRO_THINKING_BUDGET_DEFAULT]
|
|
218
|
+
*/
|
|
219
|
+
export function buildThinkingSystemPrefix(budget = KIRO_THINKING_BUDGET_DEFAULT) {
|
|
220
|
+
const safeBudget = Math.max(1, Math.min(32000, Number(budget) || KIRO_THINKING_BUDGET_DEFAULT));
|
|
221
|
+
return `<thinking_mode>enabled</thinking_mode>\n<max_thinking_length>${safeBudget}</max_thinking_length>`;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
function pickHeader(headers, name) {
|
|
225
|
+
if (!headers) return undefined;
|
|
226
|
+
if (typeof headers.get === "function") {
|
|
227
|
+
return headers.get(name);
|
|
228
|
+
}
|
|
229
|
+
const lower = name.toLowerCase();
|
|
230
|
+
for (const key of Object.keys(headers)) {
|
|
231
|
+
if (key.toLowerCase() === lower) {
|
|
232
|
+
return headers[key];
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
return undefined;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
function containsThinkingModeTag(body) {
|
|
239
|
+
const messages = Array.isArray(body?.messages) ? body.messages : [];
|
|
240
|
+
for (const msg of messages) {
|
|
241
|
+
if (!msg) continue;
|
|
242
|
+
if (msg.role !== "system" && msg.role !== "user") continue;
|
|
243
|
+
const content = msg.content;
|
|
244
|
+
if (typeof content === "string") {
|
|
245
|
+
if (containsTagInText(content)) return true;
|
|
246
|
+
} else if (Array.isArray(content)) {
|
|
247
|
+
for (const part of content) {
|
|
248
|
+
const text = part?.text;
|
|
249
|
+
if (typeof text === "string" && containsTagInText(text)) return true;
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
if (typeof body?.system === "string" && containsTagInText(body.system)) return true;
|
|
254
|
+
return false;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
function containsTagInText(text) {
|
|
258
|
+
if (!text) return false;
|
|
259
|
+
if (!text.includes("<thinking_mode>")) return false;
|
|
260
|
+
return text.includes("<thinking_mode>enabled</thinking_mode>")
|
|
261
|
+
|| text.includes("<thinking_mode>interleaved</thinking_mode>");
|
|
262
|
+
}
|
|
@@ -29,6 +29,7 @@ function withCodexReviewModels(models) {
|
|
|
29
29
|
export const PROVIDER_MODELS = {
|
|
30
30
|
// OAuth Providers (using alias)
|
|
31
31
|
cc: [ // Claude Code
|
|
32
|
+
{ id: "claude-opus-4-8", name: "Claude Opus 4.8" },
|
|
32
33
|
{ id: "claude-opus-4-7", name: "Claude Opus 4.7" },
|
|
33
34
|
{ id: "claude-opus-4-6", name: "Claude Opus 4.6" },
|
|
34
35
|
{ id: "claude-sonnet-4-6", name: "Claude Sonnet 4.6" },
|
|
@@ -39,6 +40,7 @@ export const PROVIDER_MODELS = {
|
|
|
39
40
|
cx: withCodexReviewModels([ // OpenAI Codex
|
|
40
41
|
{ id: "gpt-5.5", name: "GPT 5.5" },
|
|
41
42
|
{ id: "gpt-5.4", name: "GPT 5.4" },
|
|
43
|
+
{ id: "gpt-5.4-mini", name: "GPT 5.4 Mini" },
|
|
42
44
|
// GPT 5.3 Codex - all thinking levels
|
|
43
45
|
{ id: "gpt-5.3-codex", name: "GPT 5.3 Codex" },
|
|
44
46
|
{ id: "gpt-5.3-codex-xhigh", name: "GPT 5.3 Codex (xHigh)" },
|
|
@@ -46,21 +48,10 @@ export const PROVIDER_MODELS = {
|
|
|
46
48
|
{ id: "gpt-5.3-codex-low", name: "GPT 5.3 Codex (Low)" },
|
|
47
49
|
{ id: "gpt-5.3-codex-none", name: "GPT 5.3 Codex (None)" },
|
|
48
50
|
{ id: "gpt-5.3-codex-spark", name: "GPT 5.3 Codex Spark" },
|
|
49
|
-
// Mini - medium and high only
|
|
50
|
-
{ id: "gpt-5.1-codex-mini", name: "GPT 5.1 Codex Mini" },
|
|
51
|
-
{ id: "gpt-5.1-codex-mini-high", name: "GPT 5.1 Codex Mini (High)" },
|
|
52
|
-
// Other models
|
|
53
|
-
{ id: "gpt-5.2-codex", name: "GPT 5.2 Codex" },
|
|
54
|
-
{ id: "gpt-5.2", name: "GPT 5.2" },
|
|
55
|
-
{ id: "gpt-5.1-codex-max", name: "GPT 5.1 Codex Max" },
|
|
56
|
-
{ id: "gpt-5.1-codex", name: "GPT 5.1 Codex" },
|
|
57
|
-
{ id: "gpt-5.1", name: "GPT 5.1" },
|
|
58
|
-
{ id: "gpt-5-codex", name: "GPT 5 Codex" },
|
|
59
|
-
{ id: "gpt-5-codex-mini", name: "GPT 5 Codex Mini" },
|
|
60
51
|
// Image models (uses image_generation tool, requires Plus/Pro plan)
|
|
52
|
+
{ id: "gpt-5.5-image", name: "GPT 5.5 Image", type: "image", capabilities: ["text2img", "edit"], params: ["size", "quality", "background", "image_detail", "output_format"] },
|
|
61
53
|
{ id: "gpt-5.4-image", name: "GPT 5.4 Image", type: "image", capabilities: ["text2img", "edit"], params: ["size", "quality", "background", "image_detail", "output_format"] },
|
|
62
54
|
{ id: "gpt-5.3-image", name: "GPT 5.3 Image", type: "image", capabilities: ["text2img", "edit"], params: ["size", "quality", "background", "image_detail", "output_format"] },
|
|
63
|
-
{ id: "gpt-5.2-image", name: "GPT 5.2 Image", type: "image", capabilities: ["text2img", "edit"], params: ["size", "quality", "background", "image_detail", "output_format"] },
|
|
64
55
|
]),
|
|
65
56
|
gc: [ // Gemini CLI
|
|
66
57
|
{ id: "gemini-3-flash-preview", name: "Gemini 3 Flash Preview" },
|
|
@@ -91,14 +82,15 @@ export const PROVIDER_MODELS = {
|
|
|
91
82
|
{ id: "iflow-rome-30ba3b", name: "iFlow ROME" },
|
|
92
83
|
],
|
|
93
84
|
ag: [ // Antigravity - special case: models call different backends
|
|
94
|
-
{ id: "gemini-3.5-flash-low", name: "Gemini 3.5 Flash (
|
|
85
|
+
{ id: "gemini-3.5-flash-extra-low", name: "Gemini 3.5 Flash (Extra Low)" },
|
|
95
86
|
{ id: "gemini-3-flash-agent", name: "Gemini 3.5 Flash (High)" },
|
|
96
|
-
{ id: "gemini-3.5-flash-
|
|
97
|
-
{ id: "gemini-3.1-pro-low", name: "Gemini 3.1 Pro (Low)" },
|
|
87
|
+
{ id: "gemini-3.5-flash-low", name: "Gemini 3.5 Flash (Medium)" },
|
|
98
88
|
{ id: "gemini-pro-agent", name: "Gemini 3.1 Pro (High)" },
|
|
89
|
+
{ id: "gemini-3.1-pro-low", name: "Gemini 3.1 Pro (Low)" },
|
|
99
90
|
{ id: "claude-sonnet-4-6", name: "Claude Sonnet 4.6 (Thinking)" },
|
|
100
|
-
{ id: "claude-opus-4-6-thinking", name: "Claude Opus 4.6 Thinking" },
|
|
91
|
+
{ id: "claude-opus-4-6-thinking", name: "Claude Opus 4.6 (Thinking)" },
|
|
101
92
|
{ id: "gpt-oss-120b-medium", name: "GPT-OSS 120B (Medium)" },
|
|
93
|
+
{ id: "gemini-3-flash", name: "Gemini 3 Flash", thinking: false }, // command model; AG strips thinking
|
|
102
94
|
],
|
|
103
95
|
gh: [ // GitHub Copilot - OpenAI models
|
|
104
96
|
{ id: "gpt-3.5-turbo", name: "GPT-3.5 Turbo" },
|
|
@@ -133,6 +125,7 @@ export const PROVIDER_MODELS = {
|
|
|
133
125
|
{ id: "text-embedding-3-large", name: "Text Embedding 3 Large (GitHub)", type: "embedding" },
|
|
134
126
|
],
|
|
135
127
|
kr: [ // Kiro AI
|
|
128
|
+
// --- Base Claude variants ---
|
|
136
129
|
// { id: "claude-opus-4.5", name: "Claude Opus 4.5" },
|
|
137
130
|
{ id: "claude-sonnet-4.5", name: "Claude Sonnet 4.5" },
|
|
138
131
|
{ id: "claude-haiku-4.5", name: "Claude Haiku 4.5" },
|
|
@@ -140,6 +133,31 @@ export const PROVIDER_MODELS = {
|
|
|
140
133
|
{ id: "qwen3-coder-next", name: "Qwen3 Coder Next", strip: ["image", "audio"] },
|
|
141
134
|
{ id: "glm-5", name: "GLM 5" },
|
|
142
135
|
{ id: "MiniMax-M2.5", name: "MiniMax M2.5" },
|
|
136
|
+
// --- Thinking variants (alias to base; thinking is enabled at request time
|
|
137
|
+
// via <thinking_mode>enabled</thinking_mode> system-prompt injection) ---
|
|
138
|
+
{ id: "claude-sonnet-4.5-thinking", name: "Claude Sonnet 4.5 (Thinking)" },
|
|
139
|
+
{ id: "claude-haiku-4.5-thinking", name: "Claude Haiku 4.5 (Thinking)" },
|
|
140
|
+
// --- Agentic variants (synthetic; same upstream model + chunked-write
|
|
141
|
+
// system prompt to dodge Kiro's 2-3 min server timeout on big writes) ---
|
|
142
|
+
{ id: "claude-sonnet-4.5-agentic", name: "Claude Sonnet 4.5 (Agentic)" },
|
|
143
|
+
{ id: "claude-haiku-4.5-agentic", name: "Claude Haiku 4.5 (Agentic)" },
|
|
144
|
+
{ id: "claude-sonnet-4.5-thinking-agentic", name: "Claude Sonnet 4.5 (Thinking + Agentic)" },
|
|
145
|
+
{ id: "claude-haiku-4.5-thinking-agentic", name: "Claude Haiku 4.5 (Thinking + Agentic)" },
|
|
146
|
+
],
|
|
147
|
+
qd: [ // Qoder - tier + frontier models (server-published catalog)
|
|
148
|
+
// Tier models — pick a quality/cost tradeoff
|
|
149
|
+
{ id: "auto", name: "Qoder Auto" },
|
|
150
|
+
{ id: "ultimate", name: "Qoder Ultimate" },
|
|
151
|
+
{ id: "performance", name: "Qoder Performance" },
|
|
152
|
+
{ id: "efficient", name: "Qoder Efficient" },
|
|
153
|
+
{ id: "lite", name: "Qoder Lite" },
|
|
154
|
+
// Frontier models — pin a specific backing model
|
|
155
|
+
{ id: "qmodel", name: "Qwen 3.6 Plus (Qoder)" },
|
|
156
|
+
{ id: "dmodel", name: "DeepSeek V4 Pro (Qoder)" },
|
|
157
|
+
{ id: "dfmodel", name: "DeepSeek V4 Flash (Qoder)" },
|
|
158
|
+
{ id: "gm51model", name: "GLM 5.1 (Qoder)" },
|
|
159
|
+
{ id: "kmodel", name: "Kimi K2.6 (Qoder)" },
|
|
160
|
+
{ id: "mmodel", name: "MiniMax M2.7 (Qoder)" },
|
|
143
161
|
],
|
|
144
162
|
cu: [ // Cursor IDE
|
|
145
163
|
{ id: "default", name: "Auto (Server Picks)" },
|
|
@@ -373,13 +391,11 @@ export const PROVIDER_MODELS = {
|
|
|
373
391
|
{ id: "Doubao-Seed-2.0-pro", name: "Doubao-Seed-2.0-pro" },
|
|
374
392
|
{ id: "Doubao-Seed-2.0-lite", name: "Doubao-Seed-2.0-lite" },
|
|
375
393
|
{ id: "Doubao-Seed-Code", name: "Doubao-Seed-Code" },
|
|
394
|
+
{ id: "DeepSeek-V4-Flash", name: "DeepSeek-V4-Flash" },
|
|
395
|
+
{ id: "DeepSeek-V4-Pro", name: "DeepSeek-V4-Pro" },
|
|
376
396
|
{ id: "GLM-5.1", name: "GLM-5.1" },
|
|
377
397
|
{ id: "MiniMax-M2.7", name: "MiniMax-M2.7" },
|
|
378
398
|
{ id: "Kimi-K2.6", name: "Kimi-K2.6" },
|
|
379
|
-
{ id: "MiniMax-M2.5", name: "MiniMax-M2.5" },
|
|
380
|
-
{ id: "Kimi-K2.5", name: "Kimi-K2.5" },
|
|
381
|
-
{ id: "GLM-4.7", name: "GLM-4.7" },
|
|
382
|
-
{ id: "DeepSeek-V3.2", name: "DeepSeek-V3.2" },
|
|
383
399
|
],
|
|
384
400
|
"cloudflare-ai": [
|
|
385
401
|
{ id: "@cf/meta/llama-3.2-1b-instruct", name: "Llama 3.2 1B Instruct" },
|
|
@@ -395,6 +411,17 @@ export const PROVIDER_MODELS = {
|
|
|
395
411
|
{ id: "@cf/zai-org/glm-4.7-flash", name: "GLM 4.7 Flash" },
|
|
396
412
|
{ id: "@cf/qwen/qwq-32b", name: "QwQ 32B" },
|
|
397
413
|
{ id: "@cf/qwen/qwen2.5-coder-32b-instruct", name: "Qwen 2.5 Coder 32B Instruct" },
|
|
414
|
+
{ id: "@cf/black-forest-labs/flux-2-klein-9b", name: "FLUX.2 Klein 9B", type: "image", params: ["size"] },
|
|
415
|
+
{ id: "@cf/black-forest-labs/flux-2-klein-4b", name: "FLUX.2 Klein 4B", type: "image", params: ["size"] },
|
|
416
|
+
{ id: "@cf/black-forest-labs/flux-2-dev", name: "FLUX.2 Dev", type: "image", params: ["size"] },
|
|
417
|
+
{ id: "@cf/leonardo/lucid-origin", name: "Lucid Origin", type: "image", params: ["size"] },
|
|
418
|
+
{ id: "@cf/leonardo/phoenix-1.0", name: "Phoenix 1.0", type: "image", params: ["size"] },
|
|
419
|
+
{ id: "@cf/black-forest-labs/flux-1-schnell", name: "FLUX.1 Schnell", type: "image", params: ["size"] },
|
|
420
|
+
{ id: "@cf/bytedance/stable-diffusion-xl-lightning", name: "SDXL Lightning", type: "image", params: ["size"] },
|
|
421
|
+
{ id: "@cf/lykon/dreamshaper-8-lcm", name: "DreamShaper 8 LCM", type: "image", params: ["size"] },
|
|
422
|
+
{ id: "@cf/runwayml/stable-diffusion-v1-5-img2img", name: "Stable Diffusion v1.5 Img2Img", type: "image", params: ["size"], capabilities: ["edit"] },
|
|
423
|
+
{ id: "@cf/runwayml/stable-diffusion-v1-5-inpainting", name: "Stable Diffusion v1.5 Inpainting", type: "image", params: ["size"], capabilities: ["edit", "mask"] },
|
|
424
|
+
{ id: "@cf/stabilityai/stable-diffusion-xl-base-1.0", name: "SDXL Base 1.0", type: "image", params: ["size"] },
|
|
398
425
|
],
|
|
399
426
|
byteplus: [
|
|
400
427
|
{ id: "seed-2-0-pro-260328", name: "Seed 2.0 Pro" },
|
|
@@ -406,10 +433,26 @@ export const PROVIDER_MODELS = {
|
|
|
406
433
|
{ id: "gpt-oss-120b-250805", name: "GPT-OSS-120B" },
|
|
407
434
|
],
|
|
408
435
|
deepseek: [
|
|
436
|
+
{ id: "deepseek-v4-pro", name: "DeepSeek V4 Pro" },
|
|
437
|
+
{ id: "deepseek-v4-pro-max", name: "DeepSeek V4 Pro Max", upstreamModelId: "deepseek-v4-pro" },
|
|
438
|
+
{ id: "deepseek-v4-pro-none", name: "DeepSeek V4 Pro No Thinking", upstreamModelId: "deepseek-v4-pro" },
|
|
409
439
|
{ id: "deepseek-v4-flash", name: "DeepSeek V4 Flash" },
|
|
410
440
|
{ id: "deepseek-chat", name: "DeepSeek V3.2 Chat" },
|
|
411
441
|
{ id: "deepseek-reasoner", name: "DeepSeek V3.2 Reasoner" },
|
|
412
442
|
],
|
|
443
|
+
commandcode: [
|
|
444
|
+
{ id: "deepseek/deepseek-v4-pro", name: "DeepSeek V4 Pro" },
|
|
445
|
+
{ id: "deepseek/deepseek-v4-flash", name: "DeepSeek V4 Flash" },
|
|
446
|
+
{ id: "moonshotai/Kimi-K2.6", name: "Kimi K2.6" },
|
|
447
|
+
{ id: "moonshotai/Kimi-K2.5", name: "Kimi K2.5" },
|
|
448
|
+
{ id: "zai-org/GLM-5.1", name: "GLM 5.1" },
|
|
449
|
+
{ id: "zai-org/GLM-5", name: "GLM 5" },
|
|
450
|
+
{ id: "MiniMaxAI/MiniMax-M2.7", name: "MiniMax M2.7" },
|
|
451
|
+
{ id: "MiniMaxAI/MiniMax-M2.5", name: "MiniMax M2.5" },
|
|
452
|
+
{ id: "Qwen/Qwen3.6-Max-Preview", name: "Qwen 3.6 Max Preview" },
|
|
453
|
+
{ id: "Qwen/Qwen3.6-Plus", name: "Qwen 3.6 Plus" },
|
|
454
|
+
{ id: "stepfun/Step-3.5-Flash", name: "Step 3.5 Flash" },
|
|
455
|
+
],
|
|
413
456
|
groq: [
|
|
414
457
|
{ id: "llama-3.3-70b-versatile", name: "Llama 3.3 70B" },
|
|
415
458
|
{ id: "meta-llama/llama-4-maverick-17b-128e-instruct", name: "Llama 4 Maverick" },
|
|
@@ -425,6 +468,7 @@ export const PROVIDER_MODELS = {
|
|
|
425
468
|
{ id: "grok-4-fast-reasoning", name: "Grok 4 Fast Reasoning" },
|
|
426
469
|
{ id: "grok-code-fast-1", name: "Grok Code Fast" },
|
|
427
470
|
{ id: "grok-3", name: "Grok 3" },
|
|
471
|
+
{ id: "grok-2-image-1212", name: "Grok 2 Image", type: "image", params: ["n", "response_format"] },
|
|
428
472
|
],
|
|
429
473
|
mistral: [
|
|
430
474
|
{ id: "mistral-large-latest", name: "Mistral Large 3" },
|
|
@@ -501,6 +545,16 @@ export const PROVIDER_MODELS = {
|
|
|
501
545
|
{ id: "mimo-v2-omni", name: "MiMo V2 Omni" },
|
|
502
546
|
{ id: "mimo-v2-flash", name: "MiMo V2 Flash" },
|
|
503
547
|
],
|
|
548
|
+
"xiaomi-tokenplan": [
|
|
549
|
+
{ id: "mimo-v2.5-pro", name: "MiMo V2.5 Pro" },
|
|
550
|
+
{ id: "mimo-v2.5", name: "MiMo V2.5" },
|
|
551
|
+
{ id: "mimo-v2-pro", name: "MiMo V2 Pro" },
|
|
552
|
+
{ id: "mimo-v2-omni", name: "MiMo V2 Omni" },
|
|
553
|
+
{ id: "mimo-v2-tts", name: "MiMo V2 TTS" },
|
|
554
|
+
{ id: "mimo-v2.5-tts", name: "MiMo V2.5 TTS" },
|
|
555
|
+
{ id: "mimo-v2.5-tts-voiceclone", name: "MiMo V2.5 TTS Voice Clone" },
|
|
556
|
+
{ id: "mimo-v2.5-tts-voicedesign", name: "MiMo V2.5 TTS Voice Design" },
|
|
557
|
+
],
|
|
504
558
|
hyperbolic: [
|
|
505
559
|
{ id: "Qwen/QwQ-32B", name: "QwQ 32B" },
|
|
506
560
|
{ id: "deepseek-ai/DeepSeek-R1", name: "DeepSeek R1" },
|
|
@@ -578,6 +632,152 @@ export const PROVIDER_MODELS = {
|
|
|
578
632
|
{ id: "openai/whisper-large-v3", name: "Whisper Large v3 (HF)", type: "stt", params: ["language"] },
|
|
579
633
|
{ id: "openai/whisper-small", name: "Whisper Small (HF)", type: "stt", params: ["language"] },
|
|
580
634
|
],
|
|
635
|
+
|
|
636
|
+
// === Free-tier providers (synced from OmniRoute) ===
|
|
637
|
+
agentrouter: [
|
|
638
|
+
{ id: "claude-opus-4-6", name: "Claude 4.6 Opus" },
|
|
639
|
+
{ id: "claude-haiku-4-5-20251001", name: "Claude 4.5 Haiku" },
|
|
640
|
+
{ id: "glm-5.1", name: "GLM 5.1" },
|
|
641
|
+
{ id: "deepseek-v3.2", name: "DeepSeek V3.2" },
|
|
642
|
+
],
|
|
643
|
+
aimlapi: [
|
|
644
|
+
{ id: "gpt-4o", name: "GPT-4o" },
|
|
645
|
+
{ id: "gpt-4o-mini", name: "GPT-4o Mini" },
|
|
646
|
+
{ id: "claude-3-5-sonnet-20241022", name: "Claude 3.5 Sonnet" },
|
|
647
|
+
{ id: "gemini-2.0-flash-exp", name: "Gemini 2.0 Flash" },
|
|
648
|
+
{ id: "meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo", name: "Llama 3.1 70B" },
|
|
649
|
+
],
|
|
650
|
+
novita: [
|
|
651
|
+
{ id: "deepseek/deepseek-r1", name: "DeepSeek R1" },
|
|
652
|
+
{ id: "deepseek/deepseek-v3", name: "DeepSeek V3" },
|
|
653
|
+
{ id: "meta-llama/llama-3.3-70b-instruct", name: "Llama 3.3 70B" },
|
|
654
|
+
{ id: "qwen/qwen-2.5-72b-instruct", name: "Qwen 2.5 72B" },
|
|
655
|
+
],
|
|
656
|
+
modal: [
|
|
657
|
+
{ id: "auto", name: "Auto (User-hosted)" },
|
|
658
|
+
],
|
|
659
|
+
reka: [
|
|
660
|
+
{ id: "reka-flash-3", name: "Reka Flash 3" },
|
|
661
|
+
{ id: "reka-edge-2603", name: "Reka Edge 2603" },
|
|
662
|
+
],
|
|
663
|
+
nlpcloud: [
|
|
664
|
+
{ id: "chatdolphin", name: "ChatDolphin" },
|
|
665
|
+
{ id: "dolphin", name: "Dolphin" },
|
|
666
|
+
{ id: "finetuned-llama-3-70b", name: "Llama 3 70B (Finetuned)" },
|
|
667
|
+
],
|
|
668
|
+
bazaarlink: [
|
|
669
|
+
{ id: "auto:free", name: "Auto Free (Zero Cost)" },
|
|
670
|
+
{ id: "auto", name: "Auto (Best Model)" },
|
|
671
|
+
],
|
|
672
|
+
completions: [
|
|
673
|
+
{ id: "claude-opus-4", name: "Claude Opus 4" },
|
|
674
|
+
{ id: "claude-sonnet-4", name: "Claude Sonnet 4" },
|
|
675
|
+
{ id: "gpt-4o", name: "GPT-4o" },
|
|
676
|
+
{ id: "gemini-2.0-flash", name: "Gemini 2.0 Flash" },
|
|
677
|
+
],
|
|
678
|
+
enally: [
|
|
679
|
+
{ id: "gpt-4o", name: "GPT-4o" },
|
|
680
|
+
{ id: "gpt-4o-mini", name: "GPT-4o Mini" },
|
|
681
|
+
{ id: "claude-3-5-sonnet", name: "Claude 3.5 Sonnet" },
|
|
682
|
+
],
|
|
683
|
+
freetheai: [
|
|
684
|
+
{ id: "gpt-4o", name: "GPT-4o" },
|
|
685
|
+
{ id: "claude-3-5-sonnet", name: "Claude 3.5 Sonnet" },
|
|
686
|
+
{ id: "gemini-1.5-pro", name: "Gemini 1.5 Pro" },
|
|
687
|
+
{ id: "deepseek-chat", name: "DeepSeek Chat" },
|
|
688
|
+
],
|
|
689
|
+
llm7: [
|
|
690
|
+
{ id: "gpt-4o-mini", name: "GPT-4o Mini" },
|
|
691
|
+
{ id: "gpt-4.1-mini", name: "GPT-4.1 Mini" },
|
|
692
|
+
{ id: "gemini-1.5-flash", name: "Gemini 1.5 Flash" },
|
|
693
|
+
],
|
|
694
|
+
lepton: [
|
|
695
|
+
{ id: "llama3-1-405b", name: "Llama 3.1 405B" },
|
|
696
|
+
{ id: "llama3-1-70b", name: "Llama 3.1 70B" },
|
|
697
|
+
{ id: "llama3-1-8b", name: "Llama 3.1 8B" },
|
|
698
|
+
{ id: "mixtral-8x7b", name: "Mixtral 8x7B" },
|
|
699
|
+
],
|
|
700
|
+
kluster: [
|
|
701
|
+
{ id: "deepseek-ai/DeepSeek-R1", name: "DeepSeek R1" },
|
|
702
|
+
{ id: "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8", name: "Llama 4 Maverick" },
|
|
703
|
+
{ id: "meta-llama/Llama-4-Scout-17B-16E-Instruct", name: "Llama 4 Scout" },
|
|
704
|
+
{ id: "Qwen/Qwen3-235B-A22B-Instruct", name: "Qwen3 235B" },
|
|
705
|
+
],
|
|
706
|
+
ai21: [
|
|
707
|
+
{ id: "jamba-large", name: "Jamba 1.5 Large" },
|
|
708
|
+
{ id: "jamba-mini", name: "Jamba 1.5 Mini" },
|
|
709
|
+
],
|
|
710
|
+
"inference-net": [
|
|
711
|
+
{ id: "meta-llama/llama-3.3-70b-instruct/fp-16", name: "Llama 3.3 70B" },
|
|
712
|
+
{ id: "deepseek/deepseek-v3-0324", name: "DeepSeek V3" },
|
|
713
|
+
{ id: "mistralai/mistral-nemo-12b-instruct/fp-16", name: "Mistral Nemo 12B" },
|
|
714
|
+
],
|
|
715
|
+
predibase: [
|
|
716
|
+
{ id: "llama-3-2-3b-instruct", name: "Llama 3.2 3B" },
|
|
717
|
+
{ id: "llama-3-1-8b-instruct", name: "Llama 3.1 8B" },
|
|
718
|
+
{ id: "qwen2-5-7b-instruct", name: "Qwen 2.5 7B" },
|
|
719
|
+
],
|
|
720
|
+
bytez: [
|
|
721
|
+
{ id: "meta-llama/Llama-3.3-70B-Instruct", name: "Llama 3.3 70B" },
|
|
722
|
+
{ id: "mistralai/Mistral-7B-Instruct-v0.3", name: "Mistral 7B v0.3" },
|
|
723
|
+
{ id: "Qwen/Qwen2.5-72B-Instruct", name: "Qwen 2.5 72B" },
|
|
724
|
+
],
|
|
725
|
+
morph: [
|
|
726
|
+
{ id: "morph-v3-large", name: "Morph V3 Large" },
|
|
727
|
+
{ id: "morph-v3-fast", name: "Morph V3 Fast" },
|
|
728
|
+
],
|
|
729
|
+
longcat: [
|
|
730
|
+
{ id: "LongCat-Flash-Chat", name: "LongCat Flash Chat" },
|
|
731
|
+
{ id: "LongCat-Flash-Thinking", name: "LongCat Flash Thinking" },
|
|
732
|
+
{ id: "LongCat-Flash-Lite", name: "LongCat Flash Lite" },
|
|
733
|
+
],
|
|
734
|
+
puter: [
|
|
735
|
+
{ id: "gpt-5", name: "GPT-5" },
|
|
736
|
+
{ id: "claude-opus-4", name: "Claude Opus 4" },
|
|
737
|
+
{ id: "gemini-3-pro-preview", name: "Gemini 3 Pro" },
|
|
738
|
+
{ id: "grok-4", name: "Grok 4" },
|
|
739
|
+
{ id: "deepseek-chat", name: "DeepSeek V3" },
|
|
740
|
+
],
|
|
741
|
+
uncloseai: [
|
|
742
|
+
{ id: "auto", name: "Auto (Free)" },
|
|
743
|
+
{ id: "gpt-4o-mini", name: "GPT-4o Mini" },
|
|
744
|
+
],
|
|
745
|
+
scaleway: [
|
|
746
|
+
{ id: "qwen3-235b-a22b-instruct-2507", name: "Qwen3 235B" },
|
|
747
|
+
{ id: "llama-3.3-70b-instruct", name: "Llama 3.3 70B" },
|
|
748
|
+
{ id: "mistral-small-3.1-24b-instruct-2503", name: "Mistral Small 3.1" },
|
|
749
|
+
],
|
|
750
|
+
deepinfra: [
|
|
751
|
+
{ id: "meta-llama/Meta-Llama-3.1-70B-Instruct", name: "Llama 3.1 70B" },
|
|
752
|
+
{ id: "deepseek-ai/DeepSeek-V3", name: "DeepSeek V3" },
|
|
753
|
+
{ id: "Qwen/Qwen2.5-72B-Instruct", name: "Qwen 2.5 72B" },
|
|
754
|
+
],
|
|
755
|
+
sambanova: [
|
|
756
|
+
{ id: "Meta-Llama-3.1-405B-Instruct", name: "Llama 3.1 405B" },
|
|
757
|
+
{ id: "Meta-Llama-3.1-70B-Instruct", name: "Llama 3.1 70B" },
|
|
758
|
+
{ id: "Meta-Llama-3.1-8B-Instruct", name: "Llama 3.1 8B" },
|
|
759
|
+
],
|
|
760
|
+
nscale: [
|
|
761
|
+
{ id: "meta-llama/Llama-3.3-70B-Instruct", name: "Llama 3.3 70B" },
|
|
762
|
+
{ id: "Qwen/Qwen2.5-Coder-32B-Instruct", name: "Qwen 2.5 Coder 32B" },
|
|
763
|
+
],
|
|
764
|
+
baseten: [
|
|
765
|
+
{ id: "deepseek-ai/DeepSeek-R1", name: "DeepSeek R1" },
|
|
766
|
+
{ id: "meta-llama/Llama-3.3-70B-Instruct", name: "Llama 3.3 70B" },
|
|
767
|
+
],
|
|
768
|
+
publicai: [
|
|
769
|
+
{ id: "auto", name: "Auto (Community)" },
|
|
770
|
+
],
|
|
771
|
+
"nous-research": [
|
|
772
|
+
{ id: "Hermes-4-405B", name: "Hermes 4 405B" },
|
|
773
|
+
{ id: "Hermes-4-70B", name: "Hermes 4 70B" },
|
|
774
|
+
],
|
|
775
|
+
glhf: [
|
|
776
|
+
{ id: "hf:meta-llama/Meta-Llama-3.1-405B-Instruct", name: "Llama 3.1 405B" },
|
|
777
|
+
{ id: "hf:meta-llama/Meta-Llama-3.1-70B-Instruct", name: "Llama 3.1 70B" },
|
|
778
|
+
{ id: "hf:Qwen/Qwen2.5-72B-Instruct", name: "Qwen 2.5 72B" },
|
|
779
|
+
],
|
|
780
|
+
|
|
581
781
|
deepgram: [
|
|
582
782
|
{ id: "nova-3", name: "Nova 3", type: "stt", params: ["language"] },
|
|
583
783
|
{ id: "nova-2", name: "Nova 2", type: "stt", params: ["language"] },
|
|
@@ -685,6 +885,7 @@ const OAUTH_ALIASES = {
|
|
|
685
885
|
kilocode: "kc",
|
|
686
886
|
cline: "cl",
|
|
687
887
|
opencode: "oc",
|
|
888
|
+
qoder: "qd",
|
|
688
889
|
vertex: "vertex",
|
|
689
890
|
"vertex-partner": "vertex-partner",
|
|
690
891
|
};
|