switchboard-router 0.6.7 → 0.6.8

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 (131) hide show
  1. package/app/.next-cli-build/BUILD_ID +1 -1
  2. package/app/.next-cli-build/app-path-routes-manifest.json +7 -7
  3. package/app/.next-cli-build/build-manifest.json +2 -2
  4. package/app/.next-cli-build/prerender-manifest.json +3 -3
  5. package/app/.next-cli-build/server/app/(dashboard)/dashboard/agent-library/page_client-reference-manifest.js +1 -1
  6. package/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +1 -1
  7. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page_client-reference-manifest.js +1 -1
  8. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
  9. package/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
  10. package/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/routing/page_client-reference-manifest.js +1 -1
  11. package/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -1
  12. package/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
  13. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +1 -1
  14. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +1 -1
  15. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page_client-reference-manifest.js +1 -1
  16. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/page_client-reference-manifest.js +1 -1
  17. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page_client-reference-manifest.js +1 -1
  18. package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -1
  19. package/app/.next-cli-build/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
  20. package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
  21. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page.js +2 -2
  22. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
  23. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
  24. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
  25. package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -1
  26. package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/[id]/page_client-reference-manifest.js +1 -1
  27. package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page_client-reference-manifest.js +1 -1
  28. package/app/.next-cli-build/server/app/(dashboard)/dashboard/token-saver/page_client-reference-manifest.js +1 -1
  29. package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
  30. package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
  31. package/app/.next-cli-build/server/app/_global-error/page_client-reference-manifest.js +1 -1
  32. package/app/.next-cli-build/server/app/_global-error.html +1 -1
  33. package/app/.next-cli-build/server/app/_global-error.rsc +1 -1
  34. package/app/.next-cli-build/server/app/_global-error.segments/_full.segment.rsc +1 -1
  35. package/app/.next-cli-build/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  36. package/app/.next-cli-build/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  37. package/app/.next-cli-build/server/app/_global-error.segments/_head.segment.rsc +1 -1
  38. package/app/.next-cli-build/server/app/_global-error.segments/_index.segment.rsc +1 -1
  39. package/app/.next-cli-build/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  40. package/app/.next-cli-build/server/app/_not-found/page_client-reference-manifest.js +1 -1
  41. package/app/.next-cli-build/server/app/_not-found.html +1 -1
  42. package/app/.next-cli-build/server/app/_not-found.rsc +3 -3
  43. package/app/.next-cli-build/server/app/_not-found.segments/_full.segment.rsc +3 -3
  44. package/app/.next-cli-build/server/app/_not-found.segments/_head.segment.rsc +1 -1
  45. package/app/.next-cli-build/server/app/_not-found.segments/_index.segment.rsc +3 -3
  46. package/app/.next-cli-build/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  47. package/app/.next-cli-build/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  48. package/app/.next-cli-build/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  49. package/app/.next-cli-build/server/app/api/cli-tools/aider-settings/route.js +2 -2
  50. package/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route.js +4 -4
  51. package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/alias/route.js +1 -1
  52. package/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route.js +2 -2
  53. package/app/.next-cli-build/server/app/api/cli-tools/cline-settings/route.js +1 -1
  54. package/app/.next-cli-build/server/app/api/cli-tools/codex-settings/route.js +2 -2
  55. package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-registry/route.js +2 -2
  56. package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-tools/route.js +1 -1
  57. package/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route.js +1 -1
  58. package/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route.js +1 -1
  59. package/app/.next-cli-build/server/app/api/cli-tools/droid-settings/route.js +2 -2
  60. package/app/.next-cli-build/server/app/api/cli-tools/gemini-cli-settings/route.js +2 -2
  61. package/app/.next-cli-build/server/app/api/cli-tools/grok-settings/route.js +2 -2
  62. package/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route.js +2 -2
  63. package/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route.js +2 -2
  64. package/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route.js +2 -2
  65. package/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route.js +1 -1
  66. package/app/.next-cli-build/server/app/api/cli-tools/opencode-settings/route.js +2 -2
  67. package/app/.next-cli-build/server/app/api/cli-tools/pi-settings/route.js +2 -2
  68. package/app/.next-cli-build/server/app/api/version/route.js +1 -1
  69. package/app/.next-cli-build/server/app/callback/page_client-reference-manifest.js +1 -1
  70. package/app/.next-cli-build/server/app/callback.html +1 -1
  71. package/app/.next-cli-build/server/app/callback.rsc +3 -3
  72. package/app/.next-cli-build/server/app/callback.segments/_full.segment.rsc +3 -3
  73. package/app/.next-cli-build/server/app/callback.segments/_head.segment.rsc +1 -1
  74. package/app/.next-cli-build/server/app/callback.segments/_index.segment.rsc +3 -3
  75. package/app/.next-cli-build/server/app/callback.segments/_tree.segment.rsc +1 -1
  76. package/app/.next-cli-build/server/app/callback.segments/callback/__PAGE__.segment.rsc +1 -1
  77. package/app/.next-cli-build/server/app/callback.segments/callback.segment.rsc +1 -1
  78. package/app/.next-cli-build/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
  79. package/app/.next-cli-build/server/app/dashboard/settings/pricing.html +1 -1
  80. package/app/.next-cli-build/server/app/dashboard/settings/pricing.rsc +3 -3
  81. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +3 -3
  82. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
  83. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +3 -3
  84. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +1 -1
  85. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +1 -1
  86. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
  87. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
  88. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
  89. package/app/.next-cli-build/server/app/index.html +1 -1
  90. package/app/.next-cli-build/server/app/index.rsc +3 -3
  91. package/app/.next-cli-build/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  92. package/app/.next-cli-build/server/app/index.segments/_full.segment.rsc +3 -3
  93. package/app/.next-cli-build/server/app/index.segments/_head.segment.rsc +1 -1
  94. package/app/.next-cli-build/server/app/index.segments/_index.segment.rsc +3 -3
  95. package/app/.next-cli-build/server/app/index.segments/_tree.segment.rsc +1 -1
  96. package/app/.next-cli-build/server/app/landing/page_client-reference-manifest.js +1 -1
  97. package/app/.next-cli-build/server/app/landing.html +1 -1
  98. package/app/.next-cli-build/server/app/landing.rsc +3 -3
  99. package/app/.next-cli-build/server/app/landing.segments/_full.segment.rsc +3 -3
  100. package/app/.next-cli-build/server/app/landing.segments/_head.segment.rsc +1 -1
  101. package/app/.next-cli-build/server/app/landing.segments/_index.segment.rsc +3 -3
  102. package/app/.next-cli-build/server/app/landing.segments/_tree.segment.rsc +1 -1
  103. package/app/.next-cli-build/server/app/landing.segments/landing/__PAGE__.segment.rsc +1 -1
  104. package/app/.next-cli-build/server/app/landing.segments/landing.segment.rsc +1 -1
  105. package/app/.next-cli-build/server/app/login/page_client-reference-manifest.js +1 -1
  106. package/app/.next-cli-build/server/app/login.html +1 -1
  107. package/app/.next-cli-build/server/app/login.rsc +3 -3
  108. package/app/.next-cli-build/server/app/login.segments/_full.segment.rsc +3 -3
  109. package/app/.next-cli-build/server/app/login.segments/_head.segment.rsc +1 -1
  110. package/app/.next-cli-build/server/app/login.segments/_index.segment.rsc +3 -3
  111. package/app/.next-cli-build/server/app/login.segments/_tree.segment.rsc +1 -1
  112. package/app/.next-cli-build/server/app/login.segments/login/__PAGE__.segment.rsc +1 -1
  113. package/app/.next-cli-build/server/app/login.segments/login.segment.rsc +1 -1
  114. package/app/.next-cli-build/server/app/page_client-reference-manifest.js +1 -1
  115. package/app/.next-cli-build/server/app-paths-manifest.json +7 -7
  116. package/app/.next-cli-build/server/chunks/194.js +1 -1
  117. package/app/.next-cli-build/server/chunks/4126.js +1 -1
  118. package/app/.next-cli-build/server/chunks/4746.js +1 -1
  119. package/app/.next-cli-build/server/chunks/869.js +1 -1
  120. package/app/.next-cli-build/server/chunks/8998.js +1 -1
  121. package/app/.next-cli-build/server/middleware-build-manifest.js +1 -1
  122. package/app/.next-cli-build/server/pages/404.html +1 -1
  123. package/app/.next-cli-build/server/pages/500.html +1 -1
  124. package/app/.next-cli-build/server/server-reference-manifest.js +1 -1
  125. package/app/.next-cli-build/server/server-reference-manifest.json +1 -1
  126. package/app/.next-cli-build/static/chunks/{1321-f123c95324e451d2.js → 1321-b43b009588f563d0.js} +1 -1
  127. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/[id]/{page-0d7fcdbff356b2ab.js → page-f79afc6269f297af.js} +2 -2
  128. package/app/package.json +1 -1
  129. package/package.json +1 -1
  130. /package/app/.next-cli-build/static/{3i2AH2q-Nvc4YjJ2OPlK5 → SLaJ-vIzgqOWdX0CbCi_q}/_buildManifest.js +0 -0
  131. /package/app/.next-cli-build/static/{3i2AH2q-Nvc4YjJ2OPlK5 → SLaJ-vIzgqOWdX0CbCi_q}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en" class="dark fonts-loaded"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/26d4368bf94c0ec4-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/98e207f02528a563-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/d3ebbfd689654d3a-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/db96af6b531dc71f-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/a26e7bdf55d5cb27.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/a1f9138d47f06e51.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-57b54315eb9fa808.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-c66b3d8325973459.js" async=""></script><script src="/_next/static/chunks/main-app-e5d01a79c4922432.js" async=""></script><script src="/_next/static/chunks/1a258343-33aee1e7d9aa500f.js" async=""></script><script src="/_next/static/chunks/782-3676be0287313117.js" async=""></script><script src="/_next/static/chunks/8500-287dd3e5d372ba6f.js" async=""></script><script src="/_next/static/chunks/2280-61262f8359f37a85.js" async=""></script><script src="/_next/static/chunks/1631-cb80453bf5d4173d.js" async=""></script><script src="/_next/static/chunks/1321-f123c95324e451d2.js" async=""></script><script src="/_next/static/chunks/7592-bbf465c7acd2478e.js" async=""></script><script src="/_next/static/chunks/5497-aa5f62602eba33e9.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-b06b9aec5dcdf486.js" async=""></script><script src="/_next/static/chunks/app/layout-214ea0ad8a3d8323.js" async=""></script><script src="/_next/static/chunks/app/callback/page-5c1d863ff86ddc6e.js" async=""></script><meta name="next-size-adjust" content=""/><meta name="theme-color" content="#16130E"/><title>Switchboard — Intelligent Model Routing</title><meta name="description" content="Route every request to the right model. One OpenAI-compatible endpoint, visible routing decisions, and self-improving combos."/><link rel="manifest" href="/manifest.webmanifest"/><link rel="icon" href="/favicon.ico?ff60cffdbfc079d0" type="image/x-icon" sizes="16x16"/><link rel="icon" href="/favicon.svg"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_c8daab __variable_595324 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="min-h-screen flex items-center justify-center bg-bg"><div class="text-center p-8"><div class="size-16 mx-auto mb-4 rounded-full bg-primary/10 flex items-center justify-center"><span class="material-symbols-outlined text-3xl text-primary animate-spin">progress_activity</span></div><p class="text-text-muted">Loading...</p></div></div><!--/$--><!--$--><!--/$--><script src="/_next/static/chunks/webpack-57b54315eb9fa808.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[21110,[\"3862\",\"static/chunks/1a258343-33aee1e7d9aa500f.js\",\"782\",\"static/chunks/782-3676be0287313117.js\",\"8500\",\"static/chunks/8500-287dd3e5d372ba6f.js\",\"2280\",\"static/chunks/2280-61262f8359f37a85.js\",\"1631\",\"static/chunks/1631-cb80453bf5d4173d.js\",\"1321\",\"static/chunks/1321-f123c95324e451d2.js\",\"7592\",\"static/chunks/7592-bbf465c7acd2478e.js\",\"5497\",\"static/chunks/5497-aa5f62602eba33e9.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-b06b9aec5dcdf486.js\"],\"ThemeProvider\"]\n3:I[94635,[\"1321\",\"static/chunks/1321-f123c95324e451d2.js\",\"7177\",\"static/chunks/app/layout-214ea0ad8a3d8323.js\"],\"RuntimeI18nProvider\"]\n4:I[57121,[],\"\"]\n5:I[74581,[],\"\"]\n6:I[61304,[],\"ClientPageRoot\"]\n7:I[59884,[\"7852\",\"static/chunks/app/callback/page-5c1d863ff86ddc6e.js\"],\"default\"]\na:I[90484,[],\"OutletBoundary\"]\nb:\"$Sreact.suspense\"\ne:I[90484,[],\"ViewportBoundary\"]\n10:I[90484,[],\"MetadataBoundary\"]\n12:I[27123,[],\"default\",1]\n:HL[\"/_next/static/media/26d4368bf94c0ec4-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/98e207f02528a563-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/d3ebbfd689654d3a-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/db96af6b531dc71f-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/a26e7bdf55d5cb27.css\",\"style\"]\n:HL[\"/_next/static/css/a1f9138d47f06e51.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"callback\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"callback\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/a26e7bdf55d5cb27.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/a1f9138d47f06e51.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark fonts-loaded\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_c8daab __variable_595324 font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",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\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L6\",null,{\"Component\":\"$7\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@8\",\"$@9\"]}}],null,[\"$\",\"$La\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@c\"}]}]]}],{},null,false,null]},null,false,\"$@d\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Le\",null,{\"children\":\"$Lf\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L11\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"3i2AH2q-Nvc4YjJ2OPlK5\"}\n"])</script><script>self.__next_f.push([1,"13:[]\nd:\"$W13\"\n8:{}\n9:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams: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\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#16130E\"}]]\n"])</script><script>self.__next_f.push([1,"14:I[86869,[],\"IconMark\"]\nc:null\n11:[[\"$\",\"title\",\"0\",{\"children\":\"Switchboard — Intelligent Model Routing\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Route every request to the right model. One OpenAI-compatible endpoint, visible routing decisions, and self-improving combos.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?ff60cffdbfc079d0\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\"}],[\"$\",\"$L14\",\"5\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en" class="dark fonts-loaded"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/26d4368bf94c0ec4-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/98e207f02528a563-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/d3ebbfd689654d3a-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/db96af6b531dc71f-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/a26e7bdf55d5cb27.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/a1f9138d47f06e51.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-57b54315eb9fa808.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-c66b3d8325973459.js" async=""></script><script src="/_next/static/chunks/main-app-e5d01a79c4922432.js" async=""></script><script src="/_next/static/chunks/1a258343-33aee1e7d9aa500f.js" async=""></script><script src="/_next/static/chunks/782-3676be0287313117.js" async=""></script><script src="/_next/static/chunks/8500-287dd3e5d372ba6f.js" async=""></script><script src="/_next/static/chunks/2280-61262f8359f37a85.js" async=""></script><script src="/_next/static/chunks/1631-cb80453bf5d4173d.js" async=""></script><script src="/_next/static/chunks/1321-b43b009588f563d0.js" async=""></script><script src="/_next/static/chunks/7592-bbf465c7acd2478e.js" async=""></script><script src="/_next/static/chunks/5497-aa5f62602eba33e9.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-b06b9aec5dcdf486.js" async=""></script><script src="/_next/static/chunks/app/layout-214ea0ad8a3d8323.js" async=""></script><script src="/_next/static/chunks/app/callback/page-5c1d863ff86ddc6e.js" async=""></script><meta name="next-size-adjust" content=""/><meta name="theme-color" content="#16130E"/><title>Switchboard — Intelligent Model Routing</title><meta name="description" content="Route every request to the right model. One OpenAI-compatible endpoint, visible routing decisions, and self-improving combos."/><link rel="manifest" href="/manifest.webmanifest"/><link rel="icon" href="/favicon.ico?ff60cffdbfc079d0" type="image/x-icon" sizes="16x16"/><link rel="icon" href="/favicon.svg"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_c8daab __variable_595324 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="min-h-screen flex items-center justify-center bg-bg"><div class="text-center p-8"><div class="size-16 mx-auto mb-4 rounded-full bg-primary/10 flex items-center justify-center"><span class="material-symbols-outlined text-3xl text-primary animate-spin">progress_activity</span></div><p class="text-text-muted">Loading...</p></div></div><!--/$--><!--$--><!--/$--><script src="/_next/static/chunks/webpack-57b54315eb9fa808.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[21110,[\"3862\",\"static/chunks/1a258343-33aee1e7d9aa500f.js\",\"782\",\"static/chunks/782-3676be0287313117.js\",\"8500\",\"static/chunks/8500-287dd3e5d372ba6f.js\",\"2280\",\"static/chunks/2280-61262f8359f37a85.js\",\"1631\",\"static/chunks/1631-cb80453bf5d4173d.js\",\"1321\",\"static/chunks/1321-b43b009588f563d0.js\",\"7592\",\"static/chunks/7592-bbf465c7acd2478e.js\",\"5497\",\"static/chunks/5497-aa5f62602eba33e9.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-b06b9aec5dcdf486.js\"],\"ThemeProvider\"]\n3:I[94635,[\"1321\",\"static/chunks/1321-b43b009588f563d0.js\",\"7177\",\"static/chunks/app/layout-214ea0ad8a3d8323.js\"],\"RuntimeI18nProvider\"]\n4:I[57121,[],\"\"]\n5:I[74581,[],\"\"]\n6:I[61304,[],\"ClientPageRoot\"]\n7:I[59884,[\"7852\",\"static/chunks/app/callback/page-5c1d863ff86ddc6e.js\"],\"default\"]\na:I[90484,[],\"OutletBoundary\"]\nb:\"$Sreact.suspense\"\ne:I[90484,[],\"ViewportBoundary\"]\n10:I[90484,[],\"MetadataBoundary\"]\n12:I[27123,[],\"default\",1]\n:HL[\"/_next/static/media/26d4368bf94c0ec4-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/98e207f02528a563-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/d3ebbfd689654d3a-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/db96af6b531dc71f-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/a26e7bdf55d5cb27.css\",\"style\"]\n:HL[\"/_next/static/css/a1f9138d47f06e51.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"callback\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"callback\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/a26e7bdf55d5cb27.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/a1f9138d47f06e51.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark fonts-loaded\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_c8daab __variable_595324 font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",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\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L6\",null,{\"Component\":\"$7\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@8\",\"$@9\"]}}],null,[\"$\",\"$La\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@c\"}]}]]}],{},null,false,null]},null,false,\"$@d\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Le\",null,{\"children\":\"$Lf\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L11\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"SLaJ-vIzgqOWdX0CbCi_q\"}\n"])</script><script>self.__next_f.push([1,"13:[]\nd:\"$W13\"\n8:{}\n9:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams: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\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#16130E\"}]]\n"])</script><script>self.__next_f.push([1,"14:I[86869,[],\"IconMark\"]\nc:null\n11:[[\"$\",\"title\",\"0\",{\"children\":\"Switchboard — Intelligent Model Routing\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Route every request to the right model. One OpenAI-compatible endpoint, visible routing decisions, and self-improving combos.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?ff60cffdbfc079d0\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\"}],[\"$\",\"$L14\",\"5\",{}]]\n"])</script></body></html>
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[21110,["3862","static/chunks/1a258343-33aee1e7d9aa500f.js","782","static/chunks/782-3676be0287313117.js","8500","static/chunks/8500-287dd3e5d372ba6f.js","2280","static/chunks/2280-61262f8359f37a85.js","1631","static/chunks/1631-cb80453bf5d4173d.js","1321","static/chunks/1321-f123c95324e451d2.js","7592","static/chunks/7592-bbf465c7acd2478e.js","5497","static/chunks/5497-aa5f62602eba33e9.js","9305","static/chunks/app/(dashboard)/layout-b06b9aec5dcdf486.js"],"ThemeProvider"]
3
- 3:I[94635,["1321","static/chunks/1321-f123c95324e451d2.js","7177","static/chunks/app/layout-214ea0ad8a3d8323.js"],"RuntimeI18nProvider"]
2
+ 2:I[21110,["3862","static/chunks/1a258343-33aee1e7d9aa500f.js","782","static/chunks/782-3676be0287313117.js","8500","static/chunks/8500-287dd3e5d372ba6f.js","2280","static/chunks/2280-61262f8359f37a85.js","1631","static/chunks/1631-cb80453bf5d4173d.js","1321","static/chunks/1321-b43b009588f563d0.js","7592","static/chunks/7592-bbf465c7acd2478e.js","5497","static/chunks/5497-aa5f62602eba33e9.js","9305","static/chunks/app/(dashboard)/layout-b06b9aec5dcdf486.js"],"ThemeProvider"]
3
+ 3:I[94635,["1321","static/chunks/1321-b43b009588f563d0.js","7177","static/chunks/app/layout-214ea0ad8a3d8323.js"],"RuntimeI18nProvider"]
4
4
  4:I[57121,[],""]
5
5
  5:I[74581,[],""]
6
6
  6:I[61304,[],"ClientPageRoot"]
@@ -16,7 +16,7 @@ e:I[90484,[],"ViewportBoundary"]
16
16
  :HL["/_next/static/media/db96af6b531dc71f-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
17
17
  :HL["/_next/static/css/a26e7bdf55d5cb27.css","style"]
18
18
  :HL["/_next/static/css/a1f9138d47f06e51.css","style"]
19
- 0:{"P":null,"c":["","callback"],"q":"","i":false,"f":[[["",{"children":["callback",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/a26e7bdf55d5cb27.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/a1f9138d47f06e51.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark fonts-loaded","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_c8daab __variable_595324 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",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":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],null,["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L11"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$12",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"3i2AH2q-Nvc4YjJ2OPlK5"}
19
+ 0:{"P":null,"c":["","callback"],"q":"","i":false,"f":[[["",{"children":["callback",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/a26e7bdf55d5cb27.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/a1f9138d47f06e51.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark fonts-loaded","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_c8daab __variable_595324 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",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":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],null,["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L11"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$12",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"SLaJ-vIzgqOWdX0CbCi_q"}
20
20
  13:[]
21
21
  d:"$W13"
22
22
  8:{}
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[21110,["3862","static/chunks/1a258343-33aee1e7d9aa500f.js","782","static/chunks/782-3676be0287313117.js","8500","static/chunks/8500-287dd3e5d372ba6f.js","2280","static/chunks/2280-61262f8359f37a85.js","1631","static/chunks/1631-cb80453bf5d4173d.js","1321","static/chunks/1321-f123c95324e451d2.js","7592","static/chunks/7592-bbf465c7acd2478e.js","5497","static/chunks/5497-aa5f62602eba33e9.js","9305","static/chunks/app/(dashboard)/layout-b06b9aec5dcdf486.js"],"ThemeProvider"]
3
- 3:I[94635,["1321","static/chunks/1321-f123c95324e451d2.js","7177","static/chunks/app/layout-214ea0ad8a3d8323.js"],"RuntimeI18nProvider"]
2
+ 2:I[21110,["3862","static/chunks/1a258343-33aee1e7d9aa500f.js","782","static/chunks/782-3676be0287313117.js","8500","static/chunks/8500-287dd3e5d372ba6f.js","2280","static/chunks/2280-61262f8359f37a85.js","1631","static/chunks/1631-cb80453bf5d4173d.js","1321","static/chunks/1321-b43b009588f563d0.js","7592","static/chunks/7592-bbf465c7acd2478e.js","5497","static/chunks/5497-aa5f62602eba33e9.js","9305","static/chunks/app/(dashboard)/layout-b06b9aec5dcdf486.js"],"ThemeProvider"]
3
+ 3:I[94635,["1321","static/chunks/1321-b43b009588f563d0.js","7177","static/chunks/app/layout-214ea0ad8a3d8323.js"],"RuntimeI18nProvider"]
4
4
  4:I[57121,[],""]
5
5
  5:I[74581,[],""]
6
6
  6:I[61304,[],"ClientPageRoot"]
@@ -16,7 +16,7 @@ e:I[90484,[],"ViewportBoundary"]
16
16
  :HL["/_next/static/media/db96af6b531dc71f-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
17
17
  :HL["/_next/static/css/a26e7bdf55d5cb27.css","style"]
18
18
  :HL["/_next/static/css/a1f9138d47f06e51.css","style"]
19
- 0:{"P":null,"c":["","callback"],"q":"","i":false,"f":[[["",{"children":["callback",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/a26e7bdf55d5cb27.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/a1f9138d47f06e51.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark fonts-loaded","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_c8daab __variable_595324 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",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":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],null,["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L11"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$12",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"3i2AH2q-Nvc4YjJ2OPlK5"}
19
+ 0:{"P":null,"c":["","callback"],"q":"","i":false,"f":[[["",{"children":["callback",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/a26e7bdf55d5cb27.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/a1f9138d47f06e51.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark fonts-loaded","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_c8daab __variable_595324 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",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":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],null,["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L11"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$12",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"SLaJ-vIzgqOWdX0CbCi_q"}
20
20
  13:[]
21
21
  d:"$W13"
22
22
  8:{}
@@ -3,4 +3,4 @@
3
3
  3:I[90484,[],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[86869,[],"IconMark"]
6
- 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#16130E"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Switchboard — Intelligent Model Routing"}],["$","meta","1",{"name":"description","content":"Route every request to the right model. One OpenAI-compatible endpoint, visible routing decisions, and self-improving combos."}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?ff60cffdbfc079d0","type":"image/x-icon","sizes":"16x16"}],["$","link","4",{"rel":"icon","href":"/favicon.svg"}],["$","$L5","5",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"3i2AH2q-Nvc4YjJ2OPlK5"}
6
+ 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#16130E"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Switchboard — Intelligent Model Routing"}],["$","meta","1",{"name":"description","content":"Route every request to the right model. One OpenAI-compatible endpoint, visible routing decisions, and self-improving combos."}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?ff60cffdbfc079d0","type":"image/x-icon","sizes":"16x16"}],["$","link","4",{"rel":"icon","href":"/favicon.svg"}],["$","$L5","5",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"SLaJ-vIzgqOWdX0CbCi_q"}
@@ -1,8 +1,8 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[21110,["3862","static/chunks/1a258343-33aee1e7d9aa500f.js","782","static/chunks/782-3676be0287313117.js","8500","static/chunks/8500-287dd3e5d372ba6f.js","2280","static/chunks/2280-61262f8359f37a85.js","1631","static/chunks/1631-cb80453bf5d4173d.js","1321","static/chunks/1321-f123c95324e451d2.js","7592","static/chunks/7592-bbf465c7acd2478e.js","5497","static/chunks/5497-aa5f62602eba33e9.js","9305","static/chunks/app/(dashboard)/layout-b06b9aec5dcdf486.js"],"ThemeProvider"]
3
- 3:I[94635,["1321","static/chunks/1321-f123c95324e451d2.js","7177","static/chunks/app/layout-214ea0ad8a3d8323.js"],"RuntimeI18nProvider"]
2
+ 2:I[21110,["3862","static/chunks/1a258343-33aee1e7d9aa500f.js","782","static/chunks/782-3676be0287313117.js","8500","static/chunks/8500-287dd3e5d372ba6f.js","2280","static/chunks/2280-61262f8359f37a85.js","1631","static/chunks/1631-cb80453bf5d4173d.js","1321","static/chunks/1321-b43b009588f563d0.js","7592","static/chunks/7592-bbf465c7acd2478e.js","5497","static/chunks/5497-aa5f62602eba33e9.js","9305","static/chunks/app/(dashboard)/layout-b06b9aec5dcdf486.js"],"ThemeProvider"]
3
+ 3:I[94635,["1321","static/chunks/1321-b43b009588f563d0.js","7177","static/chunks/app/layout-214ea0ad8a3d8323.js"],"RuntimeI18nProvider"]
4
4
  4:I[57121,[],""]
5
5
  5:I[74581,[],""]
6
6
  :HL["/_next/static/css/a26e7bdf55d5cb27.css","style"]
7
7
  :HL["/_next/static/css/a1f9138d47f06e51.css","style"]
8
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/a26e7bdf55d5cb27.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/a1f9138d47f06e51.css","precedence":"next"}]],["$","html",null,{"lang":"en","className":"dark fonts-loaded","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_c8daab __variable_595324 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"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."}]}]]}]}]],[]]}]}]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"3i2AH2q-Nvc4YjJ2OPlK5"}
8
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/a26e7bdf55d5cb27.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/a1f9138d47f06e51.css","precedence":"next"}]],["$","html",null,{"lang":"en","className":"dark fonts-loaded","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_c8daab __variable_595324 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"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."}]}]]}]}]],[]]}]}]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"SLaJ-vIzgqOWdX0CbCi_q"}
@@ -4,4 +4,4 @@
4
4
  :HL["/_next/static/media/db96af6b531dc71f-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
5
5
  :HL["/_next/static/css/a26e7bdf55d5cb27.css","style"]
6
6
  :HL["/_next/static/css/a1f9138d47f06e51.css","style"]
7
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"callback","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"3i2AH2q-Nvc4YjJ2OPlK5"}
7
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"callback","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"SLaJ-vIzgqOWdX0CbCi_q"}
@@ -3,7 +3,7 @@
3
3
  3:I[59884,["7852","static/chunks/app/callback/page-5c1d863ff86ddc6e.js"],"default"]
4
4
  6:I[90484,[],"OutletBoundary"]
5
5
  7:"$Sreact.suspense"
6
- 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"3i2AH2q-Nvc4YjJ2OPlK5"}
6
+ 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"SLaJ-vIzgqOWdX0CbCi_q"}
7
7
  4:{}
8
8
  5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
9
9
  8:null
@@ -2,4 +2,4 @@
2
2
  2:I[57121,[],""]
3
3
  3:I[74581,[],""]
4
4
  4:[]
5
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"3i2AH2q-Nvc4YjJ2OPlK5"}
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"SLaJ-vIzgqOWdX0CbCi_q"}