aigetwey 1.3.9 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/README.md +125 -211
- package/assets/screenshot-accesskey.png +0 -0
- package/assets/screenshot-budgets.png +0 -0
- package/assets/screenshot-endpoint.png +0 -0
- package/dashboard/.next/BUILD_ID +1 -1
- package/dashboard/.next/app-path-routes-manifest.json +1 -0
- package/dashboard/.next/build-manifest.json +3 -3
- package/dashboard/.next/diagnostics/route-bundle-stats.json +55 -38
- package/dashboard/.next/fallback-build-manifest.json +3 -3
- package/dashboard/.next/prerender-manifest.json +24 -0
- package/dashboard/.next/routes-manifest.json +6 -0
- package/dashboard/.next/server/app/(console)/combos/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/combos/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/config/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/config/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/console/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/console/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/endpoint/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/endpoint/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/keys/page/app-paths-manifest.json +3 -0
- package/dashboard/.next/server/app/(console)/keys/page/build-manifest.json +18 -0
- package/dashboard/.next/server/app/(console)/keys/page/next-font-manifest.json +11 -0
- package/dashboard/.next/server/app/(console)/keys/page/react-loadable-manifest.json +1 -0
- package/dashboard/.next/server/app/(console)/keys/page/server-reference-manifest.json +4 -0
- package/dashboard/.next/server/app/(console)/keys/page.js +15 -0
- package/dashboard/.next/server/app/(console)/keys/page.js.map +5 -0
- package/dashboard/.next/server/app/(console)/keys/page.js.nft.json +1 -0
- package/dashboard/.next/server/app/(console)/keys/page_client-reference-manifest.js +3 -0
- package/dashboard/.next/server/app/(console)/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/providers/[id]/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/providers/[id]/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/providers/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/providers/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/quota/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/quota/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/tools/[id]/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/tools/[id]/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/tools/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/tools/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/usage/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/usage/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/_global-error.html +1 -1
- package/dashboard/.next/server/app/_global-error.rsc +1 -1
- package/dashboard/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/dashboard/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dashboard/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dashboard/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dashboard/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/_not-found.html +1 -1
- package/dashboard/.next/server/app/_not-found.rsc +2 -2
- package/dashboard/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/dashboard/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/dashboard/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/dashboard/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app/combos.html +1 -1
- package/dashboard/.next/server/app/combos.rsc +5 -5
- package/dashboard/.next/server/app/combos.segments/!KGNvbnNvbGUp/combos/__PAGE__.segment.rsc +2 -2
- package/dashboard/.next/server/app/combos.segments/!KGNvbnNvbGUp/combos.segment.rsc +1 -1
- package/dashboard/.next/server/app/combos.segments/!KGNvbnNvbGUp.segment.rsc +3 -3
- package/dashboard/.next/server/app/combos.segments/_full.segment.rsc +5 -5
- package/dashboard/.next/server/app/combos.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/combos.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/combos.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app/config.html +1 -1
- package/dashboard/.next/server/app/config.rsc +5 -5
- package/dashboard/.next/server/app/config.segments/!KGNvbnNvbGUp/config/__PAGE__.segment.rsc +2 -2
- package/dashboard/.next/server/app/config.segments/!KGNvbnNvbGUp/config.segment.rsc +1 -1
- package/dashboard/.next/server/app/config.segments/!KGNvbnNvbGUp.segment.rsc +3 -3
- package/dashboard/.next/server/app/config.segments/_full.segment.rsc +5 -5
- package/dashboard/.next/server/app/config.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/config.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/config.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app/console.html +1 -1
- package/dashboard/.next/server/app/console.rsc +5 -5
- package/dashboard/.next/server/app/console.segments/!KGNvbnNvbGUp/console/__PAGE__.segment.rsc +2 -2
- package/dashboard/.next/server/app/console.segments/!KGNvbnNvbGUp/console.segment.rsc +1 -1
- package/dashboard/.next/server/app/console.segments/!KGNvbnNvbGUp.segment.rsc +3 -3
- package/dashboard/.next/server/app/console.segments/_full.segment.rsc +5 -5
- package/dashboard/.next/server/app/console.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/console.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/console.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app/endpoint.html +1 -1
- package/dashboard/.next/server/app/endpoint.rsc +5 -5
- package/dashboard/.next/server/app/endpoint.segments/!KGNvbnNvbGUp/endpoint/__PAGE__.segment.rsc +2 -2
- package/dashboard/.next/server/app/endpoint.segments/!KGNvbnNvbGUp/endpoint.segment.rsc +1 -1
- package/dashboard/.next/server/app/endpoint.segments/!KGNvbnNvbGUp.segment.rsc +3 -3
- package/dashboard/.next/server/app/endpoint.segments/_full.segment.rsc +5 -5
- package/dashboard/.next/server/app/endpoint.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/endpoint.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/endpoint.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app/index.html +1 -1
- package/dashboard/.next/server/app/index.rsc +5 -5
- package/dashboard/.next/server/app/index.segments/!KGNvbnNvbGUp/__PAGE__.segment.rsc +2 -2
- package/dashboard/.next/server/app/index.segments/!KGNvbnNvbGUp.segment.rsc +3 -3
- package/dashboard/.next/server/app/index.segments/_full.segment.rsc +5 -5
- package/dashboard/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/index.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app/keys.html +1 -0
- package/dashboard/.next/server/app/keys.meta +16 -0
- package/dashboard/.next/server/app/keys.rsc +25 -0
- package/dashboard/.next/server/app/keys.segments/!KGNvbnNvbGUp/keys/__PAGE__.segment.rsc +6 -0
- package/dashboard/.next/server/app/keys.segments/!KGNvbnNvbGUp/keys.segment.rsc +5 -0
- package/dashboard/.next/server/app/keys.segments/!KGNvbnNvbGUp.segment.rsc +6 -0
- package/dashboard/.next/server/app/keys.segments/_full.segment.rsc +25 -0
- package/dashboard/.next/server/app/keys.segments/_head.segment.rsc +6 -0
- package/dashboard/.next/server/app/keys.segments/_index.segment.rsc +9 -0
- package/dashboard/.next/server/app/keys.segments/_tree.segment.rsc +5 -0
- package/dashboard/.next/server/app/login/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/login.html +1 -1
- package/dashboard/.next/server/app/login.rsc +2 -2
- package/dashboard/.next/server/app/login.segments/_full.segment.rsc +2 -2
- package/dashboard/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/login.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/login.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app/login.segments/login/__PAGE__.segment.rsc +1 -1
- package/dashboard/.next/server/app/login.segments/login.segment.rsc +1 -1
- package/dashboard/.next/server/app/providers.html +1 -1
- package/dashboard/.next/server/app/providers.rsc +5 -5
- package/dashboard/.next/server/app/providers.segments/!KGNvbnNvbGUp/providers/__PAGE__.segment.rsc +2 -2
- package/dashboard/.next/server/app/providers.segments/!KGNvbnNvbGUp/providers.segment.rsc +1 -1
- package/dashboard/.next/server/app/providers.segments/!KGNvbnNvbGUp.segment.rsc +3 -3
- package/dashboard/.next/server/app/providers.segments/_full.segment.rsc +5 -5
- package/dashboard/.next/server/app/providers.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/providers.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/providers.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app/quota.html +1 -1
- package/dashboard/.next/server/app/quota.rsc +5 -5
- package/dashboard/.next/server/app/quota.segments/!KGNvbnNvbGUp/quota/__PAGE__.segment.rsc +2 -2
- package/dashboard/.next/server/app/quota.segments/!KGNvbnNvbGUp/quota.segment.rsc +1 -1
- package/dashboard/.next/server/app/quota.segments/!KGNvbnNvbGUp.segment.rsc +3 -3
- package/dashboard/.next/server/app/quota.segments/_full.segment.rsc +5 -5
- package/dashboard/.next/server/app/quota.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/quota.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/quota.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app/tools.html +1 -1
- package/dashboard/.next/server/app/tools.rsc +5 -5
- package/dashboard/.next/server/app/tools.segments/!KGNvbnNvbGUp/tools/__PAGE__.segment.rsc +2 -2
- package/dashboard/.next/server/app/tools.segments/!KGNvbnNvbGUp/tools.segment.rsc +1 -1
- package/dashboard/.next/server/app/tools.segments/!KGNvbnNvbGUp.segment.rsc +3 -3
- package/dashboard/.next/server/app/tools.segments/_full.segment.rsc +5 -5
- package/dashboard/.next/server/app/tools.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/tools.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/tools.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app-paths-manifest.json +1 -0
- package/dashboard/.next/server/chunks/[root-of-the-server]__0das32e._.js +1 -1
- package/dashboard/.next/server/chunks/[root-of-the-server]__0das32e._.js.map +1 -1
- package/dashboard/.next/server/chunks/ssr/[root-of-the-server]__006jvp_._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/[root-of-the-server]__006jvp_._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/{[root-of-the-server]__0x-617o._.js → [root-of-the-server]__1eeunp8._.js} +2 -2
- package/dashboard/.next/server/chunks/ssr/{[root-of-the-server]__0x-617o._.js.map → [root-of-the-server]__1eeunp8._.js.map} +1 -1
- package/dashboard/.next/server/chunks/ssr/{[root-of-the-server]__09pxn-h._.js → [root-of-the-server]__1t7z0yw._.js} +2 -2
- package/dashboard/.next/server/chunks/ssr/{[root-of-the-server]__09pxn-h._.js.map → [root-of-the-server]__1t7z0yw._.js.map} +1 -1
- package/dashboard/.next/server/chunks/ssr/_0p90gyy._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/_0p90gyy._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/_next-internal_server_app_(console)_keys_page_actions_1--ho2b.js +3 -0
- package/dashboard/.next/server/chunks/ssr/_next-internal_server_app_(console)_keys_page_actions_1--ho2b.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0-auga4.js +4 -0
- package/dashboard/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0-auga4.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_13mfqac._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_13mfqac._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_16zsfd3._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_16zsfd3._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_0-kkrr9._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_0-kkrr9._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_0dgasfb._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_0dgasfb._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_0q5pldo._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_0q5pldo._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_11ckzq_._.js +1 -1
- package/dashboard/.next/server/chunks/ssr/src_components_11ckzq_._.js.map +1 -1
- package/dashboard/.next/server/chunks/ssr/src_components_11dtfns._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_11dtfns._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_1e6kjgr._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_1e6kjgr._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_1eg_jit._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_1eg_jit._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_1pu8z89._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_1pu8z89._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_1z4akp5._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_1z4akp5._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_KeyManager_tsx_0r7iyz8._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_KeyManager_tsx_0r7iyz8._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_ProviderManager_tsx_09d2dzw._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_ProviderManager_tsx_09d2dzw._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_ToolDetail_tsx_0qperd-._.js +1 -1
- package/dashboard/.next/server/chunks/ssr/src_components_ToolDetail_tsx_0qperd-._.js.map +1 -1
- package/dashboard/.next/server/middleware-build-manifest.js +3 -3
- package/dashboard/.next/server/next-font-manifest.js +1 -1
- package/dashboard/.next/server/next-font-manifest.json +4 -0
- package/dashboard/.next/server/pages/404.html +1 -1
- package/dashboard/.next/server/pages/500.html +1 -1
- package/dashboard/.next/static/chunks/0-qqj0_fg6ef0.js +1 -0
- package/dashboard/.next/static/chunks/0347y27liw05t.js +1 -0
- package/dashboard/.next/static/chunks/0iv69e64f1ywa.css +3 -0
- package/dashboard/.next/static/chunks/0mou1p6uwiu19.js +1 -0
- package/dashboard/.next/static/chunks/0pf-u__m67vld.js +1 -0
- package/dashboard/.next/static/chunks/0zdns9uijk264.js +1 -0
- package/dashboard/.next/static/chunks/19nfww990cvv7.js +1 -0
- package/dashboard/.next/static/chunks/1t87-rpltg53e.js +1 -0
- package/dashboard/.next/static/chunks/1wn1c2w4ibyg_.js +1 -0
- package/dashboard/.next/static/chunks/29bgf5j_v6h2z.js +1 -0
- package/dashboard/.next/static/chunks/2uvgdots59tjl.js +1 -0
- package/dashboard/.next/static/chunks/3chs_cdkdx2h9.js +1 -0
- package/dashboard/.next/static/chunks/3y0b8yet0vgwr.js +1 -0
- package/dashboard/.next/trace +1 -1
- package/dashboard/.next/trace-build +1 -1
- package/dashboard/.next/types/routes.d.ts +2 -1
- package/dashboard/.next/types/validator.ts +9 -0
- package/dashboard/package-lock.json +56 -0
- package/dashboard/package.json +3 -0
- package/dashboard/src/app/(console)/keys/page.tsx +5 -0
- package/dashboard/src/app/api/cli-detect/[tool]/route.ts +0 -1
- package/dashboard/src/app/globals.css +1 -0
- package/dashboard/src/components/Badge.tsx +2 -1
- package/dashboard/src/components/EndpointView.tsx +49 -373
- package/dashboard/src/components/KeyManager.tsx +252 -0
- package/dashboard/src/components/KeyReveal.tsx +11 -11
- package/dashboard/src/components/KeyScopeModal.tsx +184 -0
- package/dashboard/src/components/ProviderManager.tsx +136 -44
- package/dashboard/src/components/Rail.tsx +2 -1
- package/dashboard/src/components/ToolDetail.tsx +0 -1
- package/dashboard/src/components/TopBar.tsx +102 -28
- package/dashboard/src/lib/client.ts +2 -0
- package/dist/config.js +14 -0
- package/dist/config.js.map +1 -1
- package/dist/routes/admin.js +8 -1
- package/dist/routes/admin.js.map +1 -1
- package/package.json +1 -1
- package/src/config.ts +12 -0
- package/src/routes/admin.ts +9 -0
- package/assets/screenshot.png +0 -0
- package/dashboard/.next/server/chunks/ssr/_1jt-_lv._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/_1jt-_lv._.js.map +0 -1
- package/dashboard/.next/server/chunks/ssr/src_02ocd5c._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/src_02ocd5c._.js.map +0 -1
- package/dashboard/.next/server/chunks/ssr/src_0az41dg._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/src_0az41dg._.js.map +0 -1
- package/dashboard/.next/server/chunks/ssr/src_components_0nuo5yx._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/src_components_0nuo5yx._.js.map +0 -1
- package/dashboard/.next/server/chunks/ssr/src_components_12gk6sc._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/src_components_12gk6sc._.js.map +0 -1
- package/dashboard/.next/server/chunks/ssr/src_components_17nnhsa._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/src_components_17nnhsa._.js.map +0 -1
- package/dashboard/.next/server/chunks/ssr/src_components_1kc5vh2._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/src_components_1kc5vh2._.js.map +0 -1
- package/dashboard/.next/server/chunks/ssr/src_components_1zwow63._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/src_components_1zwow63._.js.map +0 -1
- package/dashboard/.next/server/chunks/ssr/src_components_EndpointView_tsx_0awdzb5._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/src_components_EndpointView_tsx_0awdzb5._.js.map +0 -1
- package/dashboard/.next/server/chunks/ssr/src_components_ModelPicker_tsx_1jisxh6._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/src_components_ModelPicker_tsx_1jisxh6._.js.map +0 -1
- package/dashboard/.next/static/chunks/063d_vdu_m-g_.js +0 -1
- package/dashboard/.next/static/chunks/0tq5u12liycmg.js +0 -1
- package/dashboard/.next/static/chunks/1-r9spn081_wo.js +0 -1
- package/dashboard/.next/static/chunks/16vbdc0g5xea0.js +0 -1
- package/dashboard/.next/static/chunks/1dct1l5y9lz4l.js +0 -1
- package/dashboard/.next/static/chunks/22r7w355mazs8.js +0 -1
- package/dashboard/.next/static/chunks/2zho1fpijk0fu.js +0 -1
- package/dashboard/.next/static/chunks/3lh9dc1j-3gxi.css +0 -3
- package/dashboard/.next/static/chunks/3mhsmb2ks1vev.js +0 -1
- package/dashboard/.next/static/chunks/3nrz6v06gppob.js +0 -1
- package/dashboard/.next/static/chunks/3qigg14c4xgka.js +0 -1
- /package/dashboard/.next/static/{Qebwgk51Ssl5h3hVnQurS → WxqdtupTIrBh47rvaXxLB}/_buildManifest.js +0 -0
- /package/dashboard/.next/static/{Qebwgk51Ssl5h3hVnQurS → WxqdtupTIrBh47rvaXxLB}/_clientMiddlewareManifest.js +0 -0
- /package/dashboard/.next/static/{Qebwgk51Ssl5h3hVnQurS → WxqdtupTIrBh47rvaXxLB}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en" class="dark inter_c15e96cb-module__0bjUvq__variable jetbrains_mono_7ea1d0f9-module__6GV5LG__variable"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/70bc3e132a0a741e-s.p.3t6q91iet4nsy.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/3lh9dc1j-3gxi.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/36ssnkm0cjgq6.js"/><script src="/_next/static/chunks/3jat3x6f_2a6o.js" async=""></script><script src="/_next/static/chunks/3j9pm5otqxm82.js" async=""></script><script src="/_next/static/chunks/0mk1g55o6kl1e.js" async=""></script><script src="/_next/static/chunks/27jktro2p5rq9.js" async=""></script><script src="/_next/static/chunks/turbopack-28-wpvvyttgwq.js" async=""></script><script src="/_next/static/chunks/13ge_ybuj8rl3.js" async=""></script><script src="/_next/static/chunks/14mrh2-p_w84d.js" async=""></script><script src="/_next/static/chunks/1dct1l5y9lz4l.js" async=""></script><script src="/_next/static/chunks/22r7w355mazs8.js" async=""></script><script src="/_next/static/chunks/40pm83c1_d0jz.js" async=""></script><link rel="preload" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block" as="style"/><meta name="next-size-adjust" content=""/><title>aigetwey</title><meta name="description" content="Console for the aigetwey AI gateway"/><link rel="icon" href="/icon.svg?icon.43yv9zw_mes0x.svg" sizes="any" type="image/svg+xml"/><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block"/><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"try{var t=localStorage.getItem(\"theme\");if(t===\"light\")document.documentElement.className=document.documentElement.className.replace(\"dark\",\"light\")}catch(e){}","id":"theme-init"}])</script><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="console-grid"><aside class="console-rail"><a class="rail-brand" aria-label="aigetwey" href="/"><svg viewBox="0 0 512 512" width="26" height="26" aria-hidden="true"><text x="120" y="338" font-family="ui-sans-serif, Arial, sans-serif" font-size="260" font-weight="800" text-anchor="middle" fill="#14140f">a</text><g fill="none" stroke="#14140f" stroke-width="34" stroke-linecap="round" stroke-linejoin="round"><polyline points="276,182 352,256 276,330"></polyline><polyline points="346,182 422,256 346,330"></polyline></g></svg></a><nav class="flex flex-col items-center gap-3"><a data-label="Endpoint & Key" class="rail-icon" aria-label="Endpoint & Key" href="/"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">api</span></a><a data-label="Providers" class="rail-icon" aria-label="Providers" href="/providers"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">dns</span></a><a data-label="Combos" class="rail-icon" aria-label="Combos" href="/combos"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">layers</span></a><a data-label="Usage" class="rail-icon" aria-label="Usage" href="/usage"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">bar_chart</span></a><a data-label="Budgets" class="rail-icon" aria-label="Budgets" href="/quota"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">data_usage</span></a><a data-label="CLI Tools" class="rail-icon" aria-label="CLI Tools" href="/tools"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">terminal</span></a><div class="rail-divider"></div><a data-label="Server Console" class="rail-icon" aria-label="Server Console" href="/console"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">terminal</span></a><a data-label="Settings" class="rail-icon rail-icon-active" aria-label="Settings" href="/config"><span class="material-symbols-outlined" style="font-size:20px;font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24" aria-hidden="true">settings</span></a></nav><button data-label="Disconnect" class="rail-icon" aria-label="Disconnect"><span class="material-symbols-outlined" style="font-size:19px" aria-hidden="true">logout</span></button></aside><div class="console-col"><header class="console-topbar"><div class="flex items-center gap-2 text-[13px]"><span class="text-text-subtle">aigetwey</span><span class="text-text-subtle">/</span><span class="font-medium text-text">Settings</span></div><div class="ml-auto flex items-center gap-2.5"><button class="flex h-8 w-8 items-center justify-center rounded-full text-text-subtle transition-colors hover:text-text" aria-label="Toggle theme" title="Switch to light mode"><span class="material-symbols-outlined" style="font-size:18px" aria-hidden="true">light_mode</span></button><button class="flex h-8 w-8 items-center justify-center rounded-full text-text-subtle transition-colors hover:text-danger" aria-label="Shut down gateway" title="Shut down the gateway"><span class="material-symbols-outlined" style="font-size:18px" aria-hidden="true">power_settings_new</span></button><div class="flex items-center gap-2 rounded-full border border-border bg-surface py-1 pl-1 pr-3"><span class="flex h-6 w-6 items-center justify-center rounded-full bg-accent text-[11px] font-bold text-accent-ink">A</span><span class="text-[12px] text-text-muted">admin</span></div></div></header><main class="console-main"><div><div class="mb-6"><h1 class="text-[22px] font-semibold tracking-tight text-text">Settings</h1><p class="mt-1 text-[13px] text-text-muted">Instance details, model pricing, and backup.</p></div><div class="grid gap-4"><section class="overflow-hidden rounded-brand-lg border border-border bg-surface shadow-soft"><header class="flex items-center justify-between gap-3 border-b border-border-subtle px-4 py-3"><div class="flex items-center gap-2.5 min-w-0"><div class="min-w-0"><div class="truncate text-[14px] font-semibold tracking-tight text-text">Instance</div><div class="truncate text-[12px] text-text-muted">read-only</div></div></div></header><div class="p-4"><div class="px-1 py-8 text-center text-[13px] text-text-muted">Loading…</div></div></section><section class="overflow-hidden rounded-brand-lg border border-border bg-surface shadow-soft"><header class="flex items-center justify-between gap-3 border-b border-border-subtle px-4 py-3"><div class="flex items-center gap-2.5 min-w-0"><div class="min-w-0"><div class="truncate text-[14px] font-semibold tracking-tight text-text">Admin password</div><div class="truncate text-[12px] text-text-muted">for the dashboard login + the gateway admin API</div></div></div></header><div class="p-4"><div class="space-y-2.5"><div class="flex items-center justify-between gap-3"><span class="text-[12px] font-medium text-text-subtle">Current</span><input type="password" class="w-full max-w-[280px] rounded-brand border border-border bg-bg px-2.5 py-1.5 text-[13px] text-text focus:border-accent focus:outline-none" autoComplete="current-password" value=""/></div><div class="flex items-center justify-between gap-3"><span class="text-[12px] font-medium text-text-subtle">New</span><input type="password" class="w-full max-w-[280px] rounded-brand border border-border bg-bg px-2.5 py-1.5 text-[13px] text-text focus:border-accent focus:outline-none" autoComplete="new-password" value=""/></div><div class="flex items-center justify-between gap-3"><span class="text-[12px] font-medium text-text-subtle">Confirm</span><input type="password" class="w-full max-w-[280px] rounded-brand border border-border bg-bg px-2.5 py-1.5 text-[13px] text-text focus:border-accent focus:outline-none" autoComplete="new-password" value=""/></div><div class="flex items-center gap-2 pt-1"><button class="inline-flex items-center justify-center gap-1.5 rounded-brand px-3.5 py-2 text-[13px] font-medium transition-colors duration-150 cursor-pointer disabled:opacity-45 disabled:cursor-not-allowed bg-accent text-accent-ink shadow-warm hover:bg-accent-hover border border-transparent font-semibold" disabled="">Change password</button></div><p class="text-[11.5px] text-text-subtle">The default is the one from <span class="tnum">AIGETWEY_ADMIN_PASSWORD</span> (or <span class="tnum">123456</span>). Changing it here is optional and takes effect immediately.</p></div></div></section><details class="group overflow-hidden rounded-brand-lg border border-border bg-surface shadow-soft"><summary class="flex cursor-pointer list-none items-center justify-between gap-3 px-4 py-3 [&::-webkit-details-marker]:hidden"><div class="flex items-center gap-2.5 min-w-0"><div class="min-w-0"><div class="truncate text-[14px] font-semibold tracking-tight text-text">Pricing</div><div class="truncate text-[12px] text-text-muted">$/1M tokens — override the auto rate per model</div></div></div><span class="flex items-center gap-2"><span class="material-symbols-outlined text-text-subtle transition-transform group-open:rotate-180" style="font-size:18px" aria-hidden="true">expand_more</span></span></summary><div class="border-t border-border-subtle p-4"><div class="px-1 py-8 text-center text-[13px] text-text-muted">No models yet. Add models to a provider to price them.</div></div></details><section class="overflow-hidden rounded-brand-lg border border-border bg-surface shadow-soft"><header class="flex items-center justify-between gap-3 border-b border-border-subtle px-4 py-3"><div class="flex items-center gap-2.5 min-w-0"><div class="min-w-0"><div class="truncate text-[14px] font-semibold tracking-tight text-text">Backup</div><div class="truncate text-[12px] text-text-muted">full config including real keys</div></div></div><div class="flex items-center gap-2"><input type="file" accept=".yaml,.yml,.json,text/*" class="hidden"/><button class="inline-flex items-center justify-center gap-1.5 rounded-brand px-3.5 py-2 text-[13px] font-medium transition-colors duration-150 cursor-pointer disabled:opacity-45 disabled:cursor-not-allowed bg-transparent text-text-muted border border-border hover:text-text hover:border-text-subtle" title="Download the full config (includes real keys)"><span class="material-symbols-outlined" style="font-size:14px" aria-hidden="true">download</span> Export</button><button class="inline-flex items-center justify-center gap-1.5 rounded-brand px-3.5 py-2 text-[13px] font-medium transition-colors duration-150 cursor-pointer disabled:opacity-45 disabled:cursor-not-allowed bg-transparent text-text-muted border border-border hover:text-text hover:border-text-subtle" title="Load a backup file into the Advanced editor"><span class="material-symbols-outlined" style="font-size:14px" aria-hidden="true">upload</span> Import</button></div></header><div class="p-4"><p class="text-[12.5px] text-text-muted">Export downloads the live config as YAML with unmasked keys — keep it safe. Import loads a file into the raw editor below for review; it only applies when you Save there.</p></div></section><details class="group overflow-hidden rounded-brand-lg border border-border bg-surface shadow-soft"><summary class="flex cursor-pointer list-none items-center justify-between gap-3 px-4 py-3 [&::-webkit-details-marker]:hidden"><div class="flex items-center gap-2.5 min-w-0"><div class="min-w-0"><div class="truncate text-[14px] font-semibold tracking-tight text-text">Advanced — raw config</div><div class="truncate text-[12px] text-text-muted">YAML, validated + hot-reloaded on save</div></div></div><span class="flex items-center gap-2"><span class="material-symbols-outlined text-text-subtle transition-transform group-open:rotate-180" style="font-size:18px" aria-hidden="true">expand_more</span></span></summary><div class="border-t border-border-subtle p-4"><div class="mb-3 flex items-center justify-end gap-2"><button class="inline-flex items-center justify-center gap-1.5 rounded-brand px-3.5 py-2 text-[13px] font-medium transition-colors duration-150 cursor-pointer disabled:opacity-45 disabled:cursor-not-allowed bg-transparent text-text-muted border border-border hover:text-text hover:border-text-subtle" disabled="">Revert</button><button class="inline-flex items-center justify-center gap-1.5 rounded-brand px-3.5 py-2 text-[13px] font-medium transition-colors duration-150 cursor-pointer disabled:opacity-45 disabled:cursor-not-allowed bg-accent text-accent-ink shadow-warm hover:bg-accent-hover border border-transparent font-semibold" disabled="">Save & reload</button></div><div class="px-1 py-8 text-center text-[13px] text-text-muted">Loading…</div></div></details></div></div><!--$--><!--/$--></main></div></div><div class="fixed bottom-5 right-5 z-[100] flex flex-col gap-2"></div><script src="/_next/static/chunks/36ssnkm0cjgq6.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[79520,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"\"]\n3:I[59919,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ThemeProvider\"]\n4:I[76972,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ToastProvider\"]\n5:I[39756,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"default\"]\n6:I[37457,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"default\"]\n7:I[94434,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\",\"/_next/static/chunks/1dct1l5y9lz4l.js\"],\"Rail\"]\n8:I[18993,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\",\"/_next/static/chunks/1dct1l5y9lz4l.js\"],\"TopBar\"]\n9:I[34407,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\",\"/_next/static/chunks/1dct1l5y9lz4l.js\",\"/_next/static/chunks/22r7w355mazs8.js\",\"/_next/static/chunks/40pm83c1_d0jz.js\"],\"ConfigEditor\"]\na:I[97367,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"OutletBoundary\"]\nb:\"$Sreact.suspense\"\ne:I[97367,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ViewportBoundary\"]\n10:I[97367,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"MetadataBoundary\"]\n12:I[68027,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/3lh9dc1j-3gxi.css\",\"style\"]\n:HL[\"/_next/static/media/70bc3e132a0a741e-s.p.3t6q91iet4nsy.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0\u0026display=block\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"config\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"(console)\",{\"children\":[\"config\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/3lh9dc1j-3gxi.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/14mrh2-p_w84d.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark inter_c15e96cb-module__0bjUvq__variable jetbrains_mono_7ea1d0f9-module__6GV5LG__variable\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"stylesheet\",\"href\":\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0\u0026display=block\"}],[\"$\",\"$L2\",null,{\"id\":\"theme-init\",\"strategy\":\"beforeInteractive\",\"children\":\"try{var t=localStorage.getItem(\\\"theme\\\");if(t===\\\"light\\\")document.documentElement.className=document.documentElement.className.replace(\\\"dark\\\",\\\"light\\\")}catch(e){}\"}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",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\":[[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/1dct1l5y9lz4l.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"div\",null,{\"className\":\"console-grid\",\"children\":[[\"$\",\"aside\",null,{\"className\":\"console-rail\",\"children\":[\"$\",\"$L7\",null,{}]}],[\"$\",\"div\",null,{\"className\":\"console-col\",\"children\":[[\"$\",\"$L8\",null,{}],[\"$\",\"main\",null,{\"className\":\"console-main\",\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children: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:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children: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\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L9\",null,{}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/22r7w355mazs8.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/40pm83c1_d0jz.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$La\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@c\"}]}]]}],{},null,false,null]},null,false,\"$@d\"]},null,false,null]},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\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/3lh9dc1j-3gxi.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"Qebwgk51Ssl5h3hVnQurS\"}\n"])</script><script>self.__next_f.push([1,"13:[]\nd:\"$W13\"\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\"}]]\n"])</script><script>self.__next_f.push([1,"14:I[27201,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"IconMark\"]\nc:null\n11:[[\"$\",\"title\",\"0\",{\"children\":\"aigetwey\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Console for the aigetwey AI gateway\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.svg?icon.43yv9zw_mes0x.svg\",\"sizes\":\"any\",\"type\":\"image/svg+xml\"}],[\"$\",\"$L14\",\"3\",{}]]\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><html lang="en" class="dark inter_c15e96cb-module__0bjUvq__variable jetbrains_mono_7ea1d0f9-module__6GV5LG__variable"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/70bc3e132a0a741e-s.p.3t6q91iet4nsy.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/0iv69e64f1ywa.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/36ssnkm0cjgq6.js"/><script src="/_next/static/chunks/3jat3x6f_2a6o.js" async=""></script><script src="/_next/static/chunks/3j9pm5otqxm82.js" async=""></script><script src="/_next/static/chunks/0mk1g55o6kl1e.js" async=""></script><script src="/_next/static/chunks/27jktro2p5rq9.js" async=""></script><script src="/_next/static/chunks/turbopack-28-wpvvyttgwq.js" async=""></script><script src="/_next/static/chunks/13ge_ybuj8rl3.js" async=""></script><script src="/_next/static/chunks/14mrh2-p_w84d.js" async=""></script><script src="/_next/static/chunks/0-qqj0_fg6ef0.js" async=""></script><script src="/_next/static/chunks/1t87-rpltg53e.js" async=""></script><script src="/_next/static/chunks/40pm83c1_d0jz.js" async=""></script><link rel="preload" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block" as="style"/><meta name="next-size-adjust" content=""/><title>aigetwey</title><meta name="description" content="Console for the aigetwey AI gateway"/><link rel="icon" href="/icon.svg?icon.43yv9zw_mes0x.svg" sizes="any" type="image/svg+xml"/><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block"/><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"try{var t=localStorage.getItem(\"theme\");if(t===\"light\")document.documentElement.className=document.documentElement.className.replace(\"dark\",\"light\")}catch(e){}","id":"theme-init"}])</script><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="console-grid"><aside class="console-rail"><a class="rail-brand" aria-label="aigetwey" href="/"><svg viewBox="0 0 512 512" width="26" height="26" aria-hidden="true"><text x="120" y="338" font-family="ui-sans-serif, Arial, sans-serif" font-size="260" font-weight="800" text-anchor="middle" fill="#14140f">a</text><g fill="none" stroke="#14140f" stroke-width="34" stroke-linecap="round" stroke-linejoin="round"><polyline points="276,182 352,256 276,330"></polyline><polyline points="346,182 422,256 346,330"></polyline></g></svg></a><nav class="flex flex-col items-center gap-3"><a data-label="Endpoint" class="rail-icon" aria-label="Endpoint" href="/"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">api</span></a><a data-label="Access Keys" class="rail-icon" aria-label="Access Keys" href="/keys"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">key</span></a><a data-label="Providers" class="rail-icon" aria-label="Providers" href="/providers"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">dns</span></a><a data-label="Combos" class="rail-icon" aria-label="Combos" href="/combos"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">layers</span></a><a data-label="Usage" class="rail-icon" aria-label="Usage" href="/usage"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">bar_chart</span></a><a data-label="Budgets" class="rail-icon" aria-label="Budgets" href="/quota"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">data_usage</span></a><a data-label="CLI Tools" class="rail-icon" aria-label="CLI Tools" href="/tools"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">terminal</span></a><div class="rail-divider"></div><a data-label="Server Console" class="rail-icon" aria-label="Server Console" href="/console"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">terminal</span></a><a data-label="Settings" class="rail-icon rail-icon-active" aria-label="Settings" href="/config"><span class="material-symbols-outlined" style="font-size:20px;font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24" aria-hidden="true">settings</span></a></nav><button data-label="Disconnect" class="rail-icon" aria-label="Disconnect"><span class="material-symbols-outlined" style="font-size:19px" aria-hidden="true">logout</span></button></aside><div class="console-col"><header class="console-topbar"><div class="flex items-center gap-2 text-[13px]"><span class="text-text-subtle">aigetwey</span><span class="text-text-subtle">/</span><span class="font-medium text-text">Settings</span></div><div class="ml-auto flex items-center gap-2.5"><button class="flex h-8 w-8 items-center justify-center rounded-full text-text-subtle transition-colors hover:text-text" aria-label="Toggle theme" title="Switch to light mode"><span class="material-symbols-outlined" style="font-size:18px" aria-hidden="true">light_mode</span></button><button class="flex h-8 w-8 items-center justify-center rounded-full text-text-subtle transition-colors hover:text-danger" aria-label="Shut down gateway" title="Shut down the gateway"><span class="material-symbols-outlined" style="font-size:18px" aria-hidden="true">power_settings_new</span></button><div class="flex items-center gap-2 rounded-full border border-border bg-surface py-1 pl-1 pr-3"><span class="flex h-6 w-6 items-center justify-center rounded-full bg-accent text-[11px] font-bold text-accent-ink">A</span><span class="text-[12px] text-text-muted">admin</span></div></div></header><main class="console-main"><div><div class="mb-6"><h1 class="text-[22px] font-semibold tracking-tight text-text">Settings</h1><p class="mt-1 text-[13px] text-text-muted">Instance details, model pricing, and backup.</p></div><div class="grid gap-4"><section class="overflow-hidden rounded-brand-lg border border-border bg-surface shadow-soft"><header class="flex items-center justify-between gap-3 border-b border-border-subtle px-4 py-3"><div class="flex items-center gap-2.5 min-w-0"><div class="min-w-0"><div class="truncate text-[14px] font-semibold tracking-tight text-text">Instance</div><div class="truncate text-[12px] text-text-muted">read-only</div></div></div></header><div class="p-4"><div class="px-1 py-8 text-center text-[13px] text-text-muted">Loading…</div></div></section><section class="overflow-hidden rounded-brand-lg border border-border bg-surface shadow-soft"><header class="flex items-center justify-between gap-3 border-b border-border-subtle px-4 py-3"><div class="flex items-center gap-2.5 min-w-0"><div class="min-w-0"><div class="truncate text-[14px] font-semibold tracking-tight text-text">Admin password</div><div class="truncate text-[12px] text-text-muted">for the dashboard login + the gateway admin API</div></div></div></header><div class="p-4"><div class="space-y-2.5"><div class="flex items-center justify-between gap-3"><span class="text-[12px] font-medium text-text-subtle">Current</span><input type="password" class="w-full max-w-[280px] rounded-brand border border-border bg-bg px-2.5 py-1.5 text-[13px] text-text focus:border-accent focus:outline-none" autoComplete="current-password" value=""/></div><div class="flex items-center justify-between gap-3"><span class="text-[12px] font-medium text-text-subtle">New</span><input type="password" class="w-full max-w-[280px] rounded-brand border border-border bg-bg px-2.5 py-1.5 text-[13px] text-text focus:border-accent focus:outline-none" autoComplete="new-password" value=""/></div><div class="flex items-center justify-between gap-3"><span class="text-[12px] font-medium text-text-subtle">Confirm</span><input type="password" class="w-full max-w-[280px] rounded-brand border border-border bg-bg px-2.5 py-1.5 text-[13px] text-text focus:border-accent focus:outline-none" autoComplete="new-password" value=""/></div><div class="flex items-center gap-2 pt-1"><button class="inline-flex items-center justify-center gap-1.5 rounded-brand px-3.5 py-2 text-[13px] font-medium transition-colors duration-150 cursor-pointer disabled:opacity-45 disabled:cursor-not-allowed bg-accent text-accent-ink shadow-warm hover:bg-accent-hover border border-transparent font-semibold" disabled="">Change password</button></div><p class="text-[11.5px] text-text-subtle">The default is the one from <span class="tnum">AIGETWEY_ADMIN_PASSWORD</span> (or <span class="tnum">123456</span>). Changing it here is optional and takes effect immediately.</p></div></div></section><details class="group overflow-hidden rounded-brand-lg border border-border bg-surface shadow-soft"><summary class="flex cursor-pointer list-none items-center justify-between gap-3 px-4 py-3 [&::-webkit-details-marker]:hidden"><div class="flex items-center gap-2.5 min-w-0"><div class="min-w-0"><div class="truncate text-[14px] font-semibold tracking-tight text-text">Pricing</div><div class="truncate text-[12px] text-text-muted">$/1M tokens — override the auto rate per model</div></div></div><span class="flex items-center gap-2"><span class="material-symbols-outlined text-text-subtle transition-transform group-open:rotate-180" style="font-size:18px" aria-hidden="true">expand_more</span></span></summary><div class="border-t border-border-subtle p-4"><div class="px-1 py-8 text-center text-[13px] text-text-muted">No models yet. Add models to a provider to price them.</div></div></details><section class="overflow-hidden rounded-brand-lg border border-border bg-surface shadow-soft"><header class="flex items-center justify-between gap-3 border-b border-border-subtle px-4 py-3"><div class="flex items-center gap-2.5 min-w-0"><div class="min-w-0"><div class="truncate text-[14px] font-semibold tracking-tight text-text">Backup</div><div class="truncate text-[12px] text-text-muted">full config including real keys</div></div></div><div class="flex items-center gap-2"><input type="file" accept=".yaml,.yml,.json,text/*" class="hidden"/><button class="inline-flex items-center justify-center gap-1.5 rounded-brand px-3.5 py-2 text-[13px] font-medium transition-colors duration-150 cursor-pointer disabled:opacity-45 disabled:cursor-not-allowed bg-transparent text-text-muted border border-border hover:text-text hover:border-text-subtle" title="Download the full config (includes real keys)"><span class="material-symbols-outlined" style="font-size:14px" aria-hidden="true">download</span> Export</button><button class="inline-flex items-center justify-center gap-1.5 rounded-brand px-3.5 py-2 text-[13px] font-medium transition-colors duration-150 cursor-pointer disabled:opacity-45 disabled:cursor-not-allowed bg-transparent text-text-muted border border-border hover:text-text hover:border-text-subtle" title="Load a backup file into the Advanced editor"><span class="material-symbols-outlined" style="font-size:14px" aria-hidden="true">upload</span> Import</button></div></header><div class="p-4"><p class="text-[12.5px] text-text-muted">Export downloads the live config as YAML with unmasked keys — keep it safe. Import loads a file into the raw editor below for review; it only applies when you Save there.</p></div></section><details class="group overflow-hidden rounded-brand-lg border border-border bg-surface shadow-soft"><summary class="flex cursor-pointer list-none items-center justify-between gap-3 px-4 py-3 [&::-webkit-details-marker]:hidden"><div class="flex items-center gap-2.5 min-w-0"><div class="min-w-0"><div class="truncate text-[14px] font-semibold tracking-tight text-text">Advanced — raw config</div><div class="truncate text-[12px] text-text-muted">YAML, validated + hot-reloaded on save</div></div></div><span class="flex items-center gap-2"><span class="material-symbols-outlined text-text-subtle transition-transform group-open:rotate-180" style="font-size:18px" aria-hidden="true">expand_more</span></span></summary><div class="border-t border-border-subtle p-4"><div class="mb-3 flex items-center justify-end gap-2"><button class="inline-flex items-center justify-center gap-1.5 rounded-brand px-3.5 py-2 text-[13px] font-medium transition-colors duration-150 cursor-pointer disabled:opacity-45 disabled:cursor-not-allowed bg-transparent text-text-muted border border-border hover:text-text hover:border-text-subtle" disabled="">Revert</button><button class="inline-flex items-center justify-center gap-1.5 rounded-brand px-3.5 py-2 text-[13px] font-medium transition-colors duration-150 cursor-pointer disabled:opacity-45 disabled:cursor-not-allowed bg-accent text-accent-ink shadow-warm hover:bg-accent-hover border border-transparent font-semibold" disabled="">Save & reload</button></div><div class="px-1 py-8 text-center text-[13px] text-text-muted">Loading…</div></div></details></div></div><!--$--><!--/$--></main></div></div><div class="fixed bottom-5 right-5 z-[100] flex flex-col gap-2"></div><script src="/_next/static/chunks/36ssnkm0cjgq6.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[79520,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"\"]\n3:I[59919,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ThemeProvider\"]\n4:I[76972,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ToastProvider\"]\n5:I[39756,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"default\"]\n6:I[37457,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"default\"]\n7:I[94434,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\",\"/_next/static/chunks/0-qqj0_fg6ef0.js\"],\"Rail\"]\n8:I[18993,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\",\"/_next/static/chunks/0-qqj0_fg6ef0.js\"],\"TopBar\"]\n9:I[34407,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\",\"/_next/static/chunks/0-qqj0_fg6ef0.js\",\"/_next/static/chunks/1t87-rpltg53e.js\",\"/_next/static/chunks/40pm83c1_d0jz.js\"],\"ConfigEditor\"]\na:I[97367,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"OutletBoundary\"]\nb:\"$Sreact.suspense\"\ne:I[97367,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ViewportBoundary\"]\n10:I[97367,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"MetadataBoundary\"]\n12:I[68027,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0iv69e64f1ywa.css\",\"style\"]\n:HL[\"/_next/static/media/70bc3e132a0a741e-s.p.3t6q91iet4nsy.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0\u0026display=block\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"config\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"(console)\",{\"children\":[\"config\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0iv69e64f1ywa.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/14mrh2-p_w84d.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark inter_c15e96cb-module__0bjUvq__variable jetbrains_mono_7ea1d0f9-module__6GV5LG__variable\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"stylesheet\",\"href\":\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0\u0026display=block\"}],[\"$\",\"$L2\",null,{\"id\":\"theme-init\",\"strategy\":\"beforeInteractive\",\"children\":\"try{var t=localStorage.getItem(\\\"theme\\\");if(t===\\\"light\\\")document.documentElement.className=document.documentElement.className.replace(\\\"dark\\\",\\\"light\\\")}catch(e){}\"}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",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\":[[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0-qqj0_fg6ef0.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"div\",null,{\"className\":\"console-grid\",\"children\":[[\"$\",\"aside\",null,{\"className\":\"console-rail\",\"children\":[\"$\",\"$L7\",null,{}]}],[\"$\",\"div\",null,{\"className\":\"console-col\",\"children\":[[\"$\",\"$L8\",null,{}],[\"$\",\"main\",null,{\"className\":\"console-main\",\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children: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:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children: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\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L9\",null,{}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/1t87-rpltg53e.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/40pm83c1_d0jz.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$La\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@c\"}]}]]}],{},null,false,null]},null,false,\"$@d\"]},null,false,null]},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\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0iv69e64f1ywa.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"WxqdtupTIrBh47rvaXxLB\"}\n"])</script><script>self.__next_f.push([1,"13:[]\nd:\"$W13\"\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\"}]]\n"])</script><script>self.__next_f.push([1,"14:I[27201,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"IconMark\"]\nc:null\n11:[[\"$\",\"title\",\"0\",{\"children\":\"aigetwey\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Console for the aigetwey AI gateway\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.svg?icon.43yv9zw_mes0x.svg\",\"sizes\":\"any\",\"type\":\"image/svg+xml\"}],[\"$\",\"$L14\",\"3\",{}]]\n"])</script></body></html>
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
4:I[76972,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"ToastProvider"]
|
|
5
5
|
5:I[39756,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
6
6
|
6:I[37457,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
7
|
-
7:I[94434,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/
|
|
8
|
-
8:I[18993,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/
|
|
9
|
-
9:I[34407,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/
|
|
7
|
+
7:I[94434,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js"],"Rail"]
|
|
8
|
+
8:I[18993,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js"],"TopBar"]
|
|
9
|
+
9:I[34407,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js","/_next/static/chunks/1t87-rpltg53e.js","/_next/static/chunks/40pm83c1_d0jz.js"],"ConfigEditor"]
|
|
10
10
|
a:I[97367,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"OutletBoundary"]
|
|
11
11
|
b:"$Sreact.suspense"
|
|
12
12
|
e:I[97367,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"ViewportBoundary"]
|
|
13
13
|
10:I[97367,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"MetadataBoundary"]
|
|
14
14
|
12:I[68027,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default",1]
|
|
15
|
-
:HL["/_next/static/chunks/
|
|
15
|
+
:HL["/_next/static/chunks/0iv69e64f1ywa.css","style"]
|
|
16
16
|
:HL["/_next/static/media/70bc3e132a0a741e-s.p.3t6q91iet4nsy.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
17
17
|
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
18
18
|
:HL["https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block","style"]
|
|
19
|
-
0:{"P":null,"c":["","config"],"q":"","i":false,"f":[[["",{"children":["(console)",{"children":["config",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
19
|
+
0:{"P":null,"c":["","config"],"q":"","i":false,"f":[[["",{"children":["(console)",{"children":["config",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0iv69e64f1ywa.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/13ge_ybuj8rl3.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark inter_c15e96cb-module__0bjUvq__variable jetbrains_mono_7ea1d0f9-module__6GV5LG__variable","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"stylesheet","href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block"}],["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","children":"try{var t=localStorage.getItem(\"theme\");if(t===\"light\")document.documentElement.className=document.documentElement.className.replace(\"dark\",\"light\")}catch(e){}"}]]}],["$","body",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",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":[[["$","script","script-0",{"src":"/_next/static/chunks/0-qqj0_fg6ef0.js","async":true,"nonce":"$undefined"}]],["$","div",null,{"className":"console-grid","children":[["$","aside",null,{"className":"console-rail","children":["$","$L7",null,{}]}],["$","div",null,{"className":"console-col","children":[["$","$L8",null,{}],["$","main",null,{"className":"console-main","children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children: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:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children: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":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L9",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/1t87-rpltg53e.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/40pm83c1_d0jz.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null]},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",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0iv69e64f1ywa.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"WxqdtupTIrBh47rvaXxLB"}
|
|
20
20
|
13:[]
|
|
21
21
|
d:"$W13"
|
|
22
22
|
f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
package/dashboard/.next/server/app/config.segments/!KGNvbnNvbGUp/config/__PAGE__.segment.rsc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[34407,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/
|
|
2
|
+
2:I[34407,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js","/_next/static/chunks/1t87-rpltg53e.js","/_next/static/chunks/40pm83c1_d0jz.js"],"ConfigEditor"]
|
|
3
3
|
3:I[97367,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"OutletBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/1t87-rpltg53e.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/40pm83c1_d0jz.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"WxqdtupTIrBh47rvaXxLB"}
|
|
6
6
|
5:null
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
2:I[39756,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
3
3
|
3:I[37457,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
4
4
|
4:[]
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"WxqdtupTIrBh47rvaXxLB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[94434,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/
|
|
3
|
-
3:I[18993,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/
|
|
2
|
+
2:I[94434,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js"],"Rail"]
|
|
3
|
+
3:I[18993,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js"],"TopBar"]
|
|
4
4
|
4:I[39756,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
5
5
|
5:I[37457,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
6
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/
|
|
6
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/0-qqj0_fg6ef0.js","async":true}]],["$","div",null,{"className":"console-grid","children":[["$","aside",null,{"className":"console-rail","children":["$","$L2",null,{}]}],["$","div",null,{"className":"console-col","children":[["$","$L3",null,{}],["$","main",null,{"className":"console-main","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":"WxqdtupTIrBh47rvaXxLB"}
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
4:I[76972,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"ToastProvider"]
|
|
5
5
|
5:I[39756,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
6
6
|
6:I[37457,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
7
|
-
7:I[94434,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/
|
|
8
|
-
8:I[18993,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/
|
|
9
|
-
9:I[34407,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/
|
|
7
|
+
7:I[94434,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js"],"Rail"]
|
|
8
|
+
8:I[18993,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js"],"TopBar"]
|
|
9
|
+
9:I[34407,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js","/_next/static/chunks/1t87-rpltg53e.js","/_next/static/chunks/40pm83c1_d0jz.js"],"ConfigEditor"]
|
|
10
10
|
a:I[97367,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"OutletBoundary"]
|
|
11
11
|
b:"$Sreact.suspense"
|
|
12
12
|
e:I[97367,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"ViewportBoundary"]
|
|
13
13
|
10:I[97367,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"MetadataBoundary"]
|
|
14
14
|
12:I[68027,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default",1]
|
|
15
|
-
:HL["/_next/static/chunks/
|
|
15
|
+
:HL["/_next/static/chunks/0iv69e64f1ywa.css","style"]
|
|
16
16
|
:HL["/_next/static/media/70bc3e132a0a741e-s.p.3t6q91iet4nsy.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
17
17
|
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
18
18
|
:HL["https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block","style"]
|
|
19
|
-
0:{"P":null,"c":["","config"],"q":"","i":false,"f":[[["",{"children":["(console)",{"children":["config",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
19
|
+
0:{"P":null,"c":["","config"],"q":"","i":false,"f":[[["",{"children":["(console)",{"children":["config",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0iv69e64f1ywa.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/13ge_ybuj8rl3.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark inter_c15e96cb-module__0bjUvq__variable jetbrains_mono_7ea1d0f9-module__6GV5LG__variable","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"stylesheet","href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block"}],["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","children":"try{var t=localStorage.getItem(\"theme\");if(t===\"light\")document.documentElement.className=document.documentElement.className.replace(\"dark\",\"light\")}catch(e){}"}]]}],["$","body",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",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":[[["$","script","script-0",{"src":"/_next/static/chunks/0-qqj0_fg6ef0.js","async":true,"nonce":"$undefined"}]],["$","div",null,{"className":"console-grid","children":[["$","aside",null,{"className":"console-rail","children":["$","$L7",null,{}]}],["$","div",null,{"className":"console-col","children":[["$","$L8",null,{}],["$","main",null,{"className":"console-main","children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children: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:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children: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":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L9",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/1t87-rpltg53e.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/40pm83c1_d0jz.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null]},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",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0iv69e64f1ywa.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"WxqdtupTIrBh47rvaXxLB"}
|
|
20
20
|
13:[]
|
|
21
21
|
d:"$W13"
|
|
22
22
|
f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
3:I[97367,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
5
|
5:I[27201,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"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"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"aigetwey"}],["$","meta","1",{"name":"description","content":"Console for the aigetwey AI gateway"}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.43yv9zw_mes0x.svg","sizes":"any","type":"image/svg+xml"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
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"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"aigetwey"}],["$","meta","1",{"name":"description","content":"Console for the aigetwey AI gateway"}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.43yv9zw_mes0x.svg","sizes":"any","type":"image/svg+xml"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"WxqdtupTIrBh47rvaXxLB"}
|
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
4:I[76972,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"ToastProvider"]
|
|
5
5
|
5:I[39756,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
6
6
|
6:I[37457,["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
7
|
-
:HL["/_next/static/chunks/
|
|
7
|
+
:HL["/_next/static/chunks/0iv69e64f1ywa.css","style"]
|
|
8
8
|
:HL["https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block","style"]
|
|
9
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
9
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0iv69e64f1ywa.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/13ge_ybuj8rl3.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/14mrh2-p_w84d.js","async":true}]],["$","html",null,{"lang":"en","className":"dark inter_c15e96cb-module__0bjUvq__variable jetbrains_mono_7ea1d0f9-module__6GV5LG__variable","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"stylesheet","href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block"}],["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","children":"try{var t=localStorage.getItem(\"theme\");if(t===\"light\")document.documentElement.className=document.documentElement.className.replace(\"dark\",\"light\")}catch(e){}"}]]}],["$","body",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",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":"WxqdtupTIrBh47rvaXxLB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
:HL["/_next/static/chunks/
|
|
1
|
+
:HL["/_next/static/chunks/0iv69e64f1ywa.css","style"]
|
|
2
2
|
:HL["/_next/static/media/70bc3e132a0a741e-s.p.3t6q91iet4nsy.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
3
3
|
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
4
4
|
:HL["https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block","style"]
|
|
5
|
-
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"(console)","param":null,"prefetchHints":0,"slots":{"children":{"name":"config","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"
|
|
5
|
+
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"(console)","param":null,"prefetchHints":0,"slots":{"children":{"name":"config","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"WxqdtupTIrBh47rvaXxLB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en" class="dark inter_c15e96cb-module__0bjUvq__variable jetbrains_mono_7ea1d0f9-module__6GV5LG__variable"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/70bc3e132a0a741e-s.p.3t6q91iet4nsy.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/3lh9dc1j-3gxi.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/36ssnkm0cjgq6.js"/><script src="/_next/static/chunks/3jat3x6f_2a6o.js" async=""></script><script src="/_next/static/chunks/3j9pm5otqxm82.js" async=""></script><script src="/_next/static/chunks/0mk1g55o6kl1e.js" async=""></script><script src="/_next/static/chunks/27jktro2p5rq9.js" async=""></script><script src="/_next/static/chunks/turbopack-28-wpvvyttgwq.js" async=""></script><script src="/_next/static/chunks/13ge_ybuj8rl3.js" async=""></script><script src="/_next/static/chunks/14mrh2-p_w84d.js" async=""></script><script src="/_next/static/chunks/1dct1l5y9lz4l.js" async=""></script><script src="/_next/static/chunks/0mr7sg_sr6f99.js" async=""></script><link rel="preload" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block" as="style"/><meta name="next-size-adjust" content=""/><title>aigetwey</title><meta name="description" content="Console for the aigetwey AI gateway"/><link rel="icon" href="/icon.svg?icon.43yv9zw_mes0x.svg" sizes="any" type="image/svg+xml"/><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block"/><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"try{var t=localStorage.getItem(\"theme\");if(t===\"light\")document.documentElement.className=document.documentElement.className.replace(\"dark\",\"light\")}catch(e){}","id":"theme-init"}])</script><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="console-grid"><aside class="console-rail"><a class="rail-brand" aria-label="aigetwey" href="/"><svg viewBox="0 0 512 512" width="26" height="26" aria-hidden="true"><text x="120" y="338" font-family="ui-sans-serif, Arial, sans-serif" font-size="260" font-weight="800" text-anchor="middle" fill="#14140f">a</text><g fill="none" stroke="#14140f" stroke-width="34" stroke-linecap="round" stroke-linejoin="round"><polyline points="276,182 352,256 276,330"></polyline><polyline points="346,182 422,256 346,330"></polyline></g></svg></a><nav class="flex flex-col items-center gap-3"><a data-label="Endpoint & Key" class="rail-icon" aria-label="Endpoint & Key" href="/"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">api</span></a><a data-label="Providers" class="rail-icon" aria-label="Providers" href="/providers"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">dns</span></a><a data-label="Combos" class="rail-icon" aria-label="Combos" href="/combos"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">layers</span></a><a data-label="Usage" class="rail-icon" aria-label="Usage" href="/usage"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">bar_chart</span></a><a data-label="Budgets" class="rail-icon" aria-label="Budgets" href="/quota"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">data_usage</span></a><a data-label="CLI Tools" class="rail-icon" aria-label="CLI Tools" href="/tools"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">terminal</span></a><div class="rail-divider"></div><a data-label="Server Console" class="rail-icon rail-icon-active" aria-label="Server Console" href="/console"><span class="material-symbols-outlined" style="font-size:20px;font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24" aria-hidden="true">terminal</span></a><a data-label="Settings" class="rail-icon" aria-label="Settings" href="/config"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">settings</span></a></nav><button data-label="Disconnect" class="rail-icon" aria-label="Disconnect"><span class="material-symbols-outlined" style="font-size:19px" aria-hidden="true">logout</span></button></aside><div class="console-col"><header class="console-topbar"><div class="flex items-center gap-2 text-[13px]"><span class="text-text-subtle">aigetwey</span><span class="text-text-subtle">/</span><span class="font-medium text-text">Server Console</span></div><div class="ml-auto flex items-center gap-2.5"><button class="flex h-8 w-8 items-center justify-center rounded-full text-text-subtle transition-colors hover:text-text" aria-label="Toggle theme" title="Switch to light mode"><span class="material-symbols-outlined" style="font-size:18px" aria-hidden="true">light_mode</span></button><button class="flex h-8 w-8 items-center justify-center rounded-full text-text-subtle transition-colors hover:text-danger" aria-label="Shut down gateway" title="Shut down the gateway"><span class="material-symbols-outlined" style="font-size:18px" aria-hidden="true">power_settings_new</span></button><div class="flex items-center gap-2 rounded-full border border-border bg-surface py-1 pl-1 pr-3"><span class="flex h-6 w-6 items-center justify-center rounded-full bg-accent text-[11px] font-bold text-accent-ink">A</span><span class="text-[12px] text-text-muted">admin</span></div></div></header><main class="console-main"><div><div class="mb-4 flex items-center justify-between"><div><h1 class="text-[22px] font-semibold tracking-tight text-text">Server Console</h1><p class="mt-1 text-[13px] text-text-muted">Live gateway process output.</p></div><div class="flex items-center gap-3"><span class="flex items-center gap-1.5 text-[11px] text-danger"><span class="material-symbols-outlined" style="font-size:12px" aria-hidden="true">radio_button_unchecked</span>Disconnected</span><button class="inline-flex items-center justify-center gap-1.5 rounded-brand px-3.5 py-2 text-[13px] font-medium transition-colors duration-150 cursor-pointer disabled:opacity-45 disabled:cursor-not-allowed bg-transparent text-text-muted border border-border hover:text-text hover:border-text-subtle"><span class="material-symbols-outlined" style="font-size:15px" aria-hidden="true">delete</span> Clear</button></div></div><div class="h-[calc(100vh-200px)] overflow-y-auto rounded-brand-lg border border-border bg-[#0a0a09] p-4 font-mono text-[12px]"><span class="text-text-subtle">No logs yet…</span></div></div><!--$--><!--/$--></main></div></div><div class="fixed bottom-5 right-5 z-[100] flex flex-col gap-2"></div><script src="/_next/static/chunks/36ssnkm0cjgq6.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[79520,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"\"]\n3:I[59919,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ThemeProvider\"]\n4:I[76972,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ToastProvider\"]\n5:I[39756,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"default\"]\n6:I[37457,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"default\"]\n7:I[94434,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\",\"/_next/static/chunks/1dct1l5y9lz4l.js\"],\"Rail\"]\n8:I[18993,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\",\"/_next/static/chunks/1dct1l5y9lz4l.js\"],\"TopBar\"]\n9:I[47257,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ClientPageRoot\"]\na:I[28793,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\",\"/_next/static/chunks/1dct1l5y9lz4l.js\",\"/_next/static/chunks/0mr7sg_sr6f99.js\"],\"default\"]\nd:I[97367,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"OutletBoundary\"]\ne:\"$Sreact.suspense\"\n11:I[97367,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ViewportBoundary\"]\n13:I[97367,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"MetadataBoundary\"]\n15:I[68027,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/3lh9dc1j-3gxi.css\",\"style\"]\n:HL[\"/_next/static/media/70bc3e132a0a741e-s.p.3t6q91iet4nsy.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0\u0026display=block\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"console\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"(console)\",{\"children\":[\"console\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/3lh9dc1j-3gxi.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/14mrh2-p_w84d.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark inter_c15e96cb-module__0bjUvq__variable jetbrains_mono_7ea1d0f9-module__6GV5LG__variable\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"stylesheet\",\"href\":\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0\u0026display=block\"}],[\"$\",\"$L2\",null,{\"id\":\"theme-init\",\"strategy\":\"beforeInteractive\",\"children\":\"try{var t=localStorage.getItem(\\\"theme\\\");if(t===\\\"light\\\")document.documentElement.className=document.documentElement.className.replace(\\\"dark\\\",\\\"light\\\")}catch(e){}\"}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",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\":[[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/1dct1l5y9lz4l.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"div\",null,{\"className\":\"console-grid\",\"children\":[[\"$\",\"aside\",null,{\"className\":\"console-rail\",\"children\":[\"$\",\"$L7\",null,{}]}],[\"$\",\"div\",null,{\"className\":\"console-col\",\"children\":[[\"$\",\"$L8\",null,{}],[\"$\",\"main\",null,{\"className\":\"console-main\",\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children: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:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children: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\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L9\",null,{\"Component\":\"$a\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@b\",\"$@c\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0mr7sg_sr6f99.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"$e\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@f\"}]}]]}],{},null,false,null]},null,false,\"$@10\"]},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L11\",null,{\"children\":\"$L12\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L13\",null,{\"children\":[\"$\",\"$e\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L14\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$15\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/3lh9dc1j-3gxi.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"Qebwgk51Ssl5h3hVnQurS\"}\n"])</script><script>self.__next_f.push([1,"16:[]\n10:\"$W16\"\nb:{}\nc:\"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"12:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"17:I[27201,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"IconMark\"]\nf:null\n14:[[\"$\",\"title\",\"0\",{\"children\":\"aigetwey\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Console for the aigetwey AI gateway\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.svg?icon.43yv9zw_mes0x.svg\",\"sizes\":\"any\",\"type\":\"image/svg+xml\"}],[\"$\",\"$L17\",\"3\",{}]]\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><html lang="en" class="dark inter_c15e96cb-module__0bjUvq__variable jetbrains_mono_7ea1d0f9-module__6GV5LG__variable"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/70bc3e132a0a741e-s.p.3t6q91iet4nsy.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/0iv69e64f1ywa.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/36ssnkm0cjgq6.js"/><script src="/_next/static/chunks/3jat3x6f_2a6o.js" async=""></script><script src="/_next/static/chunks/3j9pm5otqxm82.js" async=""></script><script src="/_next/static/chunks/0mk1g55o6kl1e.js" async=""></script><script src="/_next/static/chunks/27jktro2p5rq9.js" async=""></script><script src="/_next/static/chunks/turbopack-28-wpvvyttgwq.js" async=""></script><script src="/_next/static/chunks/13ge_ybuj8rl3.js" async=""></script><script src="/_next/static/chunks/14mrh2-p_w84d.js" async=""></script><script src="/_next/static/chunks/0-qqj0_fg6ef0.js" async=""></script><script src="/_next/static/chunks/0mr7sg_sr6f99.js" async=""></script><link rel="preload" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block" as="style"/><meta name="next-size-adjust" content=""/><title>aigetwey</title><meta name="description" content="Console for the aigetwey AI gateway"/><link rel="icon" href="/icon.svg?icon.43yv9zw_mes0x.svg" sizes="any" type="image/svg+xml"/><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block"/><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"try{var t=localStorage.getItem(\"theme\");if(t===\"light\")document.documentElement.className=document.documentElement.className.replace(\"dark\",\"light\")}catch(e){}","id":"theme-init"}])</script><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="console-grid"><aside class="console-rail"><a class="rail-brand" aria-label="aigetwey" href="/"><svg viewBox="0 0 512 512" width="26" height="26" aria-hidden="true"><text x="120" y="338" font-family="ui-sans-serif, Arial, sans-serif" font-size="260" font-weight="800" text-anchor="middle" fill="#14140f">a</text><g fill="none" stroke="#14140f" stroke-width="34" stroke-linecap="round" stroke-linejoin="round"><polyline points="276,182 352,256 276,330"></polyline><polyline points="346,182 422,256 346,330"></polyline></g></svg></a><nav class="flex flex-col items-center gap-3"><a data-label="Endpoint" class="rail-icon" aria-label="Endpoint" href="/"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">api</span></a><a data-label="Access Keys" class="rail-icon" aria-label="Access Keys" href="/keys"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">key</span></a><a data-label="Providers" class="rail-icon" aria-label="Providers" href="/providers"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">dns</span></a><a data-label="Combos" class="rail-icon" aria-label="Combos" href="/combos"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">layers</span></a><a data-label="Usage" class="rail-icon" aria-label="Usage" href="/usage"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">bar_chart</span></a><a data-label="Budgets" class="rail-icon" aria-label="Budgets" href="/quota"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">data_usage</span></a><a data-label="CLI Tools" class="rail-icon" aria-label="CLI Tools" href="/tools"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">terminal</span></a><div class="rail-divider"></div><a data-label="Server Console" class="rail-icon rail-icon-active" aria-label="Server Console" href="/console"><span class="material-symbols-outlined" style="font-size:20px;font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24" aria-hidden="true">terminal</span></a><a data-label="Settings" class="rail-icon" aria-label="Settings" href="/config"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">settings</span></a></nav><button data-label="Disconnect" class="rail-icon" aria-label="Disconnect"><span class="material-symbols-outlined" style="font-size:19px" aria-hidden="true">logout</span></button></aside><div class="console-col"><header class="console-topbar"><div class="flex items-center gap-2 text-[13px]"><span class="text-text-subtle">aigetwey</span><span class="text-text-subtle">/</span><span class="font-medium text-text">Server Console</span></div><div class="ml-auto flex items-center gap-2.5"><button class="flex h-8 w-8 items-center justify-center rounded-full text-text-subtle transition-colors hover:text-text" aria-label="Toggle theme" title="Switch to light mode"><span class="material-symbols-outlined" style="font-size:18px" aria-hidden="true">light_mode</span></button><button class="flex h-8 w-8 items-center justify-center rounded-full text-text-subtle transition-colors hover:text-danger" aria-label="Shut down gateway" title="Shut down the gateway"><span class="material-symbols-outlined" style="font-size:18px" aria-hidden="true">power_settings_new</span></button><div class="flex items-center gap-2 rounded-full border border-border bg-surface py-1 pl-1 pr-3"><span class="flex h-6 w-6 items-center justify-center rounded-full bg-accent text-[11px] font-bold text-accent-ink">A</span><span class="text-[12px] text-text-muted">admin</span></div></div></header><main class="console-main"><div><div class="mb-4 flex items-center justify-between"><div><h1 class="text-[22px] font-semibold tracking-tight text-text">Server Console</h1><p class="mt-1 text-[13px] text-text-muted">Live gateway process output.</p></div><div class="flex items-center gap-3"><span class="flex items-center gap-1.5 text-[11px] text-danger"><span class="material-symbols-outlined" style="font-size:12px" aria-hidden="true">radio_button_unchecked</span>Disconnected</span><button class="inline-flex items-center justify-center gap-1.5 rounded-brand px-3.5 py-2 text-[13px] font-medium transition-colors duration-150 cursor-pointer disabled:opacity-45 disabled:cursor-not-allowed bg-transparent text-text-muted border border-border hover:text-text hover:border-text-subtle"><span class="material-symbols-outlined" style="font-size:15px" aria-hidden="true">delete</span> Clear</button></div></div><div class="h-[calc(100vh-200px)] overflow-y-auto rounded-brand-lg border border-border bg-[#0a0a09] p-4 font-mono text-[12px]"><span class="text-text-subtle">No logs yet…</span></div></div><!--$--><!--/$--></main></div></div><div class="fixed bottom-5 right-5 z-[100] flex flex-col gap-2"></div><script src="/_next/static/chunks/36ssnkm0cjgq6.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[79520,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"\"]\n3:I[59919,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ThemeProvider\"]\n4:I[76972,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ToastProvider\"]\n5:I[39756,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"default\"]\n6:I[37457,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"default\"]\n7:I[94434,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\",\"/_next/static/chunks/0-qqj0_fg6ef0.js\"],\"Rail\"]\n8:I[18993,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\",\"/_next/static/chunks/0-qqj0_fg6ef0.js\"],\"TopBar\"]\n9:I[47257,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ClientPageRoot\"]\na:I[28793,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\",\"/_next/static/chunks/0-qqj0_fg6ef0.js\",\"/_next/static/chunks/0mr7sg_sr6f99.js\"],\"default\"]\nd:I[97367,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"OutletBoundary\"]\ne:\"$Sreact.suspense\"\n11:I[97367,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ViewportBoundary\"]\n13:I[97367,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"MetadataBoundary\"]\n15:I[68027,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0iv69e64f1ywa.css\",\"style\"]\n:HL[\"/_next/static/media/70bc3e132a0a741e-s.p.3t6q91iet4nsy.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0\u0026display=block\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"console\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"(console)\",{\"children\":[\"console\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0iv69e64f1ywa.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/14mrh2-p_w84d.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark inter_c15e96cb-module__0bjUvq__variable jetbrains_mono_7ea1d0f9-module__6GV5LG__variable\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"stylesheet\",\"href\":\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0\u0026display=block\"}],[\"$\",\"$L2\",null,{\"id\":\"theme-init\",\"strategy\":\"beforeInteractive\",\"children\":\"try{var t=localStorage.getItem(\\\"theme\\\");if(t===\\\"light\\\")document.documentElement.className=document.documentElement.className.replace(\\\"dark\\\",\\\"light\\\")}catch(e){}\"}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",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\":[[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0-qqj0_fg6ef0.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"div\",null,{\"className\":\"console-grid\",\"children\":[[\"$\",\"aside\",null,{\"className\":\"console-rail\",\"children\":[\"$\",\"$L7\",null,{}]}],[\"$\",\"div\",null,{\"className\":\"console-col\",\"children\":[[\"$\",\"$L8\",null,{}],[\"$\",\"main\",null,{\"className\":\"console-main\",\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children: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:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children: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\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L9\",null,{\"Component\":\"$a\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@b\",\"$@c\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0mr7sg_sr6f99.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"$e\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@f\"}]}]]}],{},null,false,null]},null,false,\"$@10\"]},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L11\",null,{\"children\":\"$L12\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L13\",null,{\"children\":[\"$\",\"$e\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L14\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$15\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0iv69e64f1ywa.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"WxqdtupTIrBh47rvaXxLB\"}\n"])</script><script>self.__next_f.push([1,"16:[]\n10:\"$W16\"\nb:{}\nc:\"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"12:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"17:I[27201,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"IconMark\"]\nf:null\n14:[[\"$\",\"title\",\"0\",{\"children\":\"aigetwey\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Console for the aigetwey AI gateway\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.svg?icon.43yv9zw_mes0x.svg\",\"sizes\":\"any\",\"type\":\"image/svg+xml\"}],[\"$\",\"$L17\",\"3\",{}]]\n"])</script></body></html>
|