9router 0.2.16 → 0.2.17

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.
Files changed (183) hide show
  1. package/LICENSE +4 -0
  2. package/app/.next/BUILD_ID +1 -1
  3. package/app/.next/app-build-manifest.json +136 -136
  4. package/app/.next/app-path-routes-manifest.json +19 -19
  5. package/app/.next/build-manifest.json +5 -5
  6. package/app/.next/prerender-manifest.json +34 -34
  7. package/app/.next/react-loadable-manifest.json +13 -0
  8. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js +5 -5
  9. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -1
  10. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
  11. package/app/.next/server/app/(dashboard)/dashboard/combos/page.js +2 -2
  12. package/app/.next/server/app/(dashboard)/dashboard/combos/page.js.nft.json +1 -1
  13. package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
  14. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js +1 -1
  15. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +1 -1
  16. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
  17. package/app/.next/server/app/(dashboard)/dashboard/page.js +1 -1
  18. package/app/.next/server/app/(dashboard)/dashboard/page.js.nft.json +1 -1
  19. package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
  20. package/app/.next/server/app/(dashboard)/dashboard/profile/page.js +2 -2
  21. package/app/.next/server/app/(dashboard)/dashboard/profile/page.js.nft.json +1 -1
  22. package/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
  23. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js +2 -2
  24. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +1 -1
  25. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
  26. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js +1 -1
  27. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +1 -1
  28. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
  29. package/app/.next/server/app/(dashboard)/dashboard/providers/page.js +2 -2
  30. package/app/.next/server/app/(dashboard)/dashboard/providers/page.js.nft.json +1 -1
  31. package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
  32. package/app/.next/server/app/_not-found/page.js +2 -2
  33. package/app/.next/server/app/_not-found/page.js.nft.json +1 -1
  34. package/app/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  35. package/app/.next/server/app/_not-found.html +1 -1
  36. package/app/.next/server/app/_not-found.rsc +2 -2
  37. package/app/.next/server/app/api/cli-tools/claude-settings/route_client-reference-manifest.js +1 -1
  38. package/app/.next/server/app/api/cli-tools/codex-settings/route_client-reference-manifest.js +1 -1
  39. package/app/.next/server/app/api/cloud/auth/route.js +1 -1
  40. package/app/.next/server/app/api/cloud/auth/route_client-reference-manifest.js +1 -1
  41. package/app/.next/server/app/api/cloud/credentials/update/route.js +1 -1
  42. package/app/.next/server/app/api/cloud/credentials/update/route_client-reference-manifest.js +1 -1
  43. package/app/.next/server/app/api/cloud/model/resolve/route.js +1 -1
  44. package/app/.next/server/app/api/cloud/model/resolve/route_client-reference-manifest.js +1 -1
  45. package/app/.next/server/app/api/cloud/models/alias/route.js +1 -1
  46. package/app/.next/server/app/api/cloud/models/alias/route_client-reference-manifest.js +1 -1
  47. package/app/.next/server/app/api/combos/[id]/route.js +1 -1
  48. package/app/.next/server/app/api/combos/[id]/route_client-reference-manifest.js +1 -1
  49. package/app/.next/server/app/api/combos/route.js +1 -1
  50. package/app/.next/server/app/api/combos/route_client-reference-manifest.js +1 -1
  51. package/app/.next/server/app/api/init/route.js +1 -1
  52. package/app/.next/server/app/api/init/route.js.nft.json +1 -1
  53. package/app/.next/server/app/api/init/route_client-reference-manifest.js +1 -1
  54. package/app/.next/server/app/api/keys/[id]/route.js +1 -1
  55. package/app/.next/server/app/api/keys/[id]/route_client-reference-manifest.js +1 -1
  56. package/app/.next/server/app/api/keys/route.js +1 -1
  57. package/app/.next/server/app/api/keys/route_client-reference-manifest.js +1 -1
  58. package/app/.next/server/app/api/models/alias/route.js +1 -1
  59. package/app/.next/server/app/api/models/alias/route_client-reference-manifest.js +1 -1
  60. package/app/.next/server/app/api/models/route.js +1 -1
  61. package/app/.next/server/app/api/models/route.js.nft.json +1 -1
  62. package/app/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  63. package/app/.next/server/app/api/oauth/[provider]/[action]/route.js +1 -1
  64. package/app/.next/server/app/api/oauth/[provider]/[action]/route_client-reference-manifest.js +1 -1
  65. package/app/.next/server/app/api/providers/[id]/models/route.js +1 -1
  66. package/app/.next/server/app/api/providers/[id]/models/route_client-reference-manifest.js +1 -1
  67. package/app/.next/server/app/api/providers/[id]/route.js +1 -1
  68. package/app/.next/server/app/api/providers/[id]/route_client-reference-manifest.js +1 -1
  69. package/app/.next/server/app/api/providers/[id]/test/route.js +1 -1
  70. package/app/.next/server/app/api/providers/[id]/test/route_client-reference-manifest.js +1 -1
  71. package/app/.next/server/app/api/providers/client/route.js +1 -1
  72. package/app/.next/server/app/api/providers/client/route_client-reference-manifest.js +1 -1
  73. package/app/.next/server/app/api/providers/route.js +1 -1
  74. package/app/.next/server/app/api/providers/route.js.nft.json +1 -1
  75. package/app/.next/server/app/api/providers/route_client-reference-manifest.js +1 -1
  76. package/app/.next/server/app/api/providers/validate/route_client-reference-manifest.js +1 -1
  77. package/app/.next/server/app/api/settings/route.js +1 -1
  78. package/app/.next/server/app/api/settings/route_client-reference-manifest.js +1 -1
  79. package/app/.next/server/app/api/shutdown/route_client-reference-manifest.js +1 -1
  80. package/app/.next/server/app/api/sync/cloud/route.js +1 -1
  81. package/app/.next/server/app/api/sync/cloud/route_client-reference-manifest.js +1 -1
  82. package/app/.next/server/app/api/sync/initialize/route.js +1 -1
  83. package/app/.next/server/app/api/sync/initialize/route.js.nft.json +1 -1
  84. package/app/.next/server/app/api/sync/initialize/route_client-reference-manifest.js +1 -1
  85. package/app/.next/server/app/api/tags/route_client-reference-manifest.js +1 -1
  86. package/app/.next/server/app/api/usage/[connectionId]/route.js +1 -1
  87. package/app/.next/server/app/api/usage/[connectionId]/route_client-reference-manifest.js +1 -1
  88. package/app/.next/server/app/api/v1/api/chat/route.js +1 -1
  89. package/app/.next/server/app/api/v1/api/chat/route.js.nft.json +1 -1
  90. package/app/.next/server/app/api/v1/api/chat/route_client-reference-manifest.js +1 -1
  91. package/app/.next/server/app/api/v1/chat/completions/route.js +1 -1
  92. package/app/.next/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
  93. package/app/.next/server/app/api/v1/chat/completions/route_client-reference-manifest.js +1 -1
  94. package/app/.next/server/app/api/v1/messages/count_tokens/route_client-reference-manifest.js +1 -1
  95. package/app/.next/server/app/api/v1/messages/route.js +1 -1
  96. package/app/.next/server/app/api/v1/messages/route.js.nft.json +1 -1
  97. package/app/.next/server/app/api/v1/messages/route_client-reference-manifest.js +1 -1
  98. package/app/.next/server/app/api/v1/responses/route.js +1 -1
  99. package/app/.next/server/app/api/v1/responses/route.js.nft.json +1 -1
  100. package/app/.next/server/app/api/v1/responses/route_client-reference-manifest.js +1 -1
  101. package/app/.next/server/app/api/v1/route_client-reference-manifest.js +1 -1
  102. package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -1
  103. package/app/.next/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -1
  104. package/app/.next/server/app/api/v1beta/models/[...path]/route_client-reference-manifest.js +1 -1
  105. package/app/.next/server/app/api/v1beta/models/route.js +1 -1
  106. package/app/.next/server/app/api/v1beta/models/route.js.nft.json +1 -1
  107. package/app/.next/server/app/api/v1beta/models/route_client-reference-manifest.js +1 -1
  108. package/app/.next/server/app/callback/page.js +1 -1
  109. package/app/.next/server/app/callback/page.js.nft.json +1 -1
  110. package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -1
  111. package/app/.next/server/app/callback.html +1 -1
  112. package/app/.next/server/app/callback.rsc +2 -2
  113. package/app/.next/server/app/dashboard/cli-tools.html +1 -1
  114. package/app/.next/server/app/dashboard/cli-tools.rsc +4 -4
  115. package/app/.next/server/app/dashboard/combos.html +1 -1
  116. package/app/.next/server/app/dashboard/combos.rsc +4 -4
  117. package/app/.next/server/app/dashboard/endpoint.html +1 -1
  118. package/app/.next/server/app/dashboard/endpoint.rsc +4 -4
  119. package/app/.next/server/app/dashboard/profile.html +1 -1
  120. package/app/.next/server/app/dashboard/profile.rsc +4 -4
  121. package/app/.next/server/app/dashboard/providers/new.html +1 -1
  122. package/app/.next/server/app/dashboard/providers/new.rsc +4 -4
  123. package/app/.next/server/app/dashboard/providers.html +1 -1
  124. package/app/.next/server/app/dashboard/providers.rsc +4 -4
  125. package/app/.next/server/app/dashboard.html +1 -1
  126. package/app/.next/server/app/dashboard.rsc +4 -4
  127. package/app/.next/server/app/index.html +1 -1
  128. package/app/.next/server/app/index.rsc +2 -2
  129. package/app/.next/server/app/landing/page.js +1 -1
  130. package/app/.next/server/app/landing/page.js.nft.json +1 -1
  131. package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -1
  132. package/app/.next/server/app/landing.html +1 -1
  133. package/app/.next/server/app/landing.rsc +2 -2
  134. package/app/.next/server/app/page.js +1 -1
  135. package/app/.next/server/app/page.js.nft.json +1 -1
  136. package/app/.next/server/app/page_client-reference-manifest.js +1 -1
  137. package/app/.next/server/app-paths-manifest.json +19 -19
  138. package/app/.next/server/chunks/1354.js +3 -3
  139. package/app/.next/server/chunks/3103.js +1 -1
  140. package/app/.next/server/chunks/5170.js +1 -1
  141. package/app/.next/server/chunks/533.js +1 -0
  142. package/app/.next/server/chunks/{6689.js → 5451.js} +2 -2
  143. package/app/.next/server/chunks/5977.js +1 -1
  144. package/app/.next/server/chunks/9858.js +1 -0
  145. package/app/.next/server/middleware-build-manifest.js +1 -1
  146. package/app/.next/server/middleware-react-loadable-manifest.js +1 -1
  147. package/app/.next/server/pages/404.html +1 -1
  148. package/app/.next/server/pages/500.html +1 -1
  149. package/app/.next/server/webpack-runtime.js +1 -1
  150. package/app/.next/static/chunks/1393-74e0710828062f40.js +1 -0
  151. package/app/.next/static/chunks/2819-00dd2839ed1323e4.js +1 -0
  152. package/app/.next/static/chunks/3431.b7e68d807c631773.js +1 -0
  153. package/app/.next/static/chunks/9220.745ac8c97d067b9a.js +1 -0
  154. package/app/.next/static/chunks/9955-cba200dfd971f126.js +1 -0
  155. package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-1ef1ec29086061fd.js +1 -0
  156. package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-f18c8b5778e91a72.js +1 -0
  157. package/app/.next/static/chunks/app/(dashboard)/dashboard/endpoint/page-636932605724d0ce.js +1 -0
  158. package/app/.next/static/chunks/app/(dashboard)/dashboard/page-81c3e3fb971037c1.js +1 -0
  159. package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-327e2f8b73368cc2.js +1 -0
  160. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-800270dff34413c0.js +1 -0
  161. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/new/page-9e075d79ef785c9b.js +1 -0
  162. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-eea1c0bf95c10035.js +1 -0
  163. package/app/.next/static/chunks/app/(dashboard)/{layout-239cdcb35472d644.js → layout-65f98ae0eccfc7b8.js} +1 -1
  164. package/app/.next/static/chunks/webpack-5865472aea7b6340.js +1 -0
  165. package/app/package.json +2 -0
  166. package/cli.js +11 -38
  167. package/package.json +1 -1
  168. package/app/.next/server/chunks/1582.js +0 -1
  169. package/app/.next/server/chunks/3576.js +0 -1
  170. package/app/.next/static/chunks/1393-c0bf788a0bc19102.js +0 -1
  171. package/app/.next/static/chunks/4244-0a98cf2e73799efe.js +0 -1
  172. package/app/.next/static/chunks/9955-a027f64b1a9bf4e5.js +0 -1
  173. package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-9009a2a4fdcd878c.js +0 -1
  174. package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-95da854765deba41.js +0 -1
  175. package/app/.next/static/chunks/app/(dashboard)/dashboard/endpoint/page-98e477f1e2603f2b.js +0 -1
  176. package/app/.next/static/chunks/app/(dashboard)/dashboard/page-1dce481cbcf036bc.js +0 -1
  177. package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-c3dd45dfdb0b9dec.js +0 -1
  178. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-60e73b7047f9e428.js +0 -1
  179. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/new/page-1f016f32f42ef1f9.js +0 -1
  180. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-407c2ce547816028.js +0 -1
  181. package/app/.next/static/chunks/webpack-e009a29a8139b7cb.js +0 -1
  182. /package/app/.next/static/{CjtizKLK3s08esa00wWI0 → jTOq4rGDmshmQFiyCGWaU}/_buildManifest.js +0 -0
  183. /package/app/.next/static/{CjtizKLK3s08esa00wWI0 → jTOq4rGDmshmQFiyCGWaU}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- <!DOCTYPE html><!--CjtizKLK3s08esa00wWI0--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/d88eaa46491bd5c8.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-e009a29a8139b7cb.js"/><script src="/_next/static/chunks/4bd1b696-f785427dddbba9fb.js" async=""></script><script src="/_next/static/chunks/1255-9494d7e861e97d68.js" async=""></script><script src="/_next/static/chunks/main-app-1a9105a16c026010.js" async=""></script><script src="/_next/static/chunks/1760-b91a44d089080cde.js" async=""></script><script src="/_next/static/chunks/9955-a027f64b1a9bf4e5.js" async=""></script><script src="/_next/static/chunks/4244-0a98cf2e73799efe.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-239cdcb35472d644.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/dashboard/combos/page-95da854765deba41.js" async=""></script><meta name="next-size-adjust" content=""/><link rel="icon" href="/favicon.svg" type="image/svg+xml"/><title>9Router - AI Infrastructure Management</title><meta name="description" content="One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."/><link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16"/><link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&amp;display=swap" rel="stylesheet"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><div class="flex h-screen w-full overflow-hidden bg-bg"><div class="hidden lg:flex"><aside class="flex w-72 flex-col border-r border-border bg-sidebar transition-colors duration-300"><div class="p-8"><a class="flex items-center gap-3" href="/dashboard"><div class="flex items-center justify-center size-9 rounded bg-gradient-to-br from-[#f97815] to-[#c2590a]"><span class="material-symbols-outlined text-white text-[20px]">hub</span></div><h1 class="text-lg font-semibold tracking-tight text-text-main">Endpoint Proxy</h1></a></div><nav class="flex-1 px-4 py-2 space-y-1 overflow-y-auto custom-scrollbar"><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">api</span><span class="text-sm font-medium">Endpoint</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">dns</span><span class="text-sm font-medium">Providers</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group bg-surface text-primary shadow-sm border border-border" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px] fill-1">layers</span><span class="text-sm font-medium">Combos</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">terminal</span><span class="text-sm font-medium">CLI Tools</span></a><div class="pt-6 mt-2"><p class="px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-3">System</p><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">settings</span><span class="text-sm font-medium">Settings</span></a></div></nav><div class="p-4 border-t border-border"><div class="flex items-start gap-3 p-3 rounded-xl bg-surface border border-border mb-3"><div class="flex items-center justify-center size-8 rounded-lg bg-blue-500/10 text-blue-500 shrink-0 mt-0.5"><span class="material-symbols-outlined text-[18px]">info</span></div><div class="flex flex-col"><span class="text-xs font-medium text-text-main leading-relaxed">Service is running in terminal. You can close this web page. Shutdown will stop the service.</span></div></div><button class="inline-flex items-center justify-center gap-2 font-medium transition-all duration-200 cursor-pointer active:scale-[0.98] disabled:opacity-50 disabled:cursor-not-allowed disabled:active:scale-100 border border-border text-text-main hover:bg-black/5 h-10 px-5 text-sm rounded-lg w-full text-red-500 border-red-200 hover:bg-red-50 hover:border-red-300"><span class="material-symbols-outlined text-[18px]">power_settings_new</span>Shutdown</button></div></aside></div><div class="fixed inset-y-0 left-0 z-50 transform lg:hidden transition-transform duration-300 ease-in-out -translate-x-full"><aside class="flex w-72 flex-col border-r border-border bg-sidebar transition-colors duration-300"><div class="p-8"><a class="flex items-center gap-3" href="/dashboard"><div class="flex items-center justify-center size-9 rounded bg-gradient-to-br from-[#f97815] to-[#c2590a]"><span class="material-symbols-outlined text-white text-[20px]">hub</span></div><h1 class="text-lg font-semibold tracking-tight text-text-main">Endpoint Proxy</h1></a></div><nav class="flex-1 px-4 py-2 space-y-1 overflow-y-auto custom-scrollbar"><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">api</span><span class="text-sm font-medium">Endpoint</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">dns</span><span class="text-sm font-medium">Providers</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group bg-surface text-primary shadow-sm border border-border" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px] fill-1">layers</span><span class="text-sm font-medium">Combos</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">terminal</span><span class="text-sm font-medium">CLI Tools</span></a><div class="pt-6 mt-2"><p class="px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-3">System</p><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">settings</span><span class="text-sm font-medium">Settings</span></a></div></nav><div class="p-4 border-t border-border"><div class="flex items-start gap-3 p-3 rounded-xl bg-surface border border-border mb-3"><div class="flex items-center justify-center size-8 rounded-lg bg-blue-500/10 text-blue-500 shrink-0 mt-0.5"><span class="material-symbols-outlined text-[18px]">info</span></div><div class="flex flex-col"><span class="text-xs font-medium text-text-main leading-relaxed">Service is running in terminal. You can close this web page. Shutdown will stop the service.</span></div></div><button class="inline-flex items-center justify-center gap-2 font-medium transition-all duration-200 cursor-pointer active:scale-[0.98] disabled:opacity-50 disabled:cursor-not-allowed disabled:active:scale-100 border border-border text-text-main hover:bg-black/5 h-10 px-5 text-sm rounded-lg w-full text-red-500 border-red-200 hover:bg-red-50 hover:border-red-300"><span class="material-symbols-outlined text-[18px]">power_settings_new</span>Shutdown</button></div></aside></div><main class="flex flex-col flex-1 h-full min-w-0 relative transition-colors duration-300"><header class="flex items-center justify-between px-8 py-5 border-b border-border bg-bg/80 backdrop-blur-md z-10 sticky top-0"><div class="flex items-center gap-3 lg:hidden"><button class="text-text-main hover:text-primary transition-colors"><span class="material-symbols-outlined">menu</span></button></div><div class="hidden lg:flex flex-col"><div><h1 class="text-2xl font-semibold text-text-main tracking-tight">Combos</h1><p class="text-sm text-text-muted">Model combos with fallback</p></div></div><div class="flex items-center gap-3 ml-auto"><button class="flex items-center justify-center size-10 rounded-full text-text-muted hover:bg-black/5 hover:text-text-main transition-colors" aria-label="Switch to dark mode" title="Switch to dark mode"><span class="material-symbols-outlined text-[22px]">dark_mode</span></button></div></header><div class="flex-1 overflow-y-auto custom-scrollbar p-6 lg:p-10"><div class="max-w-7xl mx-auto"><div class="flex flex-col gap-6"><div class="p-6 rounded-xl border border-border bg-surface"><div class="flex items-center justify-between mb-4"><div class="animate-pulse rounded-lg bg-border h-4 w-24"></div><div class="animate-pulse rounded-lg bg-border size-10 rounded-lg"></div></div><div class="animate-pulse rounded-lg bg-border h-8 w-16 mb-2"></div><div class="animate-pulse rounded-lg bg-border h-3 w-20"></div></div><div class="p-6 rounded-xl border border-border bg-surface"><div class="flex items-center justify-between mb-4"><div class="animate-pulse rounded-lg bg-border h-4 w-24"></div><div class="animate-pulse rounded-lg bg-border size-10 rounded-lg"></div></div><div class="animate-pulse rounded-lg bg-border h-8 w-16 mb-2"></div><div class="animate-pulse rounded-lg bg-border h-3 w-20"></div></div></div><!--$--><!--/$--></div></div></main></div><script src="/_next/static/chunks/webpack-e009a29a8139b7cb.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[9955,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-a027f64b1a9bf4e5.js\",\"4244\",\"static/chunks/4244-0a98cf2e73799efe.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-239cdcb35472d644.js\"],\"ThemeProvider\"]\n3:I[9766,[],\"\"]\n4:I[8924,[],\"\"]\n5:I[709,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-a027f64b1a9bf4e5.js\",\"4244\",\"static/chunks/4244-0a98cf2e73799efe.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-239cdcb35472d644.js\"],\"default\"]\n6:I[1959,[],\"ClientPageRoot\"]\n7:I[3170,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-a027f64b1a9bf4e5.js\",\"4244\",\"static/chunks/4244-0a98cf2e73799efe.js\",\"3649\",\"static/chunks/app/(dashboard)/dashboard/combos/page-95da854765deba41.js\"],\"default\"]\na:I[4431,[],\"OutletBoundary\"]\nc:I[5278,[],\"AsyncMetadataOutlet\"]\ne:I[4431,[],\"ViewportBoundary\"]\n10:I[4431,[],\"MetadataBoundary\"]\n11:\"$Sreact.suspense\"\n13:I[7150,[],\"\"]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/d88eaa46491bd5c8.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"CjtizKLK3s08esa00wWI0\",\"p\":\"\",\"c\":[\"\",\"dashboard\",\"combos\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"(dashboard)\",{\"children\":[\"dashboard\",{\"children\":[\"combos\",{\"children\":[\"__PAGE__\",{}]}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d88eaa46491bd5c8.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1\u0026display=swap\",\"rel\":\"stylesheet\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.svg\",\"type\":\"image/svg+xml\"}]]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[\"(dashboard)\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}],{\"children\":[\"dashboard\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"combos\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L6\",null,{\"Component\":\"$7\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@8\",\"$@9\"]}],null,[\"$\",\"$La\",null,{\"children\":[\"$Lb\",[\"$\",\"$Lc\",null,{\"promise\":\"$@d\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Le\",null,{\"children\":\"$Lf\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$L10\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$11\",null,{\"fallback\":null,\"children\":\"$L12\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$13\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:{}\n9:\"$0:f:0:1:2:children:2:children:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"f:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\nb:null\n"])</script><script>self.__next_f.push([1,"14:I[622,[],\"IconMark\"]\nd:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"9Router - AI Infrastructure Management\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"$L14\",\"3\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"12:\"$d:metadata\"\n"])</script></body></html>
1
+ <!DOCTYPE html><!--jTOq4rGDmshmQFiyCGWaU--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/d88eaa46491bd5c8.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-5865472aea7b6340.js"/><script src="/_next/static/chunks/4bd1b696-f785427dddbba9fb.js" async=""></script><script src="/_next/static/chunks/1255-9494d7e861e97d68.js" async=""></script><script src="/_next/static/chunks/main-app-1a9105a16c026010.js" async=""></script><script src="/_next/static/chunks/1760-b91a44d089080cde.js" async=""></script><script src="/_next/static/chunks/9955-cba200dfd971f126.js" async=""></script><script src="/_next/static/chunks/2819-00dd2839ed1323e4.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/dashboard/combos/page-f18c8b5778e91a72.js" async=""></script><meta name="next-size-adjust" content=""/><link rel="icon" href="/favicon.svg" type="image/svg+xml"/><title>9Router - AI Infrastructure Management</title><meta name="description" content="One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."/><link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16"/><link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&amp;display=swap" rel="stylesheet"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><div class="flex h-screen w-full overflow-hidden bg-bg"><div class="hidden lg:flex"><aside class="flex w-72 flex-col border-r border-border bg-sidebar transition-colors duration-300"><div class="p-8"><a class="flex items-center gap-3" href="/dashboard"><div class="flex items-center justify-center size-9 rounded bg-gradient-to-br from-[#f97815] to-[#c2590a]"><span class="material-symbols-outlined text-white text-[20px]">hub</span></div><h1 class="text-lg font-semibold tracking-tight text-text-main">Endpoint Proxy</h1></a></div><nav class="flex-1 px-4 py-2 space-y-1 overflow-y-auto custom-scrollbar"><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">api</span><span class="text-sm font-medium">Endpoint</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">dns</span><span class="text-sm font-medium">Providers</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group bg-surface text-primary shadow-sm border border-border" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px] fill-1">layers</span><span class="text-sm font-medium">Combos</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">terminal</span><span class="text-sm font-medium">CLI Tools</span></a><div class="pt-6 mt-2"><p class="px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-3">System</p><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">settings</span><span class="text-sm font-medium">Settings</span></a></div></nav><div class="p-4 border-t border-border"><div class="flex items-start gap-3 p-3 rounded-xl bg-surface border border-border mb-3"><div class="flex items-center justify-center size-8 rounded-lg bg-blue-500/10 text-blue-500 shrink-0 mt-0.5"><span class="material-symbols-outlined text-[18px]">info</span></div><div class="flex flex-col"><span class="text-xs font-medium text-text-main leading-relaxed">Service is running in terminal. You can close this web page. Shutdown will stop the service.</span></div></div><button class="inline-flex items-center justify-center gap-2 font-medium transition-all duration-200 cursor-pointer active:scale-[0.98] disabled:opacity-50 disabled:cursor-not-allowed disabled:active:scale-100 border border-border text-text-main hover:bg-black/5 h-10 px-5 text-sm rounded-lg w-full text-red-500 border-red-200 hover:bg-red-50 hover:border-red-300"><span class="material-symbols-outlined text-[18px]">power_settings_new</span>Shutdown</button></div></aside></div><div class="fixed inset-y-0 left-0 z-50 transform lg:hidden transition-transform duration-300 ease-in-out -translate-x-full"><aside class="flex w-72 flex-col border-r border-border bg-sidebar transition-colors duration-300"><div class="p-8"><a class="flex items-center gap-3" href="/dashboard"><div class="flex items-center justify-center size-9 rounded bg-gradient-to-br from-[#f97815] to-[#c2590a]"><span class="material-symbols-outlined text-white text-[20px]">hub</span></div><h1 class="text-lg font-semibold tracking-tight text-text-main">Endpoint Proxy</h1></a></div><nav class="flex-1 px-4 py-2 space-y-1 overflow-y-auto custom-scrollbar"><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">api</span><span class="text-sm font-medium">Endpoint</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">dns</span><span class="text-sm font-medium">Providers</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group bg-surface text-primary shadow-sm border border-border" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px] fill-1">layers</span><span class="text-sm font-medium">Combos</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">terminal</span><span class="text-sm font-medium">CLI Tools</span></a><div class="pt-6 mt-2"><p class="px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-3">System</p><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">settings</span><span class="text-sm font-medium">Settings</span></a></div></nav><div class="p-4 border-t border-border"><div class="flex items-start gap-3 p-3 rounded-xl bg-surface border border-border mb-3"><div class="flex items-center justify-center size-8 rounded-lg bg-blue-500/10 text-blue-500 shrink-0 mt-0.5"><span class="material-symbols-outlined text-[18px]">info</span></div><div class="flex flex-col"><span class="text-xs font-medium text-text-main leading-relaxed">Service is running in terminal. You can close this web page. Shutdown will stop the service.</span></div></div><button class="inline-flex items-center justify-center gap-2 font-medium transition-all duration-200 cursor-pointer active:scale-[0.98] disabled:opacity-50 disabled:cursor-not-allowed disabled:active:scale-100 border border-border text-text-main hover:bg-black/5 h-10 px-5 text-sm rounded-lg w-full text-red-500 border-red-200 hover:bg-red-50 hover:border-red-300"><span class="material-symbols-outlined text-[18px]">power_settings_new</span>Shutdown</button></div></aside></div><main class="flex flex-col flex-1 h-full min-w-0 relative transition-colors duration-300"><header class="flex items-center justify-between px-8 py-5 border-b border-border bg-bg/80 backdrop-blur-md z-10 sticky top-0"><div class="flex items-center gap-3 lg:hidden"><button class="text-text-main hover:text-primary transition-colors"><span class="material-symbols-outlined">menu</span></button></div><div class="hidden lg:flex flex-col"><div><h1 class="text-2xl font-semibold text-text-main tracking-tight">Combos</h1><p class="text-sm text-text-muted">Model combos with fallback</p></div></div><div class="flex items-center gap-3 ml-auto"><button class="flex items-center justify-center size-10 rounded-full text-text-muted hover:bg-black/5 hover:text-text-main transition-colors" aria-label="Switch to dark mode" title="Switch to dark mode"><span class="material-symbols-outlined text-[22px]">dark_mode</span></button></div></header><div class="flex-1 overflow-y-auto custom-scrollbar p-6 lg:p-10"><div class="max-w-7xl mx-auto"><div class="flex flex-col gap-6"><div class="p-6 rounded-xl border border-border bg-surface"><div class="flex items-center justify-between mb-4"><div class="animate-pulse rounded-lg bg-border h-4 w-24"></div><div class="animate-pulse rounded-lg bg-border size-10 rounded-lg"></div></div><div class="animate-pulse rounded-lg bg-border h-8 w-16 mb-2"></div><div class="animate-pulse rounded-lg bg-border h-3 w-20"></div></div><div class="p-6 rounded-xl border border-border bg-surface"><div class="flex items-center justify-between mb-4"><div class="animate-pulse rounded-lg bg-border h-4 w-24"></div><div class="animate-pulse rounded-lg bg-border size-10 rounded-lg"></div></div><div class="animate-pulse rounded-lg bg-border h-8 w-16 mb-2"></div><div class="animate-pulse rounded-lg bg-border h-3 w-20"></div></div></div><!--$--><!--/$--></div></div></main></div><script src="/_next/static/chunks/webpack-5865472aea7b6340.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[9955,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-cba200dfd971f126.js\",\"2819\",\"static/chunks/2819-00dd2839ed1323e4.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js\"],\"ThemeProvider\",1]\n3:I[9766,[],\"\"]\n4:I[8924,[],\"\"]\n5:I[709,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-cba200dfd971f126.js\",\"2819\",\"static/chunks/2819-00dd2839ed1323e4.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js\"],\"default\",1]\n6:I[1959,[],\"ClientPageRoot\"]\n7:I[3170,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-cba200dfd971f126.js\",\"2819\",\"static/chunks/2819-00dd2839ed1323e4.js\",\"3649\",\"static/chunks/app/(dashboard)/dashboard/combos/page-f18c8b5778e91a72.js\"],\"default\",1]\na:I[4431,[],\"OutletBoundary\"]\nc:I[5278,[],\"AsyncMetadataOutlet\"]\ne:I[4431,[],\"ViewportBoundary\"]\n10:I[4431,[],\"MetadataBoundary\"]\n11:\"$Sreact.suspense\"\n13:I[7150,[],\"\"]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/d88eaa46491bd5c8.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"jTOq4rGDmshmQFiyCGWaU\",\"p\":\"\",\"c\":[\"\",\"dashboard\",\"combos\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"(dashboard)\",{\"children\":[\"dashboard\",{\"children\":[\"combos\",{\"children\":[\"__PAGE__\",{}]}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d88eaa46491bd5c8.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1\u0026display=swap\",\"rel\":\"stylesheet\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.svg\",\"type\":\"image/svg+xml\"}]]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[\"(dashboard)\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}],{\"children\":[\"dashboard\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"combos\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L6\",null,{\"Component\":\"$7\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@8\",\"$@9\"]}],null,[\"$\",\"$La\",null,{\"children\":[\"$Lb\",[\"$\",\"$Lc\",null,{\"promise\":\"$@d\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Le\",null,{\"children\":\"$Lf\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$L10\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$11\",null,{\"fallback\":null,\"children\":\"$L12\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$13\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:{}\n9:\"$0:f:0:1:2:children:2:children:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"f:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\nb:null\n"])</script><script>self.__next_f.push([1,"14:I[622,[],\"IconMark\"]\nd:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"9Router - AI Infrastructure Management\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"$L14\",\"3\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"12:\"$d:metadata\"\n"])</script></body></html>
@@ -1,10 +1,10 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[9955,["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"ThemeProvider"]
2
+ 2:I[9955,["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"ThemeProvider",1]
3
3
  3:I[9766,[],""]
4
4
  4:I[8924,[],""]
5
- 5:I[709,["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"default"]
5
+ 5:I[709,["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"default",1]
6
6
  6:I[1959,[],"ClientPageRoot"]
7
- 7:I[3170,["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","3649","static/chunks/app/(dashboard)/dashboard/combos/page-95da854765deba41.js"],"default"]
7
+ 7:I[3170,["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","3649","static/chunks/app/(dashboard)/dashboard/combos/page-f18c8b5778e91a72.js"],"default",1]
8
8
  a:I[4431,[],"OutletBoundary"]
9
9
  c:I[5278,[],"AsyncMetadataOutlet"]
10
10
  e:I[4431,[],"ViewportBoundary"]
@@ -13,7 +13,7 @@ e:I[4431,[],"ViewportBoundary"]
13
13
  13:I[7150,[],""]
14
14
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
15
15
  :HL["/_next/static/css/d88eaa46491bd5c8.css","style"]
16
- 0:{"P":null,"b":"CjtizKLK3s08esa00wWI0","p":"","c":["","dashboard","combos"],"i":false,"f":[[["",{"children":["(dashboard)",{"children":["dashboard",{"children":["combos",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/d88eaa46491bd5c8.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap","rel":"stylesheet"}],["$","link",null,{"rel":"icon","href":"/favicon.svg","type":"image/svg+xml"}]]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":["(dashboard)",["$","$1","c",{"children":[null,["$","$L5",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}],{"children":["dashboard",["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["combos",["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","searchParams":{},"params":{},"promises":["$@8","$@9"]}],null,["$","$La",null,{"children":["$Lb",["$","$Lc",null,{"promise":"$@d"}]]}]]}],{},null,false]},null,false]},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$Le",null,{"children":"$Lf"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$L10",null,{"children":["$","div",null,{"hidden":true,"children":["$","$11",null,{"fallback":null,"children":"$L12"}]}]}]]}],false]],"m":"$undefined","G":["$13",[]],"s":false,"S":true}
16
+ 0:{"P":null,"b":"jTOq4rGDmshmQFiyCGWaU","p":"","c":["","dashboard","combos"],"i":false,"f":[[["",{"children":["(dashboard)",{"children":["dashboard",{"children":["combos",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/d88eaa46491bd5c8.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap","rel":"stylesheet"}],["$","link",null,{"rel":"icon","href":"/favicon.svg","type":"image/svg+xml"}]]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":["(dashboard)",["$","$1","c",{"children":[null,["$","$L5",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}],{"children":["dashboard",["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["combos",["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","searchParams":{},"params":{},"promises":["$@8","$@9"]}],null,["$","$La",null,{"children":["$Lb",["$","$Lc",null,{"promise":"$@d"}]]}]]}],{},null,false]},null,false]},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$Le",null,{"children":"$Lf"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$L10",null,{"children":["$","div",null,{"hidden":true,"children":["$","$11",null,{"fallback":null,"children":"$L12"}]}]}]]}],false]],"m":"$undefined","G":["$13",[]],"s":false,"S":true}
17
17
  8:{}
18
18
  9:"$0:f:0:1:2:children:2:children:2:children:2:children:1:props:children:0:props:params"
19
19
  f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
@@ -1 +1 @@
1
- <!DOCTYPE html><!--CjtizKLK3s08esa00wWI0--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/d88eaa46491bd5c8.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-e009a29a8139b7cb.js"/><script src="/_next/static/chunks/4bd1b696-f785427dddbba9fb.js" async=""></script><script src="/_next/static/chunks/1255-9494d7e861e97d68.js" async=""></script><script src="/_next/static/chunks/main-app-1a9105a16c026010.js" async=""></script><script src="/_next/static/chunks/1760-b91a44d089080cde.js" async=""></script><script src="/_next/static/chunks/9955-a027f64b1a9bf4e5.js" async=""></script><script src="/_next/static/chunks/4244-0a98cf2e73799efe.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-239cdcb35472d644.js" async=""></script><script src="/_next/static/chunks/1393-c0bf788a0bc19102.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/dashboard/endpoint/page-98e477f1e2603f2b.js" async=""></script><meta name="next-size-adjust" content=""/><link rel="icon" href="/favicon.svg" type="image/svg+xml"/><title>9Router - AI Infrastructure Management</title><meta name="description" content="One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."/><link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16"/><link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&amp;display=swap" rel="stylesheet"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><div class="flex h-screen w-full overflow-hidden bg-bg"><div class="hidden lg:flex"><aside class="flex w-72 flex-col border-r border-border bg-sidebar transition-colors duration-300"><div class="p-8"><a class="flex items-center gap-3" href="/dashboard"><div class="flex items-center justify-center size-9 rounded bg-gradient-to-br from-[#f97815] to-[#c2590a]"><span class="material-symbols-outlined text-white text-[20px]">hub</span></div><h1 class="text-lg font-semibold tracking-tight text-text-main">Endpoint Proxy</h1></a></div><nav class="flex-1 px-4 py-2 space-y-1 overflow-y-auto custom-scrollbar"><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group bg-surface text-primary shadow-sm border border-border" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px] fill-1">api</span><span class="text-sm font-medium">Endpoint</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">dns</span><span class="text-sm font-medium">Providers</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">layers</span><span class="text-sm font-medium">Combos</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">terminal</span><span class="text-sm font-medium">CLI Tools</span></a><div class="pt-6 mt-2"><p class="px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-3">System</p><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">settings</span><span class="text-sm font-medium">Settings</span></a></div></nav><div class="p-4 border-t border-border"><div class="flex items-start gap-3 p-3 rounded-xl bg-surface border border-border mb-3"><div class="flex items-center justify-center size-8 rounded-lg bg-blue-500/10 text-blue-500 shrink-0 mt-0.5"><span class="material-symbols-outlined text-[18px]">info</span></div><div class="flex flex-col"><span class="text-xs font-medium text-text-main leading-relaxed">Service is running in terminal. You can close this web page. Shutdown will stop the service.</span></div></div><button class="inline-flex items-center justify-center gap-2 font-medium transition-all duration-200 cursor-pointer active:scale-[0.98] disabled:opacity-50 disabled:cursor-not-allowed disabled:active:scale-100 border border-border text-text-main hover:bg-black/5 h-10 px-5 text-sm rounded-lg w-full text-red-500 border-red-200 hover:bg-red-50 hover:border-red-300"><span class="material-symbols-outlined text-[18px]">power_settings_new</span>Shutdown</button></div></aside></div><div class="fixed inset-y-0 left-0 z-50 transform lg:hidden transition-transform duration-300 ease-in-out -translate-x-full"><aside class="flex w-72 flex-col border-r border-border bg-sidebar transition-colors duration-300"><div class="p-8"><a class="flex items-center gap-3" href="/dashboard"><div class="flex items-center justify-center size-9 rounded bg-gradient-to-br from-[#f97815] to-[#c2590a]"><span class="material-symbols-outlined text-white text-[20px]">hub</span></div><h1 class="text-lg font-semibold tracking-tight text-text-main">Endpoint Proxy</h1></a></div><nav class="flex-1 px-4 py-2 space-y-1 overflow-y-auto custom-scrollbar"><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group bg-surface text-primary shadow-sm border border-border" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px] fill-1">api</span><span class="text-sm font-medium">Endpoint</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">dns</span><span class="text-sm font-medium">Providers</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">layers</span><span class="text-sm font-medium">Combos</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">terminal</span><span class="text-sm font-medium">CLI Tools</span></a><div class="pt-6 mt-2"><p class="px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-3">System</p><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">settings</span><span class="text-sm font-medium">Settings</span></a></div></nav><div class="p-4 border-t border-border"><div class="flex items-start gap-3 p-3 rounded-xl bg-surface border border-border mb-3"><div class="flex items-center justify-center size-8 rounded-lg bg-blue-500/10 text-blue-500 shrink-0 mt-0.5"><span class="material-symbols-outlined text-[18px]">info</span></div><div class="flex flex-col"><span class="text-xs font-medium text-text-main leading-relaxed">Service is running in terminal. You can close this web page. Shutdown will stop the service.</span></div></div><button class="inline-flex items-center justify-center gap-2 font-medium transition-all duration-200 cursor-pointer active:scale-[0.98] disabled:opacity-50 disabled:cursor-not-allowed disabled:active:scale-100 border border-border text-text-main hover:bg-black/5 h-10 px-5 text-sm rounded-lg w-full text-red-500 border-red-200 hover:bg-red-50 hover:border-red-300"><span class="material-symbols-outlined text-[18px]">power_settings_new</span>Shutdown</button></div></aside></div><main class="flex flex-col flex-1 h-full min-w-0 relative transition-colors duration-300"><header class="flex items-center justify-between px-8 py-5 border-b border-border bg-bg/80 backdrop-blur-md z-10 sticky top-0"><div class="flex items-center gap-3 lg:hidden"><button class="text-text-main hover:text-primary transition-colors"><span class="material-symbols-outlined">menu</span></button></div><div class="hidden lg:flex flex-col"><div><h1 class="text-2xl font-semibold text-text-main tracking-tight">Endpoint</h1><p class="text-sm text-text-muted">API endpoint configuration</p></div></div><div class="flex items-center gap-3 ml-auto"><button class="flex items-center justify-center size-10 rounded-full text-text-muted hover:bg-black/5 hover:text-text-main transition-colors" aria-label="Switch to dark mode" title="Switch to dark mode"><span class="material-symbols-outlined text-[22px]">dark_mode</span></button></div></header><div class="flex-1 overflow-y-auto custom-scrollbar p-6 lg:p-10"><div class="max-w-7xl mx-auto"><div class="flex flex-col gap-8"><div class="p-6 rounded-xl border border-border bg-surface"><div class="flex items-center justify-between mb-4"><div class="animate-pulse rounded-lg bg-border h-4 w-24"></div><div class="animate-pulse rounded-lg bg-border size-10 rounded-lg"></div></div><div class="animate-pulse rounded-lg bg-border h-8 w-16 mb-2"></div><div class="animate-pulse rounded-lg bg-border h-3 w-20"></div></div><div class="p-6 rounded-xl border border-border bg-surface"><div class="flex items-center justify-between mb-4"><div class="animate-pulse rounded-lg bg-border h-4 w-24"></div><div class="animate-pulse rounded-lg bg-border size-10 rounded-lg"></div></div><div class="animate-pulse rounded-lg bg-border h-8 w-16 mb-2"></div><div class="animate-pulse rounded-lg bg-border h-3 w-20"></div></div></div><!--$--><!--/$--></div></div></main></div><script src="/_next/static/chunks/webpack-e009a29a8139b7cb.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[9955,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-a027f64b1a9bf4e5.js\",\"4244\",\"static/chunks/4244-0a98cf2e73799efe.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-239cdcb35472d644.js\"],\"ThemeProvider\"]\n3:I[9766,[],\"\"]\n4:I[8924,[],\"\"]\n5:I[709,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-a027f64b1a9bf4e5.js\",\"4244\",\"static/chunks/4244-0a98cf2e73799efe.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-239cdcb35472d644.js\"],\"default\"]\n7:I[4431,[],\"OutletBoundary\"]\n9:I[5278,[],\"AsyncMetadataOutlet\"]\nb:I[4431,[],\"ViewportBoundary\"]\nd:I[4431,[],\"MetadataBoundary\"]\ne:\"$Sreact.suspense\"\n10:I[7150,[],\"\"]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/d88eaa46491bd5c8.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"CjtizKLK3s08esa00wWI0\",\"p\":\"\",\"c\":[\"\",\"dashboard\",\"endpoint\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"(dashboard)\",{\"children\":[\"dashboard\",{\"children\":[\"endpoint\",{\"children\":[\"__PAGE__\",{}]}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d88eaa46491bd5c8.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1\u0026display=swap\",\"rel\":\"stylesheet\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.svg\",\"type\":\"image/svg+xml\"}]]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[\"(dashboard)\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}],{\"children\":[\"dashboard\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"endpoint\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[\"$L6\",null,[\"$\",\"$L7\",null,{\"children\":[\"$L8\",[\"$\",\"$L9\",null,{\"promise\":\"$@a\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$e\",null,{\"fallback\":null,\"children\":\"$Lf\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"11:I[1902,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-a027f64b1a9bf4e5.js\",\"4244\",\"static/chunks/4244-0a98cf2e73799efe.js\",\"1393\",\"static/chunks/1393-c0bf788a0bc19102.js\",\"6099\",\"static/chunks/app/(dashboard)/dashboard/endpoint/page-98e477f1e2603f2b.js\"],\"default\"]\n6:[\"$\",\"$L11\",null,{\"machineId\":\"6581be4f05a82b6b\"}]\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n8:null\n"])</script><script>self.__next_f.push([1,"12:I[622,[],\"IconMark\"]\na:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"9Router - AI Infrastructure Management\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"$L12\",\"3\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"f:\"$a:metadata\"\n"])</script></body></html>
1
+ <!DOCTYPE html><!--jTOq4rGDmshmQFiyCGWaU--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/d88eaa46491bd5c8.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-5865472aea7b6340.js"/><script src="/_next/static/chunks/4bd1b696-f785427dddbba9fb.js" async=""></script><script src="/_next/static/chunks/1255-9494d7e861e97d68.js" async=""></script><script src="/_next/static/chunks/main-app-1a9105a16c026010.js" async=""></script><script src="/_next/static/chunks/1760-b91a44d089080cde.js" async=""></script><script src="/_next/static/chunks/9955-cba200dfd971f126.js" async=""></script><script src="/_next/static/chunks/2819-00dd2839ed1323e4.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js" async=""></script><script src="/_next/static/chunks/1393-74e0710828062f40.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/dashboard/endpoint/page-636932605724d0ce.js" async=""></script><meta name="next-size-adjust" content=""/><link rel="icon" href="/favicon.svg" type="image/svg+xml"/><title>9Router - AI Infrastructure Management</title><meta name="description" content="One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."/><link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16"/><link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&amp;display=swap" rel="stylesheet"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><div class="flex h-screen w-full overflow-hidden bg-bg"><div class="hidden lg:flex"><aside class="flex w-72 flex-col border-r border-border bg-sidebar transition-colors duration-300"><div class="p-8"><a class="flex items-center gap-3" href="/dashboard"><div class="flex items-center justify-center size-9 rounded bg-gradient-to-br from-[#f97815] to-[#c2590a]"><span class="material-symbols-outlined text-white text-[20px]">hub</span></div><h1 class="text-lg font-semibold tracking-tight text-text-main">Endpoint Proxy</h1></a></div><nav class="flex-1 px-4 py-2 space-y-1 overflow-y-auto custom-scrollbar"><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group bg-surface text-primary shadow-sm border border-border" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px] fill-1">api</span><span class="text-sm font-medium">Endpoint</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">dns</span><span class="text-sm font-medium">Providers</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">layers</span><span class="text-sm font-medium">Combos</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">terminal</span><span class="text-sm font-medium">CLI Tools</span></a><div class="pt-6 mt-2"><p class="px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-3">System</p><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">settings</span><span class="text-sm font-medium">Settings</span></a></div></nav><div class="p-4 border-t border-border"><div class="flex items-start gap-3 p-3 rounded-xl bg-surface border border-border mb-3"><div class="flex items-center justify-center size-8 rounded-lg bg-blue-500/10 text-blue-500 shrink-0 mt-0.5"><span class="material-symbols-outlined text-[18px]">info</span></div><div class="flex flex-col"><span class="text-xs font-medium text-text-main leading-relaxed">Service is running in terminal. You can close this web page. Shutdown will stop the service.</span></div></div><button class="inline-flex items-center justify-center gap-2 font-medium transition-all duration-200 cursor-pointer active:scale-[0.98] disabled:opacity-50 disabled:cursor-not-allowed disabled:active:scale-100 border border-border text-text-main hover:bg-black/5 h-10 px-5 text-sm rounded-lg w-full text-red-500 border-red-200 hover:bg-red-50 hover:border-red-300"><span class="material-symbols-outlined text-[18px]">power_settings_new</span>Shutdown</button></div></aside></div><div class="fixed inset-y-0 left-0 z-50 transform lg:hidden transition-transform duration-300 ease-in-out -translate-x-full"><aside class="flex w-72 flex-col border-r border-border bg-sidebar transition-colors duration-300"><div class="p-8"><a class="flex items-center gap-3" href="/dashboard"><div class="flex items-center justify-center size-9 rounded bg-gradient-to-br from-[#f97815] to-[#c2590a]"><span class="material-symbols-outlined text-white text-[20px]">hub</span></div><h1 class="text-lg font-semibold tracking-tight text-text-main">Endpoint Proxy</h1></a></div><nav class="flex-1 px-4 py-2 space-y-1 overflow-y-auto custom-scrollbar"><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group bg-surface text-primary shadow-sm border border-border" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px] fill-1">api</span><span class="text-sm font-medium">Endpoint</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">dns</span><span class="text-sm font-medium">Providers</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">layers</span><span class="text-sm font-medium">Combos</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">terminal</span><span class="text-sm font-medium">CLI Tools</span></a><div class="pt-6 mt-2"><p class="px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-3">System</p><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">settings</span><span class="text-sm font-medium">Settings</span></a></div></nav><div class="p-4 border-t border-border"><div class="flex items-start gap-3 p-3 rounded-xl bg-surface border border-border mb-3"><div class="flex items-center justify-center size-8 rounded-lg bg-blue-500/10 text-blue-500 shrink-0 mt-0.5"><span class="material-symbols-outlined text-[18px]">info</span></div><div class="flex flex-col"><span class="text-xs font-medium text-text-main leading-relaxed">Service is running in terminal. You can close this web page. Shutdown will stop the service.</span></div></div><button class="inline-flex items-center justify-center gap-2 font-medium transition-all duration-200 cursor-pointer active:scale-[0.98] disabled:opacity-50 disabled:cursor-not-allowed disabled:active:scale-100 border border-border text-text-main hover:bg-black/5 h-10 px-5 text-sm rounded-lg w-full text-red-500 border-red-200 hover:bg-red-50 hover:border-red-300"><span class="material-symbols-outlined text-[18px]">power_settings_new</span>Shutdown</button></div></aside></div><main class="flex flex-col flex-1 h-full min-w-0 relative transition-colors duration-300"><header class="flex items-center justify-between px-8 py-5 border-b border-border bg-bg/80 backdrop-blur-md z-10 sticky top-0"><div class="flex items-center gap-3 lg:hidden"><button class="text-text-main hover:text-primary transition-colors"><span class="material-symbols-outlined">menu</span></button></div><div class="hidden lg:flex flex-col"><div><h1 class="text-2xl font-semibold text-text-main tracking-tight">Endpoint</h1><p class="text-sm text-text-muted">API endpoint configuration</p></div></div><div class="flex items-center gap-3 ml-auto"><button class="flex items-center justify-center size-10 rounded-full text-text-muted hover:bg-black/5 hover:text-text-main transition-colors" aria-label="Switch to dark mode" title="Switch to dark mode"><span class="material-symbols-outlined text-[22px]">dark_mode</span></button></div></header><div class="flex-1 overflow-y-auto custom-scrollbar p-6 lg:p-10"><div class="max-w-7xl mx-auto"><div class="flex flex-col gap-8"><div class="p-6 rounded-xl border border-border bg-surface"><div class="flex items-center justify-between mb-4"><div class="animate-pulse rounded-lg bg-border h-4 w-24"></div><div class="animate-pulse rounded-lg bg-border size-10 rounded-lg"></div></div><div class="animate-pulse rounded-lg bg-border h-8 w-16 mb-2"></div><div class="animate-pulse rounded-lg bg-border h-3 w-20"></div></div><div class="p-6 rounded-xl border border-border bg-surface"><div class="flex items-center justify-between mb-4"><div class="animate-pulse rounded-lg bg-border h-4 w-24"></div><div class="animate-pulse rounded-lg bg-border size-10 rounded-lg"></div></div><div class="animate-pulse rounded-lg bg-border h-8 w-16 mb-2"></div><div class="animate-pulse rounded-lg bg-border h-3 w-20"></div></div></div><!--$--><!--/$--></div></div></main></div><script src="/_next/static/chunks/webpack-5865472aea7b6340.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[9955,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-cba200dfd971f126.js\",\"2819\",\"static/chunks/2819-00dd2839ed1323e4.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js\"],\"ThemeProvider\",1]\n3:I[9766,[],\"\"]\n4:I[8924,[],\"\"]\n5:I[709,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-cba200dfd971f126.js\",\"2819\",\"static/chunks/2819-00dd2839ed1323e4.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js\"],\"default\",1]\n7:I[4431,[],\"OutletBoundary\"]\n9:I[5278,[],\"AsyncMetadataOutlet\"]\nb:I[4431,[],\"ViewportBoundary\"]\nd:I[4431,[],\"MetadataBoundary\"]\ne:\"$Sreact.suspense\"\n10:I[7150,[],\"\"]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/d88eaa46491bd5c8.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"jTOq4rGDmshmQFiyCGWaU\",\"p\":\"\",\"c\":[\"\",\"dashboard\",\"endpoint\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"(dashboard)\",{\"children\":[\"dashboard\",{\"children\":[\"endpoint\",{\"children\":[\"__PAGE__\",{}]}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d88eaa46491bd5c8.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1\u0026display=swap\",\"rel\":\"stylesheet\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.svg\",\"type\":\"image/svg+xml\"}]]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[\"(dashboard)\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}],{\"children\":[\"dashboard\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"endpoint\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[\"$L6\",null,[\"$\",\"$L7\",null,{\"children\":[\"$L8\",[\"$\",\"$L9\",null,{\"promise\":\"$@a\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$e\",null,{\"fallback\":null,\"children\":\"$Lf\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"11:I[1902,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-cba200dfd971f126.js\",\"2819\",\"static/chunks/2819-00dd2839ed1323e4.js\",\"1393\",\"static/chunks/1393-74e0710828062f40.js\",\"6099\",\"static/chunks/app/(dashboard)/dashboard/endpoint/page-636932605724d0ce.js\"],\"default\",1]\n6:[\"$\",\"$L11\",null,{\"machineId\":\"6581be4f05a82b6b\"}]\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n8:null\n"])</script><script>self.__next_f.push([1,"12:I[622,[],\"IconMark\"]\na:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"9Router - AI Infrastructure Management\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"$L12\",\"3\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"f:\"$a:metadata\"\n"])</script></body></html>
@@ -1,8 +1,8 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[9955,["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"ThemeProvider"]
2
+ 2:I[9955,["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"ThemeProvider",1]
3
3
  3:I[9766,[],""]
4
4
  4:I[8924,[],""]
5
- 5:I[709,["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"default"]
5
+ 5:I[709,["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"default",1]
6
6
  7:I[4431,[],"OutletBoundary"]
7
7
  9:I[5278,[],"AsyncMetadataOutlet"]
8
8
  b:I[4431,[],"ViewportBoundary"]
@@ -11,8 +11,8 @@ e:"$Sreact.suspense"
11
11
  10:I[7150,[],""]
12
12
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
13
13
  :HL["/_next/static/css/d88eaa46491bd5c8.css","style"]
14
- 0:{"P":null,"b":"CjtizKLK3s08esa00wWI0","p":"","c":["","dashboard","endpoint"],"i":false,"f":[[["",{"children":["(dashboard)",{"children":["dashboard",{"children":["endpoint",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/d88eaa46491bd5c8.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap","rel":"stylesheet"}],["$","link",null,{"rel":"icon","href":"/favicon.svg","type":"image/svg+xml"}]]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":["(dashboard)",["$","$1","c",{"children":[null,["$","$L5",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}],{"children":["dashboard",["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["endpoint",["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":["$L6",null,["$","$L7",null,{"children":["$L8",["$","$L9",null,{"promise":"$@a"}]]}]]}],{},null,false]},null,false]},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$Lb",null,{"children":"$Lc"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$Ld",null,{"children":["$","div",null,{"hidden":true,"children":["$","$e",null,{"fallback":null,"children":"$Lf"}]}]}]]}],false]],"m":"$undefined","G":["$10",[]],"s":false,"S":true}
15
- 11:I[1902,["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","1393","static/chunks/1393-c0bf788a0bc19102.js","6099","static/chunks/app/(dashboard)/dashboard/endpoint/page-98e477f1e2603f2b.js"],"default"]
14
+ 0:{"P":null,"b":"jTOq4rGDmshmQFiyCGWaU","p":"","c":["","dashboard","endpoint"],"i":false,"f":[[["",{"children":["(dashboard)",{"children":["dashboard",{"children":["endpoint",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/d88eaa46491bd5c8.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap","rel":"stylesheet"}],["$","link",null,{"rel":"icon","href":"/favicon.svg","type":"image/svg+xml"}]]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":["(dashboard)",["$","$1","c",{"children":[null,["$","$L5",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}],{"children":["dashboard",["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["endpoint",["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":["$L6",null,["$","$L7",null,{"children":["$L8",["$","$L9",null,{"promise":"$@a"}]]}]]}],{},null,false]},null,false]},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$Lb",null,{"children":"$Lc"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$Ld",null,{"children":["$","div",null,{"hidden":true,"children":["$","$e",null,{"fallback":null,"children":"$Lf"}]}]}]]}],false]],"m":"$undefined","G":["$10",[]],"s":false,"S":true}
15
+ 11:I[1902,["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","1393","static/chunks/1393-74e0710828062f40.js","6099","static/chunks/app/(dashboard)/dashboard/endpoint/page-636932605724d0ce.js"],"default",1]
16
16
  6:["$","$L11",null,{"machineId":"6581be4f05a82b6b"}]
17
17
  c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
18
18
  8:null
@@ -1 +1 @@
1
- <!DOCTYPE html><!--CjtizKLK3s08esa00wWI0--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/d88eaa46491bd5c8.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-e009a29a8139b7cb.js"/><script src="/_next/static/chunks/4bd1b696-f785427dddbba9fb.js" async=""></script><script src="/_next/static/chunks/1255-9494d7e861e97d68.js" async=""></script><script src="/_next/static/chunks/main-app-1a9105a16c026010.js" async=""></script><script src="/_next/static/chunks/1760-b91a44d089080cde.js" async=""></script><script src="/_next/static/chunks/9955-a027f64b1a9bf4e5.js" async=""></script><script src="/_next/static/chunks/4244-0a98cf2e73799efe.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-239cdcb35472d644.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/dashboard/profile/page-c3dd45dfdb0b9dec.js" async=""></script><meta name="next-size-adjust" content=""/><link rel="icon" href="/favicon.svg" type="image/svg+xml"/><title>9Router - AI Infrastructure Management</title><meta name="description" content="One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."/><link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16"/><link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&amp;display=swap" rel="stylesheet"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><div class="flex h-screen w-full overflow-hidden bg-bg"><div class="hidden lg:flex"><aside class="flex w-72 flex-col border-r border-border bg-sidebar transition-colors duration-300"><div class="p-8"><a class="flex items-center gap-3" href="/dashboard"><div class="flex items-center justify-center size-9 rounded bg-gradient-to-br from-[#f97815] to-[#c2590a]"><span class="material-symbols-outlined text-white text-[20px]">hub</span></div><h1 class="text-lg font-semibold tracking-tight text-text-main">Endpoint Proxy</h1></a></div><nav class="flex-1 px-4 py-2 space-y-1 overflow-y-auto custom-scrollbar"><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">api</span><span class="text-sm font-medium">Endpoint</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">dns</span><span class="text-sm font-medium">Providers</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">layers</span><span class="text-sm font-medium">Combos</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">terminal</span><span class="text-sm font-medium">CLI Tools</span></a><div class="pt-6 mt-2"><p class="px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-3">System</p><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group bg-surface text-primary shadow-sm border border-border" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">settings</span><span class="text-sm font-medium">Settings</span></a></div></nav><div class="p-4 border-t border-border"><div class="flex items-start gap-3 p-3 rounded-xl bg-surface border border-border mb-3"><div class="flex items-center justify-center size-8 rounded-lg bg-blue-500/10 text-blue-500 shrink-0 mt-0.5"><span class="material-symbols-outlined text-[18px]">info</span></div><div class="flex flex-col"><span class="text-xs font-medium text-text-main leading-relaxed">Service is running in terminal. You can close this web page. Shutdown will stop the service.</span></div></div><button class="inline-flex items-center justify-center gap-2 font-medium transition-all duration-200 cursor-pointer active:scale-[0.98] disabled:opacity-50 disabled:cursor-not-allowed disabled:active:scale-100 border border-border text-text-main hover:bg-black/5 h-10 px-5 text-sm rounded-lg w-full text-red-500 border-red-200 hover:bg-red-50 hover:border-red-300"><span class="material-symbols-outlined text-[18px]">power_settings_new</span>Shutdown</button></div></aside></div><div class="fixed inset-y-0 left-0 z-50 transform lg:hidden transition-transform duration-300 ease-in-out -translate-x-full"><aside class="flex w-72 flex-col border-r border-border bg-sidebar transition-colors duration-300"><div class="p-8"><a class="flex items-center gap-3" href="/dashboard"><div class="flex items-center justify-center size-9 rounded bg-gradient-to-br from-[#f97815] to-[#c2590a]"><span class="material-symbols-outlined text-white text-[20px]">hub</span></div><h1 class="text-lg font-semibold tracking-tight text-text-main">Endpoint Proxy</h1></a></div><nav class="flex-1 px-4 py-2 space-y-1 overflow-y-auto custom-scrollbar"><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">api</span><span class="text-sm font-medium">Endpoint</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">dns</span><span class="text-sm font-medium">Providers</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">layers</span><span class="text-sm font-medium">Combos</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">terminal</span><span class="text-sm font-medium">CLI Tools</span></a><div class="pt-6 mt-2"><p class="px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-3">System</p><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group bg-surface text-primary shadow-sm border border-border" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">settings</span><span class="text-sm font-medium">Settings</span></a></div></nav><div class="p-4 border-t border-border"><div class="flex items-start gap-3 p-3 rounded-xl bg-surface border border-border mb-3"><div class="flex items-center justify-center size-8 rounded-lg bg-blue-500/10 text-blue-500 shrink-0 mt-0.5"><span class="material-symbols-outlined text-[18px]">info</span></div><div class="flex flex-col"><span class="text-xs font-medium text-text-main leading-relaxed">Service is running in terminal. You can close this web page. Shutdown will stop the service.</span></div></div><button class="inline-flex items-center justify-center gap-2 font-medium transition-all duration-200 cursor-pointer active:scale-[0.98] disabled:opacity-50 disabled:cursor-not-allowed disabled:active:scale-100 border border-border text-text-main hover:bg-black/5 h-10 px-5 text-sm rounded-lg w-full text-red-500 border-red-200 hover:bg-red-50 hover:border-red-300"><span class="material-symbols-outlined text-[18px]">power_settings_new</span>Shutdown</button></div></aside></div><main class="flex flex-col flex-1 h-full min-w-0 relative transition-colors duration-300"><header class="flex items-center justify-between px-8 py-5 border-b border-border bg-bg/80 backdrop-blur-md z-10 sticky top-0"><div class="flex items-center gap-3 lg:hidden"><button class="text-text-main hover:text-primary transition-colors"><span class="material-symbols-outlined">menu</span></button></div><div class="hidden lg:flex flex-col"><div><h1 class="text-2xl font-semibold text-text-main tracking-tight">Settings</h1><p class="text-sm text-text-muted">Manage your preferences</p></div></div><div class="flex items-center gap-3 ml-auto"><button class="flex items-center justify-center size-10 rounded-full text-text-muted hover:bg-black/5 hover:text-text-main transition-colors" aria-label="Switch to dark mode" title="Switch to dark mode"><span class="material-symbols-outlined text-[22px]">dark_mode</span></button></div></header><div class="flex-1 overflow-y-auto custom-scrollbar p-6 lg:p-10"><div class="max-w-7xl mx-auto"><div class="max-w-2xl mx-auto"><div class="flex flex-col gap-6"><div class="bg-surface border border-border rounded-xl shadow-soft p-6"><div class="flex items-center gap-4 mb-4"><div class="size-12 rounded-lg bg-green-500/10 text-green-500 flex items-center justify-center"><span class="material-symbols-outlined text-2xl">computer</span></div><div><h2 class="text-xl font-semibold">Local Mode</h2><p class="text-text-muted">Running on your machine</p></div></div><div class="pt-4 border-t border-border"><p class="text-sm text-text-muted">All data is stored locally in the <code class="bg-sidebar px-1 rounded">data/db.json</code> file.</p></div></div><div class="bg-surface border border-border rounded-xl shadow-soft p-6"><h3 class="text-lg font-semibold mb-4">Appearance</h3><div class="flex flex-col gap-4"><div class="flex items-center justify-between"><div><p class="font-medium">Dark Mode</p><p class="text-sm text-text-muted">Switch between light and dark themes</p></div><div class="flex items-center gap-3"><button type="button" role="switch" aria-checked="false" class="relative inline-flex shrink-0 cursor-pointer rounded-full transition-colors duration-200 ease-in-out focus:outline-none focus:ring-2 focus:ring-primary/20 focus:ring-offset-2 dark:focus:ring-offset-surface-dark bg-border w-11 h-6"><span class="pointer-events-none inline-block rounded-full bg-white shadow-sm transform transition duration-200 ease-in-out translate-x-0.5 size-5 mt-0.5"></span></button></div></div><div class="flex gap-3 pt-4 border-t border-border"><button class="flex-1 flex flex-col items-center gap-2 p-4 rounded-lg border transition-all border-border hover:border-primary/50"><span class="material-symbols-outlined text-2xl">light_mode</span><span class="text-sm font-medium capitalize">light</span></button><button class="flex-1 flex flex-col items-center gap-2 p-4 rounded-lg border transition-all border-border hover:border-primary/50"><span class="material-symbols-outlined text-2xl">dark_mode</span><span class="text-sm font-medium capitalize">dark</span></button><button class="flex-1 flex flex-col items-center gap-2 p-4 rounded-lg border transition-all border-primary bg-primary/5"><span class="material-symbols-outlined text-2xl">contrast</span><span class="text-sm font-medium capitalize">system</span></button></div></div></div><div class="bg-surface border border-border rounded-xl shadow-soft p-6"><h3 class="text-lg font-semibold mb-4">Data</h3><div class="flex flex-col gap-3"><div class="flex items-center justify-between p-4 rounded-lg bg-bg border border-border"><div><p class="font-medium">Database Location</p><p class="text-sm text-text-muted font-mono">~/9router/data/db.json</p></div></div></div></div><div class="text-center text-sm text-text-muted py-4"><p>Endpoint Proxy<!-- --> v<!-- -->1.0.0</p><p class="mt-1">Local Mode - All data stored on your machine</p></div></div></div><!--$--><!--/$--></div></div></main></div><script src="/_next/static/chunks/webpack-e009a29a8139b7cb.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[9955,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-a027f64b1a9bf4e5.js\",\"4244\",\"static/chunks/4244-0a98cf2e73799efe.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-239cdcb35472d644.js\"],\"ThemeProvider\"]\n3:I[9766,[],\"\"]\n4:I[8924,[],\"\"]\n5:I[709,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-a027f64b1a9bf4e5.js\",\"4244\",\"static/chunks/4244-0a98cf2e73799efe.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-239cdcb35472d644.js\"],\"default\"]\n6:I[1959,[],\"ClientPageRoot\"]\n7:I[4074,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-a027f64b1a9bf4e5.js\",\"4244\",\"static/chunks/4244-0a98cf2e73799efe.js\",\"3471\",\"static/chunks/app/(dashboard)/dashboard/profile/page-c3dd45dfdb0b9dec.js\"],\"default\"]\na:I[4431,[],\"OutletBoundary\"]\nc:I[5278,[],\"AsyncMetadataOutlet\"]\ne:I[4431,[],\"ViewportBoundary\"]\n10:I[4431,[],\"MetadataBoundary\"]\n11:\"$Sreact.suspense\"\n13:I[7150,[],\"\"]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/d88eaa46491bd5c8.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"CjtizKLK3s08esa00wWI0\",\"p\":\"\",\"c\":[\"\",\"dashboard\",\"profile\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"(dashboard)\",{\"children\":[\"dashboard\",{\"children\":[\"profile\",{\"children\":[\"__PAGE__\",{}]}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d88eaa46491bd5c8.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1\u0026display=swap\",\"rel\":\"stylesheet\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.svg\",\"type\":\"image/svg+xml\"}]]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[\"(dashboard)\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}],{\"children\":[\"dashboard\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"profile\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L6\",null,{\"Component\":\"$7\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@8\",\"$@9\"]}],null,[\"$\",\"$La\",null,{\"children\":[\"$Lb\",[\"$\",\"$Lc\",null,{\"promise\":\"$@d\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Le\",null,{\"children\":\"$Lf\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$L10\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$11\",null,{\"fallback\":null,\"children\":\"$L12\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$13\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:{}\n9:\"$0:f:0:1:2:children:2:children:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"f:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\nb:null\n"])</script><script>self.__next_f.push([1,"14:I[622,[],\"IconMark\"]\nd:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"9Router - AI Infrastructure Management\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"$L14\",\"3\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"12:\"$d:metadata\"\n"])</script></body></html>
1
+ <!DOCTYPE html><!--jTOq4rGDmshmQFiyCGWaU--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/d88eaa46491bd5c8.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-5865472aea7b6340.js"/><script src="/_next/static/chunks/4bd1b696-f785427dddbba9fb.js" async=""></script><script src="/_next/static/chunks/1255-9494d7e861e97d68.js" async=""></script><script src="/_next/static/chunks/main-app-1a9105a16c026010.js" async=""></script><script src="/_next/static/chunks/1760-b91a44d089080cde.js" async=""></script><script src="/_next/static/chunks/9955-cba200dfd971f126.js" async=""></script><script src="/_next/static/chunks/2819-00dd2839ed1323e4.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/dashboard/profile/page-327e2f8b73368cc2.js" async=""></script><meta name="next-size-adjust" content=""/><link rel="icon" href="/favicon.svg" type="image/svg+xml"/><title>9Router - AI Infrastructure Management</title><meta name="description" content="One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."/><link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16"/><link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&amp;display=swap" rel="stylesheet"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><div class="flex h-screen w-full overflow-hidden bg-bg"><div class="hidden lg:flex"><aside class="flex w-72 flex-col border-r border-border bg-sidebar transition-colors duration-300"><div class="p-8"><a class="flex items-center gap-3" href="/dashboard"><div class="flex items-center justify-center size-9 rounded bg-gradient-to-br from-[#f97815] to-[#c2590a]"><span class="material-symbols-outlined text-white text-[20px]">hub</span></div><h1 class="text-lg font-semibold tracking-tight text-text-main">Endpoint Proxy</h1></a></div><nav class="flex-1 px-4 py-2 space-y-1 overflow-y-auto custom-scrollbar"><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">api</span><span class="text-sm font-medium">Endpoint</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">dns</span><span class="text-sm font-medium">Providers</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">layers</span><span class="text-sm font-medium">Combos</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">terminal</span><span class="text-sm font-medium">CLI Tools</span></a><div class="pt-6 mt-2"><p class="px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-3">System</p><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group bg-surface text-primary shadow-sm border border-border" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">settings</span><span class="text-sm font-medium">Settings</span></a></div></nav><div class="p-4 border-t border-border"><div class="flex items-start gap-3 p-3 rounded-xl bg-surface border border-border mb-3"><div class="flex items-center justify-center size-8 rounded-lg bg-blue-500/10 text-blue-500 shrink-0 mt-0.5"><span class="material-symbols-outlined text-[18px]">info</span></div><div class="flex flex-col"><span class="text-xs font-medium text-text-main leading-relaxed">Service is running in terminal. You can close this web page. Shutdown will stop the service.</span></div></div><button class="inline-flex items-center justify-center gap-2 font-medium transition-all duration-200 cursor-pointer active:scale-[0.98] disabled:opacity-50 disabled:cursor-not-allowed disabled:active:scale-100 border border-border text-text-main hover:bg-black/5 h-10 px-5 text-sm rounded-lg w-full text-red-500 border-red-200 hover:bg-red-50 hover:border-red-300"><span class="material-symbols-outlined text-[18px]">power_settings_new</span>Shutdown</button></div></aside></div><div class="fixed inset-y-0 left-0 z-50 transform lg:hidden transition-transform duration-300 ease-in-out -translate-x-full"><aside class="flex w-72 flex-col border-r border-border bg-sidebar transition-colors duration-300"><div class="p-8"><a class="flex items-center gap-3" href="/dashboard"><div class="flex items-center justify-center size-9 rounded bg-gradient-to-br from-[#f97815] to-[#c2590a]"><span class="material-symbols-outlined text-white text-[20px]">hub</span></div><h1 class="text-lg font-semibold tracking-tight text-text-main">Endpoint Proxy</h1></a></div><nav class="flex-1 px-4 py-2 space-y-1 overflow-y-auto custom-scrollbar"><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">api</span><span class="text-sm font-medium">Endpoint</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">dns</span><span class="text-sm font-medium">Providers</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">layers</span><span class="text-sm font-medium">Combos</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">terminal</span><span class="text-sm font-medium">CLI Tools</span></a><div class="pt-6 mt-2"><p class="px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-3">System</p><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group bg-surface text-primary shadow-sm border border-border" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">settings</span><span class="text-sm font-medium">Settings</span></a></div></nav><div class="p-4 border-t border-border"><div class="flex items-start gap-3 p-3 rounded-xl bg-surface border border-border mb-3"><div class="flex items-center justify-center size-8 rounded-lg bg-blue-500/10 text-blue-500 shrink-0 mt-0.5"><span class="material-symbols-outlined text-[18px]">info</span></div><div class="flex flex-col"><span class="text-xs font-medium text-text-main leading-relaxed">Service is running in terminal. You can close this web page. Shutdown will stop the service.</span></div></div><button class="inline-flex items-center justify-center gap-2 font-medium transition-all duration-200 cursor-pointer active:scale-[0.98] disabled:opacity-50 disabled:cursor-not-allowed disabled:active:scale-100 border border-border text-text-main hover:bg-black/5 h-10 px-5 text-sm rounded-lg w-full text-red-500 border-red-200 hover:bg-red-50 hover:border-red-300"><span class="material-symbols-outlined text-[18px]">power_settings_new</span>Shutdown</button></div></aside></div><main class="flex flex-col flex-1 h-full min-w-0 relative transition-colors duration-300"><header class="flex items-center justify-between px-8 py-5 border-b border-border bg-bg/80 backdrop-blur-md z-10 sticky top-0"><div class="flex items-center gap-3 lg:hidden"><button class="text-text-main hover:text-primary transition-colors"><span class="material-symbols-outlined">menu</span></button></div><div class="hidden lg:flex flex-col"><div><h1 class="text-2xl font-semibold text-text-main tracking-tight">Settings</h1><p class="text-sm text-text-muted">Manage your preferences</p></div></div><div class="flex items-center gap-3 ml-auto"><button class="flex items-center justify-center size-10 rounded-full text-text-muted hover:bg-black/5 hover:text-text-main transition-colors" aria-label="Switch to dark mode" title="Switch to dark mode"><span class="material-symbols-outlined text-[22px]">dark_mode</span></button></div></header><div class="flex-1 overflow-y-auto custom-scrollbar p-6 lg:p-10"><div class="max-w-7xl mx-auto"><div class="max-w-2xl mx-auto"><div class="flex flex-col gap-6"><div class="bg-surface border border-border rounded-xl shadow-soft p-6"><div class="flex items-center gap-4 mb-4"><div class="size-12 rounded-lg bg-green-500/10 text-green-500 flex items-center justify-center"><span class="material-symbols-outlined text-2xl">computer</span></div><div><h2 class="text-xl font-semibold">Local Mode</h2><p class="text-text-muted">Running on your machine</p></div></div><div class="pt-4 border-t border-border"><p class="text-sm text-text-muted">All data is stored locally in the <code class="bg-sidebar px-1 rounded">data/db.json</code> file.</p></div></div><div class="bg-surface border border-border rounded-xl shadow-soft p-6"><h3 class="text-lg font-semibold mb-4">Appearance</h3><div class="flex flex-col gap-4"><div class="flex items-center justify-between"><div><p class="font-medium">Dark Mode</p><p class="text-sm text-text-muted">Switch between light and dark themes</p></div><div class="flex items-center gap-3"><button type="button" role="switch" aria-checked="false" class="relative inline-flex shrink-0 cursor-pointer rounded-full transition-colors duration-200 ease-in-out focus:outline-none focus:ring-2 focus:ring-primary/20 focus:ring-offset-2 dark:focus:ring-offset-surface-dark bg-border w-11 h-6"><span class="pointer-events-none inline-block rounded-full bg-white shadow-sm transform transition duration-200 ease-in-out translate-x-0.5 size-5 mt-0.5"></span></button></div></div><div class="flex gap-3 pt-4 border-t border-border"><button class="flex-1 flex flex-col items-center gap-2 p-4 rounded-lg border transition-all border-border hover:border-primary/50"><span class="material-symbols-outlined text-2xl">light_mode</span><span class="text-sm font-medium capitalize">light</span></button><button class="flex-1 flex flex-col items-center gap-2 p-4 rounded-lg border transition-all border-border hover:border-primary/50"><span class="material-symbols-outlined text-2xl">dark_mode</span><span class="text-sm font-medium capitalize">dark</span></button><button class="flex-1 flex flex-col items-center gap-2 p-4 rounded-lg border transition-all border-primary bg-primary/5"><span class="material-symbols-outlined text-2xl">contrast</span><span class="text-sm font-medium capitalize">system</span></button></div></div></div><div class="bg-surface border border-border rounded-xl shadow-soft p-6"><h3 class="text-lg font-semibold mb-4">Data</h3><div class="flex flex-col gap-3"><div class="flex items-center justify-between p-4 rounded-lg bg-bg border border-border"><div><p class="font-medium">Database Location</p><p class="text-sm text-text-muted font-mono">~/9router/data/db.json</p></div></div></div></div><div class="text-center text-sm text-text-muted py-4"><p>Endpoint Proxy<!-- --> v<!-- -->1.0.0</p><p class="mt-1">Local Mode - All data stored on your machine</p></div></div></div><!--$--><!--/$--></div></div></main></div><script src="/_next/static/chunks/webpack-5865472aea7b6340.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[9955,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-cba200dfd971f126.js\",\"2819\",\"static/chunks/2819-00dd2839ed1323e4.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js\"],\"ThemeProvider\",1]\n3:I[9766,[],\"\"]\n4:I[8924,[],\"\"]\n5:I[709,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-cba200dfd971f126.js\",\"2819\",\"static/chunks/2819-00dd2839ed1323e4.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js\"],\"default\",1]\n6:I[1959,[],\"ClientPageRoot\"]\n7:I[4074,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-cba200dfd971f126.js\",\"2819\",\"static/chunks/2819-00dd2839ed1323e4.js\",\"3471\",\"static/chunks/app/(dashboard)/dashboard/profile/page-327e2f8b73368cc2.js\"],\"default\",1]\na:I[4431,[],\"OutletBoundary\"]\nc:I[5278,[],\"AsyncMetadataOutlet\"]\ne:I[4431,[],\"ViewportBoundary\"]\n10:I[4431,[],\"MetadataBoundary\"]\n11:\"$Sreact.suspense\"\n13:I[7150,[],\"\"]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/d88eaa46491bd5c8.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"jTOq4rGDmshmQFiyCGWaU\",\"p\":\"\",\"c\":[\"\",\"dashboard\",\"profile\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"(dashboard)\",{\"children\":[\"dashboard\",{\"children\":[\"profile\",{\"children\":[\"__PAGE__\",{}]}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d88eaa46491bd5c8.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1\u0026display=swap\",\"rel\":\"stylesheet\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.svg\",\"type\":\"image/svg+xml\"}]]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[\"(dashboard)\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}],{\"children\":[\"dashboard\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"profile\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L6\",null,{\"Component\":\"$7\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@8\",\"$@9\"]}],null,[\"$\",\"$La\",null,{\"children\":[\"$Lb\",[\"$\",\"$Lc\",null,{\"promise\":\"$@d\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Le\",null,{\"children\":\"$Lf\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$L10\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$11\",null,{\"fallback\":null,\"children\":\"$L12\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$13\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:{}\n9:\"$0:f:0:1:2:children:2:children:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"f:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\nb:null\n"])</script><script>self.__next_f.push([1,"14:I[622,[],\"IconMark\"]\nd:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"9Router - AI Infrastructure Management\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"$L14\",\"3\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"12:\"$d:metadata\"\n"])</script></body></html>