omniroute 0.2.0 → 0.3.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.
Files changed (746) hide show
  1. package/README.md +38 -26
  2. package/app/.next/BUILD_ID +1 -1
  3. package/app/.next/app-path-routes-manifest.json +37 -25
  4. package/app/.next/build-manifest.json +3 -3
  5. package/app/.next/prerender-manifest.json +3 -3
  6. package/app/.next/routes-manifest.json +74 -0
  7. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js +2 -2
  8. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -1
  9. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
  10. package/app/.next/server/app/(dashboard)/dashboard/combos/page.js +2 -2
  11. package/app/.next/server/app/(dashboard)/dashboard/combos/page.js.nft.json +1 -1
  12. package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
  13. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js +2 -2
  14. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +1 -1
  15. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
  16. package/app/.next/server/app/(dashboard)/dashboard/onboarding/page.js +2 -2
  17. package/app/.next/server/app/(dashboard)/dashboard/onboarding/page.js.nft.json +1 -1
  18. package/app/.next/server/app/(dashboard)/dashboard/onboarding/page_client-reference-manifest.js +1 -1
  19. package/app/.next/server/app/(dashboard)/dashboard/page.js +2 -2
  20. package/app/.next/server/app/(dashboard)/dashboard/page.js.nft.json +1 -1
  21. package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
  22. package/app/.next/server/app/(dashboard)/dashboard/profile/page.js +2 -2
  23. package/app/.next/server/app/(dashboard)/dashboard/profile/page.js.nft.json +1 -1
  24. package/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
  25. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js +2 -2
  26. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +1 -1
  27. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
  28. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js +2 -2
  29. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +1 -1
  30. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
  31. package/app/.next/server/app/(dashboard)/dashboard/providers/page.js +2 -2
  32. package/app/.next/server/app/(dashboard)/dashboard/providers/page.js.nft.json +1 -1
  33. package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
  34. package/app/.next/server/app/(dashboard)/dashboard/settings/page.js +2 -2
  35. package/app/.next/server/app/(dashboard)/dashboard/settings/page.js.nft.json +1 -1
  36. package/app/.next/server/app/(dashboard)/dashboard/settings/page_client-reference-manifest.js +1 -1
  37. package/app/.next/server/app/(dashboard)/dashboard/settings/pricing/page.js +2 -2
  38. package/app/.next/server/app/(dashboard)/dashboard/settings/pricing/page.js.nft.json +1 -1
  39. package/app/.next/server/app/(dashboard)/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
  40. package/app/.next/server/app/(dashboard)/dashboard/translator/page.js +2 -2
  41. package/app/.next/server/app/(dashboard)/dashboard/translator/page.js.nft.json +1 -1
  42. package/app/.next/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
  43. package/app/.next/server/app/(dashboard)/dashboard/usage/page.js +2 -2
  44. package/app/.next/server/app/(dashboard)/dashboard/usage/page.js.nft.json +1 -1
  45. package/app/.next/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
  46. package/app/.next/server/app/_global-error/page.js +3 -3
  47. package/app/.next/server/app/_global-error/page.js.nft.json +1 -1
  48. package/app/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  49. package/app/.next/server/app/_global-error.html +2 -2
  50. package/app/.next/server/app/_global-error.rsc +10 -9
  51. package/app/.next/server/app/_global-error.segments/_full.segment.rsc +10 -9
  52. package/app/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  53. package/app/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  54. package/app/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  55. package/app/.next/server/app/_global-error.segments/_index.segment.rsc +2 -1
  56. package/app/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  57. package/app/.next/server/app/_not-found/page.js +2 -2
  58. package/app/.next/server/app/_not-found/page.js.nft.json +1 -1
  59. package/app/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  60. package/app/.next/server/app/_not-found.html +1 -1
  61. package/app/.next/server/app/_not-found.rsc +16 -12
  62. package/app/.next/server/app/_not-found.segments/_full.segment.rsc +16 -12
  63. package/app/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  64. package/app/.next/server/app/_not-found.segments/_index.segment.rsc +4 -3
  65. package/app/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +8 -4
  66. package/app/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  67. package/app/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  68. package/app/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
  69. package/app/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
  70. package/app/.next/server/app/api/cache/stats/route.js +1 -0
  71. package/app/.next/server/app/api/cache/stats/route.js.nft.json +1 -0
  72. package/app/.next/server/app/api/cache/stats/route_client-reference-manifest.js +1 -0
  73. package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js +2 -2
  74. package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route_client-reference-manifest.js +1 -1
  75. package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js +1 -1
  76. package/app/.next/server/app/api/cli-tools/antigravity-mitm/route_client-reference-manifest.js +1 -1
  77. package/app/.next/server/app/api/cli-tools/backups/route.js +1 -1
  78. package/app/.next/server/app/api/cli-tools/backups/route_client-reference-manifest.js +1 -1
  79. package/app/.next/server/app/api/cli-tools/claude-settings/route.js +2 -2
  80. package/app/.next/server/app/api/cli-tools/claude-settings/route_client-reference-manifest.js +1 -1
  81. package/app/.next/server/app/api/cli-tools/cline-settings/route.js +2 -2
  82. package/app/.next/server/app/api/cli-tools/cline-settings/route_client-reference-manifest.js +1 -1
  83. package/app/.next/server/app/api/cli-tools/codex-profiles/route.js +2 -2
  84. package/app/.next/server/app/api/cli-tools/codex-profiles/route_client-reference-manifest.js +1 -1
  85. package/app/.next/server/app/api/cli-tools/codex-settings/route.js +1 -1
  86. package/app/.next/server/app/api/cli-tools/codex-settings/route_client-reference-manifest.js +1 -1
  87. package/app/.next/server/app/api/cli-tools/droid-settings/route.js +1 -1
  88. package/app/.next/server/app/api/cli-tools/droid-settings/route_client-reference-manifest.js +1 -1
  89. package/app/.next/server/app/api/cli-tools/guide-settings/[toolId]/route_client-reference-manifest.js +1 -1
  90. package/app/.next/server/app/api/cli-tools/kilo-settings/route.js +1 -1
  91. package/app/.next/server/app/api/cli-tools/kilo-settings/route_client-reference-manifest.js +1 -1
  92. package/app/.next/server/app/api/cli-tools/openclaw-settings/route.js +1 -1
  93. package/app/.next/server/app/api/cli-tools/openclaw-settings/route_client-reference-manifest.js +1 -1
  94. package/app/.next/server/app/api/cli-tools/runtime/[toolId]/route.js +2 -2
  95. package/app/.next/server/app/api/cli-tools/runtime/[toolId]/route_client-reference-manifest.js +1 -1
  96. package/app/.next/server/app/api/cloud/auth/route_client-reference-manifest.js +1 -1
  97. package/app/.next/server/app/api/cloud/credentials/update/route_client-reference-manifest.js +1 -1
  98. package/app/.next/server/app/api/cloud/model/resolve/route_client-reference-manifest.js +1 -1
  99. package/app/.next/server/app/api/cloud/models/alias/route_client-reference-manifest.js +1 -1
  100. package/app/.next/server/app/api/combos/[id]/route.js +1 -1
  101. package/app/.next/server/app/api/combos/[id]/route_client-reference-manifest.js +1 -1
  102. package/app/.next/server/app/api/combos/metrics/route_client-reference-manifest.js +1 -1
  103. package/app/.next/server/app/api/combos/route.js +1 -1
  104. package/app/.next/server/app/api/combos/route_client-reference-manifest.js +1 -1
  105. package/app/.next/server/app/api/combos/test/route_client-reference-manifest.js +1 -1
  106. package/app/.next/server/app/api/compliance/audit-log/route.js +156 -0
  107. package/app/.next/server/app/api/compliance/audit-log/route.js.nft.json +1 -0
  108. package/app/.next/server/app/api/compliance/audit-log/route_client-reference-manifest.js +1 -0
  109. package/app/.next/server/app/api/db-backups/route_client-reference-manifest.js +1 -1
  110. package/app/.next/server/app/api/evals/[suiteId]/route.js +1 -0
  111. package/app/.next/server/app/api/evals/[suiteId]/route.js.nft.json +1 -0
  112. package/app/.next/server/app/api/evals/[suiteId]/route_client-reference-manifest.js +1 -0
  113. package/app/.next/server/app/api/evals/route.js +1 -0
  114. package/app/.next/server/app/api/evals/route.js.nft.json +1 -0
  115. package/app/.next/server/app/api/evals/route_client-reference-manifest.js +1 -0
  116. package/app/.next/server/app/api/fallback/chains/route.js +1 -0
  117. package/app/.next/server/app/api/fallback/chains/route.js.nft.json +1 -0
  118. package/app/.next/server/app/api/fallback/chains/route_client-reference-manifest.js +1 -0
  119. package/app/.next/server/app/api/init/route.js +1 -1
  120. package/app/.next/server/app/api/init/route_client-reference-manifest.js +1 -1
  121. package/app/.next/server/app/api/keys/[id]/route_client-reference-manifest.js +1 -1
  122. package/app/.next/server/app/api/keys/route.js +1 -1
  123. package/app/.next/server/app/api/keys/route_client-reference-manifest.js +1 -1
  124. package/app/.next/server/app/api/models/alias/route_client-reference-manifest.js +1 -1
  125. package/app/.next/server/app/api/models/availability/route.js +1 -0
  126. package/app/.next/server/app/api/models/availability/route.js.nft.json +1 -0
  127. package/app/.next/server/app/api/models/availability/route_client-reference-manifest.js +1 -0
  128. package/app/.next/server/app/api/models/catalog/route.js +156 -1
  129. package/app/.next/server/app/api/models/catalog/route.js.nft.json +1 -1
  130. package/app/.next/server/app/api/models/catalog/route_client-reference-manifest.js +1 -1
  131. package/app/.next/server/app/api/models/route.js +1 -1
  132. package/app/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  133. package/app/.next/server/app/api/oauth/[provider]/[action]/route_client-reference-manifest.js +1 -1
  134. package/app/.next/server/app/api/oauth/cursor/auto-import/route_client-reference-manifest.js +1 -1
  135. package/app/.next/server/app/api/oauth/cursor/import/route_client-reference-manifest.js +1 -1
  136. package/app/.next/server/app/api/oauth/kiro/auto-import/route_client-reference-manifest.js +1 -1
  137. package/app/.next/server/app/api/oauth/kiro/import/route_client-reference-manifest.js +1 -1
  138. package/app/.next/server/app/api/oauth/kiro/social-authorize/route_client-reference-manifest.js +1 -1
  139. package/app/.next/server/app/api/oauth/kiro/social-exchange/route_client-reference-manifest.js +1 -1
  140. package/app/.next/server/app/api/policies/route.js +1 -0
  141. package/app/.next/server/app/api/policies/route.js.nft.json +1 -0
  142. package/app/.next/server/app/api/policies/route_client-reference-manifest.js +1 -0
  143. package/app/.next/server/app/api/pricing/defaults/route_client-reference-manifest.js +1 -1
  144. package/app/.next/server/app/api/pricing/models/route_client-reference-manifest.js +1 -1
  145. package/app/.next/server/app/api/pricing/route_client-reference-manifest.js +1 -1
  146. package/app/.next/server/app/api/provider-models/route_client-reference-manifest.js +1 -1
  147. package/app/.next/server/app/api/provider-nodes/[id]/route_client-reference-manifest.js +1 -1
  148. package/app/.next/server/app/api/provider-nodes/route_client-reference-manifest.js +1 -1
  149. package/app/.next/server/app/api/provider-nodes/validate/route_client-reference-manifest.js +1 -1
  150. package/app/.next/server/app/api/providers/[id]/models/route_client-reference-manifest.js +1 -1
  151. package/app/.next/server/app/api/providers/[id]/route_client-reference-manifest.js +1 -1
  152. package/app/.next/server/app/api/providers/[id]/test/route.js +1 -1
  153. package/app/.next/server/app/api/providers/[id]/test/route_client-reference-manifest.js +1 -1
  154. package/app/.next/server/app/api/providers/client/route_client-reference-manifest.js +1 -1
  155. package/app/.next/server/app/api/providers/route.js +1 -1
  156. package/app/.next/server/app/api/providers/route_client-reference-manifest.js +1 -1
  157. package/app/.next/server/app/api/providers/test-batch/route_client-reference-manifest.js +1 -1
  158. package/app/.next/server/app/api/providers/validate/route_client-reference-manifest.js +1 -1
  159. package/app/.next/server/app/api/rate-limit/route.js +2 -2
  160. package/app/.next/server/app/api/rate-limit/route_client-reference-manifest.js +1 -1
  161. package/app/.next/server/app/api/rate-limits/route.js +1 -1
  162. package/app/.next/server/app/api/rate-limits/route_client-reference-manifest.js +1 -1
  163. package/app/.next/server/app/api/resilience/reset/route.js +1 -0
  164. package/app/.next/server/app/api/resilience/reset/route.js.nft.json +1 -0
  165. package/app/.next/server/app/api/resilience/reset/route_client-reference-manifest.js +1 -0
  166. package/app/.next/server/app/api/resilience/route.js +156 -0
  167. package/app/.next/server/app/api/resilience/route.js.nft.json +1 -0
  168. package/app/.next/server/app/api/resilience/route_client-reference-manifest.js +1 -0
  169. package/app/.next/server/app/api/restart/route_client-reference-manifest.js +1 -1
  170. package/app/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
  171. package/app/.next/server/app/api/settings/combo-defaults/route_client-reference-manifest.js +1 -1
  172. package/app/.next/server/app/api/settings/ip-filter/route_client-reference-manifest.js +1 -1
  173. package/app/.next/server/app/api/settings/proxy/route_client-reference-manifest.js +1 -1
  174. package/app/.next/server/app/api/settings/proxy/test/route_client-reference-manifest.js +1 -1
  175. package/app/.next/server/app/api/settings/require-login/route_client-reference-manifest.js +1 -1
  176. package/app/.next/server/app/api/settings/route_client-reference-manifest.js +1 -1
  177. package/app/.next/server/app/api/settings/system-prompt/route_client-reference-manifest.js +1 -1
  178. package/app/.next/server/app/api/settings/thinking-budget/route_client-reference-manifest.js +1 -1
  179. package/app/.next/server/app/api/shutdown/route_client-reference-manifest.js +1 -1
  180. package/app/.next/server/app/api/storage/health/route_client-reference-manifest.js +1 -1
  181. package/app/.next/server/app/api/sync/cloud/route_client-reference-manifest.js +1 -1
  182. package/app/.next/server/app/api/sync/initialize/route_client-reference-manifest.js +1 -1
  183. package/app/.next/server/app/api/tags/route_client-reference-manifest.js +1 -1
  184. package/app/.next/server/app/api/telemetry/summary/route.js +1 -0
  185. package/app/.next/server/app/api/telemetry/summary/route.js.nft.json +1 -0
  186. package/app/.next/server/app/api/telemetry/summary/route_client-reference-manifest.js +1 -0
  187. package/app/.next/server/app/api/token-health/route.js +156 -0
  188. package/app/.next/server/app/api/token-health/route.js.nft.json +1 -0
  189. package/app/.next/server/app/api/token-health/route_client-reference-manifest.js +1 -0
  190. package/app/.next/server/app/api/translator/detect/route.js +1 -1
  191. package/app/.next/server/app/api/translator/detect/route_client-reference-manifest.js +1 -1
  192. package/app/.next/server/app/api/translator/history/route_client-reference-manifest.js +1 -1
  193. package/app/.next/server/app/api/translator/load/route_client-reference-manifest.js +1 -1
  194. package/app/.next/server/app/api/translator/save/route_client-reference-manifest.js +1 -1
  195. package/app/.next/server/app/api/translator/send/route.js +1 -156
  196. package/app/.next/server/app/api/translator/send/route.js.nft.json +1 -1
  197. package/app/.next/server/app/api/translator/send/route_client-reference-manifest.js +1 -1
  198. package/app/.next/server/app/api/translator/translate/route.js +2 -2
  199. package/app/.next/server/app/api/translator/translate/route_client-reference-manifest.js +1 -1
  200. package/app/.next/server/app/api/usage/[connectionId]/route.js +1 -1
  201. package/app/.next/server/app/api/usage/[connectionId]/route.js.nft.json +1 -1
  202. package/app/.next/server/app/api/usage/[connectionId]/route_client-reference-manifest.js +1 -1
  203. package/app/.next/server/app/api/usage/analytics/route.js +1 -1
  204. package/app/.next/server/app/api/usage/analytics/route.js.nft.json +1 -1
  205. package/app/.next/server/app/api/usage/analytics/route_client-reference-manifest.js +1 -1
  206. package/app/.next/server/app/api/usage/budget/route.js +1 -0
  207. package/app/.next/server/app/api/usage/budget/route.js.nft.json +1 -0
  208. package/app/.next/server/app/api/usage/budget/route_client-reference-manifest.js +1 -0
  209. package/app/.next/server/app/api/usage/call-logs/[id]/route.js +1 -1
  210. package/app/.next/server/app/api/usage/call-logs/[id]/route.js.nft.json +1 -1
  211. package/app/.next/server/app/api/usage/call-logs/[id]/route_client-reference-manifest.js +1 -1
  212. package/app/.next/server/app/api/usage/call-logs/route.js +1 -1
  213. package/app/.next/server/app/api/usage/call-logs/route.js.nft.json +1 -1
  214. package/app/.next/server/app/api/usage/call-logs/route_client-reference-manifest.js +1 -1
  215. package/app/.next/server/app/api/usage/history/route.js +1 -1
  216. package/app/.next/server/app/api/usage/history/route.js.nft.json +1 -1
  217. package/app/.next/server/app/api/usage/history/route_client-reference-manifest.js +1 -1
  218. package/app/.next/server/app/api/usage/logs/route.js +1 -1
  219. package/app/.next/server/app/api/usage/logs/route.js.nft.json +1 -1
  220. package/app/.next/server/app/api/usage/logs/route_client-reference-manifest.js +1 -1
  221. package/app/.next/server/app/api/usage/proxy-logs/route_client-reference-manifest.js +1 -1
  222. package/app/.next/server/app/api/usage/request-logs/route.js +1 -1
  223. package/app/.next/server/app/api/usage/request-logs/route.js.nft.json +1 -1
  224. package/app/.next/server/app/api/usage/request-logs/route_client-reference-manifest.js +1 -1
  225. package/app/.next/server/app/api/v1/api/chat/route.js +1 -1
  226. package/app/.next/server/app/api/v1/api/chat/route.js.nft.json +1 -1
  227. package/app/.next/server/app/api/v1/api/chat/route_client-reference-manifest.js +1 -1
  228. package/app/.next/server/app/api/v1/audio/speech/route.js +1 -156
  229. package/app/.next/server/app/api/v1/audio/speech/route.js.nft.json +1 -1
  230. package/app/.next/server/app/api/v1/audio/speech/route_client-reference-manifest.js +1 -1
  231. package/app/.next/server/app/api/v1/audio/transcriptions/route.js +1 -156
  232. package/app/.next/server/app/api/v1/audio/transcriptions/route.js.nft.json +1 -1
  233. package/app/.next/server/app/api/v1/audio/transcriptions/route_client-reference-manifest.js +1 -1
  234. package/app/.next/server/app/api/v1/chat/completions/route.js +1 -1
  235. package/app/.next/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
  236. package/app/.next/server/app/api/v1/chat/completions/route_client-reference-manifest.js +1 -1
  237. package/app/.next/server/app/api/v1/embeddings/route.js +1 -1
  238. package/app/.next/server/app/api/v1/embeddings/route.js.nft.json +1 -1
  239. package/app/.next/server/app/api/v1/embeddings/route_client-reference-manifest.js +1 -1
  240. package/app/.next/server/app/api/v1/images/generations/route.js +1 -1
  241. package/app/.next/server/app/api/v1/images/generations/route.js.nft.json +1 -1
  242. package/app/.next/server/app/api/v1/images/generations/route_client-reference-manifest.js +1 -1
  243. package/app/.next/server/app/api/v1/messages/count_tokens/route_client-reference-manifest.js +1 -1
  244. package/app/.next/server/app/api/v1/messages/route.js +1 -1
  245. package/app/.next/server/app/api/v1/messages/route.js.nft.json +1 -1
  246. package/app/.next/server/app/api/v1/messages/route_client-reference-manifest.js +1 -1
  247. package/app/.next/server/app/api/v1/models/route.js +1 -1
  248. package/app/.next/server/app/api/v1/models/route.js.nft.json +1 -1
  249. package/app/.next/server/app/api/v1/models/route_client-reference-manifest.js +1 -1
  250. package/app/.next/server/app/api/v1/moderations/route.js +2 -2
  251. package/app/.next/server/app/api/v1/moderations/route.js.nft.json +1 -1
  252. package/app/.next/server/app/api/v1/moderations/route_client-reference-manifest.js +1 -1
  253. package/app/.next/server/app/api/v1/providers/[provider]/chat/completions/route.js +1 -1
  254. package/app/.next/server/app/api/v1/providers/[provider]/chat/completions/route.js.nft.json +1 -1
  255. package/app/.next/server/app/api/v1/providers/[provider]/chat/completions/route_client-reference-manifest.js +1 -1
  256. package/app/.next/server/app/api/v1/providers/[provider]/embeddings/route.js +156 -1
  257. package/app/.next/server/app/api/v1/providers/[provider]/embeddings/route.js.nft.json +1 -1
  258. package/app/.next/server/app/api/v1/providers/[provider]/embeddings/route_client-reference-manifest.js +1 -1
  259. package/app/.next/server/app/api/v1/providers/[provider]/images/generations/route.js +1 -1
  260. package/app/.next/server/app/api/v1/providers/[provider]/images/generations/route.js.nft.json +1 -1
  261. package/app/.next/server/app/api/v1/providers/[provider]/images/generations/route_client-reference-manifest.js +1 -1
  262. package/app/.next/server/app/api/v1/rerank/route.js +2 -2
  263. package/app/.next/server/app/api/v1/rerank/route.js.nft.json +1 -1
  264. package/app/.next/server/app/api/v1/rerank/route_client-reference-manifest.js +1 -1
  265. package/app/.next/server/app/api/v1/responses/route.js +1 -1
  266. package/app/.next/server/app/api/v1/responses/route.js.nft.json +1 -1
  267. package/app/.next/server/app/api/v1/responses/route_client-reference-manifest.js +1 -1
  268. package/app/.next/server/app/api/v1/route_client-reference-manifest.js +1 -1
  269. package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -1
  270. package/app/.next/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -1
  271. package/app/.next/server/app/api/v1beta/models/[...path]/route_client-reference-manifest.js +1 -1
  272. package/app/.next/server/app/api/v1beta/models/route_client-reference-manifest.js +1 -1
  273. package/app/.next/server/app/callback/page.js +2 -2
  274. package/app/.next/server/app/callback/page.js.nft.json +1 -1
  275. package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -1
  276. package/app/.next/server/app/callback.html +1 -1
  277. package/app/.next/server/app/callback.rsc +17 -16
  278. package/app/.next/server/app/callback.segments/_full.segment.rsc +17 -16
  279. package/app/.next/server/app/callback.segments/_head.segment.rsc +1 -1
  280. package/app/.next/server/app/callback.segments/_index.segment.rsc +4 -3
  281. package/app/.next/server/app/callback.segments/_tree.segment.rsc +2 -2
  282. package/app/.next/server/app/callback.segments/callback/__PAGE__.segment.rsc +1 -1
  283. package/app/.next/server/app/callback.segments/callback.segment.rsc +1 -1
  284. package/app/.next/server/app/dashboard/cli-tools.html +1 -1
  285. package/app/.next/server/app/dashboard/cli-tools.rsc +16 -15
  286. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
  287. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
  288. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  289. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  290. package/app/.next/server/app/dashboard/cli-tools.segments/_full.segment.rsc +16 -15
  291. package/app/.next/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
  292. package/app/.next/server/app/dashboard/cli-tools.segments/_index.segment.rsc +4 -3
  293. package/app/.next/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +2 -2
  294. package/app/.next/server/app/dashboard/combos.html +1 -1
  295. package/app/.next/server/app/dashboard/combos.rsc +18 -17
  296. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
  297. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
  298. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  299. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  300. package/app/.next/server/app/dashboard/combos.segments/_full.segment.rsc +18 -17
  301. package/app/.next/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
  302. package/app/.next/server/app/dashboard/combos.segments/_index.segment.rsc +4 -3
  303. package/app/.next/server/app/dashboard/combos.segments/_tree.segment.rsc +2 -2
  304. package/app/.next/server/app/dashboard/endpoint.html +1 -1
  305. package/app/.next/server/app/dashboard/endpoint.rsc +16 -15
  306. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +2 -2
  307. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
  308. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  309. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  310. package/app/.next/server/app/dashboard/endpoint.segments/_full.segment.rsc +16 -15
  311. package/app/.next/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
  312. package/app/.next/server/app/dashboard/endpoint.segments/_index.segment.rsc +4 -3
  313. package/app/.next/server/app/dashboard/endpoint.segments/_tree.segment.rsc +2 -2
  314. package/app/.next/server/app/dashboard/onboarding.html +1 -1
  315. package/app/.next/server/app/dashboard/onboarding.rsc +18 -17
  316. package/app/.next/server/app/dashboard/onboarding.segments/!KGRhc2hib2FyZCk/dashboard/onboarding/__PAGE__.segment.rsc +1 -1
  317. package/app/.next/server/app/dashboard/onboarding.segments/!KGRhc2hib2FyZCk/dashboard/onboarding.segment.rsc +1 -1
  318. package/app/.next/server/app/dashboard/onboarding.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  319. package/app/.next/server/app/dashboard/onboarding.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  320. package/app/.next/server/app/dashboard/onboarding.segments/_full.segment.rsc +18 -17
  321. package/app/.next/server/app/dashboard/onboarding.segments/_head.segment.rsc +1 -1
  322. package/app/.next/server/app/dashboard/onboarding.segments/_index.segment.rsc +4 -3
  323. package/app/.next/server/app/dashboard/onboarding.segments/_tree.segment.rsc +2 -2
  324. package/app/.next/server/app/dashboard/profile.html +1 -1
  325. package/app/.next/server/app/dashboard/profile.rsc +15 -14
  326. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +1 -1
  327. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
  328. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  329. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  330. package/app/.next/server/app/dashboard/profile.segments/_full.segment.rsc +15 -14
  331. package/app/.next/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
  332. package/app/.next/server/app/dashboard/profile.segments/_index.segment.rsc +4 -3
  333. package/app/.next/server/app/dashboard/profile.segments/_tree.segment.rsc +2 -2
  334. package/app/.next/server/app/dashboard/providers/new.html +1 -1
  335. package/app/.next/server/app/dashboard/providers/new.rsc +18 -17
  336. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
  337. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
  338. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  339. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  340. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  341. package/app/.next/server/app/dashboard/providers/new.segments/_full.segment.rsc +18 -17
  342. package/app/.next/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
  343. package/app/.next/server/app/dashboard/providers/new.segments/_index.segment.rsc +4 -3
  344. package/app/.next/server/app/dashboard/providers/new.segments/_tree.segment.rsc +2 -2
  345. package/app/.next/server/app/dashboard/providers.html +1 -1
  346. package/app/.next/server/app/dashboard/providers.rsc +18 -17
  347. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
  348. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  349. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  350. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  351. package/app/.next/server/app/dashboard/providers.segments/_full.segment.rsc +18 -17
  352. package/app/.next/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
  353. package/app/.next/server/app/dashboard/providers.segments/_index.segment.rsc +4 -3
  354. package/app/.next/server/app/dashboard/providers.segments/_tree.segment.rsc +2 -2
  355. package/app/.next/server/app/dashboard/settings/pricing.html +1 -1
  356. package/app/.next/server/app/dashboard/settings/pricing.rsc +18 -17
  357. package/app/.next/server/app/dashboard/settings/pricing.segments/!KGRhc2hib2FyZCk/dashboard/settings/pricing/__PAGE__.segment.rsc +1 -1
  358. package/app/.next/server/app/dashboard/settings/pricing.segments/!KGRhc2hib2FyZCk/dashboard/settings/pricing.segment.rsc +1 -1
  359. package/app/.next/server/app/dashboard/settings/pricing.segments/!KGRhc2hib2FyZCk/dashboard/settings.segment.rsc +1 -1
  360. package/app/.next/server/app/dashboard/settings/pricing.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  361. package/app/.next/server/app/dashboard/settings/pricing.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  362. package/app/.next/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +18 -17
  363. package/app/.next/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
  364. package/app/.next/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +4 -3
  365. package/app/.next/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +2 -2
  366. package/app/.next/server/app/dashboard/settings.html +1 -1
  367. package/app/.next/server/app/dashboard/settings.rsc +18 -17
  368. package/app/.next/server/app/dashboard/settings.segments/!KGRhc2hib2FyZCk/dashboard/settings/__PAGE__.segment.rsc +2 -2
  369. package/app/.next/server/app/dashboard/settings.segments/!KGRhc2hib2FyZCk/dashboard/settings.segment.rsc +1 -1
  370. package/app/.next/server/app/dashboard/settings.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  371. package/app/.next/server/app/dashboard/settings.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  372. package/app/.next/server/app/dashboard/settings.segments/_full.segment.rsc +18 -17
  373. package/app/.next/server/app/dashboard/settings.segments/_head.segment.rsc +1 -1
  374. package/app/.next/server/app/dashboard/settings.segments/_index.segment.rsc +4 -3
  375. package/app/.next/server/app/dashboard/settings.segments/_tree.segment.rsc +2 -2
  376. package/app/.next/server/app/dashboard/translator.html +2 -2
  377. package/app/.next/server/app/dashboard/translator.rsc +15 -14
  378. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
  379. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
  380. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  381. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  382. package/app/.next/server/app/dashboard/translator.segments/_full.segment.rsc +15 -14
  383. package/app/.next/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
  384. package/app/.next/server/app/dashboard/translator.segments/_index.segment.rsc +4 -3
  385. package/app/.next/server/app/dashboard/translator.segments/_tree.segment.rsc +2 -2
  386. package/app/.next/server/app/dashboard/usage.html +2 -1
  387. package/app/.next/server/app/dashboard/usage.rsc +18 -17
  388. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
  389. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
  390. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  391. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  392. package/app/.next/server/app/dashboard/usage.segments/_full.segment.rsc +18 -17
  393. package/app/.next/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
  394. package/app/.next/server/app/dashboard/usage.segments/_index.segment.rsc +4 -3
  395. package/app/.next/server/app/dashboard/usage.segments/_tree.segment.rsc +2 -2
  396. package/app/.next/server/app/docs/page.js +2 -2
  397. package/app/.next/server/app/docs/page.js.nft.json +1 -1
  398. package/app/.next/server/app/docs/page_client-reference-manifest.js +1 -1
  399. package/app/.next/server/app/docs.html +1 -1
  400. package/app/.next/server/app/docs.rsc +21 -24
  401. package/app/.next/server/app/docs.segments/_full.segment.rsc +21 -24
  402. package/app/.next/server/app/docs.segments/_head.segment.rsc +1 -1
  403. package/app/.next/server/app/docs.segments/_index.segment.rsc +4 -3
  404. package/app/.next/server/app/docs.segments/_tree.segment.rsc +2 -2
  405. package/app/.next/server/app/docs.segments/docs/__PAGE__.segment.rsc +1 -1
  406. package/app/.next/server/app/docs.segments/docs.segment.rsc +1 -1
  407. package/app/.next/server/app/index.html +1 -1
  408. package/app/.next/server/app/index.rsc +14 -13
  409. package/app/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  410. package/app/.next/server/app/index.segments/_full.segment.rsc +14 -13
  411. package/app/.next/server/app/index.segments/_head.segment.rsc +1 -1
  412. package/app/.next/server/app/index.segments/_index.segment.rsc +4 -3
  413. package/app/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  414. package/app/.next/server/app/landing/page.js +2 -2
  415. package/app/.next/server/app/landing/page.js.nft.json +1 -1
  416. package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -1
  417. package/app/.next/server/app/landing.html +1 -1
  418. package/app/.next/server/app/landing.rsc +17 -16
  419. package/app/.next/server/app/landing.segments/_full.segment.rsc +17 -16
  420. package/app/.next/server/app/landing.segments/_head.segment.rsc +1 -1
  421. package/app/.next/server/app/landing.segments/_index.segment.rsc +4 -3
  422. package/app/.next/server/app/landing.segments/_tree.segment.rsc +2 -2
  423. package/app/.next/server/app/landing.segments/landing/__PAGE__.segment.rsc +1 -1
  424. package/app/.next/server/app/landing.segments/landing.segment.rsc +1 -1
  425. package/app/.next/server/app/login/page.js +2 -2
  426. package/app/.next/server/app/login/page.js.nft.json +1 -1
  427. package/app/.next/server/app/login/page_client-reference-manifest.js +1 -1
  428. package/app/.next/server/app/login.html +1 -1
  429. package/app/.next/server/app/login.rsc +17 -16
  430. package/app/.next/server/app/login.segments/_full.segment.rsc +17 -16
  431. package/app/.next/server/app/login.segments/_head.segment.rsc +1 -1
  432. package/app/.next/server/app/login.segments/_index.segment.rsc +4 -3
  433. package/app/.next/server/app/login.segments/_tree.segment.rsc +2 -2
  434. package/app/.next/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
  435. package/app/.next/server/app/login.segments/login.segment.rsc +1 -1
  436. package/app/.next/server/app/page.js +2 -2
  437. package/app/.next/server/app/page.js.nft.json +1 -1
  438. package/app/.next/server/app/page_client-reference-manifest.js +1 -1
  439. package/app/.next/server/app/privacy/page.js +2 -2
  440. package/app/.next/server/app/privacy/page.js.nft.json +1 -1
  441. package/app/.next/server/app/privacy/page_client-reference-manifest.js +1 -1
  442. package/app/.next/server/app/privacy.html +1 -1
  443. package/app/.next/server/app/privacy.rsc +22 -23
  444. package/app/.next/server/app/privacy.segments/_full.segment.rsc +22 -23
  445. package/app/.next/server/app/privacy.segments/_head.segment.rsc +1 -1
  446. package/app/.next/server/app/privacy.segments/_index.segment.rsc +4 -3
  447. package/app/.next/server/app/privacy.segments/_tree.segment.rsc +2 -2
  448. package/app/.next/server/app/privacy.segments/privacy/__PAGE__.segment.rsc +1 -1
  449. package/app/.next/server/app/privacy.segments/privacy.segment.rsc +1 -1
  450. package/app/.next/server/app/terms/page.js +2 -2
  451. package/app/.next/server/app/terms/page.js.nft.json +1 -1
  452. package/app/.next/server/app/terms/page_client-reference-manifest.js +1 -1
  453. package/app/.next/server/app/terms.html +1 -1
  454. package/app/.next/server/app/terms.rsc +7 -7
  455. package/app/.next/server/app/terms.segments/_full.segment.rsc +7 -7
  456. package/app/.next/server/app/terms.segments/_head.segment.rsc +1 -1
  457. package/app/.next/server/app/terms.segments/_index.segment.rsc +4 -3
  458. package/app/.next/server/app/terms.segments/_tree.segment.rsc +2 -2
  459. package/app/.next/server/app/terms.segments/terms/__PAGE__.segment.rsc +1 -1
  460. package/app/.next/server/app/terms.segments/terms.segment.rsc +1 -1
  461. package/app/.next/server/app-paths-manifest.json +37 -25
  462. package/app/.next/server/chunks/1228.js +1 -0
  463. package/app/.next/server/chunks/1362.js +1 -1
  464. package/app/.next/server/chunks/152.js +1 -0
  465. package/app/.next/server/chunks/{3919.js → 1969.js} +1 -1
  466. package/app/.next/server/chunks/2399.js +1 -1
  467. package/app/.next/server/chunks/3676.js +1 -0
  468. package/app/.next/server/chunks/4004.js +1 -0
  469. package/app/.next/server/chunks/{6937.js → 4412.js} +2 -2
  470. package/app/.next/server/chunks/4755.js +15 -1
  471. package/app/.next/server/chunks/{7132.js → 4832.js} +2 -2
  472. package/app/.next/server/chunks/5040.js +1 -0
  473. package/app/.next/server/chunks/5267.js +1 -0
  474. package/app/.next/server/chunks/5640.js +1 -1
  475. package/app/.next/server/chunks/7271.js +1 -0
  476. package/app/.next/server/chunks/7615.js +1 -1
  477. package/app/.next/server/chunks/7968.js +1 -1
  478. package/app/.next/server/chunks/8020.js +13 -0
  479. package/app/.next/server/chunks/8108.js +1 -1
  480. package/app/.next/server/chunks/8259.js +1 -1
  481. package/app/.next/server/chunks/8400.js +1 -1
  482. package/app/.next/server/chunks/9328.js +156 -0
  483. package/app/.next/server/middleware-build-manifest.js +1 -1
  484. package/app/.next/server/middleware.js +2 -2
  485. package/app/.next/server/pages/404.html +1 -1
  486. package/app/.next/server/pages/500.html +2 -2
  487. package/app/.next/server/server-reference-manifest.js +1 -1
  488. package/app/.next/server/server-reference-manifest.json +1 -1
  489. package/app/.next/static/HcUrNktdfL89Ss5F7FHxP/_buildManifest.js +1 -0
  490. package/app/.next/static/chunks/1525-213a0aff01eb1c70.js +21 -0
  491. package/app/.next/static/chunks/{7896-4e519429f67f381e.js → 7896-5591822b8348e380.js} +1 -1
  492. package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-28e46119138cf102.js +1 -0
  493. package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-329f30be723f33ce.js +1 -0
  494. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-fc3451fe77f856f1.js +1 -0
  495. package/app/.next/static/chunks/app/(dashboard)/dashboard/settings/page-95b884cdbf859e56.js +1 -0
  496. package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/page-7a0943932e7e5e51.js +1 -0
  497. package/app/.next/static/chunks/app/(dashboard)/layout-e84875e22efbf437.js +1 -0
  498. package/app/.next/static/chunks/app/_global-error/page-329f30be723f33ce.js +1 -0
  499. package/app/.next/static/chunks/app/_not-found/page-329f30be723f33ce.js +1 -0
  500. package/app/.next/static/chunks/app/api/auth/login/route-329f30be723f33ce.js +1 -0
  501. package/app/.next/static/chunks/app/api/auth/logout/route-329f30be723f33ce.js +1 -0
  502. package/app/.next/static/chunks/app/api/cache/stats/route-329f30be723f33ce.js +1 -0
  503. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-329f30be723f33ce.js +1 -0
  504. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-329f30be723f33ce.js +1 -0
  505. package/app/.next/static/chunks/app/api/cli-tools/backups/route-329f30be723f33ce.js +1 -0
  506. package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-329f30be723f33ce.js +1 -0
  507. package/app/.next/static/chunks/app/api/cli-tools/cline-settings/route-329f30be723f33ce.js +1 -0
  508. package/app/.next/static/chunks/app/api/cli-tools/codex-profiles/route-329f30be723f33ce.js +1 -0
  509. package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-329f30be723f33ce.js +1 -0
  510. package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-329f30be723f33ce.js +1 -0
  511. package/app/.next/static/chunks/app/api/cli-tools/guide-settings/[toolId]/route-329f30be723f33ce.js +1 -0
  512. package/app/.next/static/chunks/app/api/cli-tools/kilo-settings/route-329f30be723f33ce.js +1 -0
  513. package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-329f30be723f33ce.js +1 -0
  514. package/app/.next/static/chunks/app/api/cli-tools/runtime/[toolId]/route-329f30be723f33ce.js +1 -0
  515. package/app/.next/static/chunks/app/api/cloud/auth/route-329f30be723f33ce.js +1 -0
  516. package/app/.next/static/chunks/app/api/cloud/credentials/update/route-329f30be723f33ce.js +1 -0
  517. package/app/.next/static/chunks/app/api/cloud/model/resolve/route-329f30be723f33ce.js +1 -0
  518. package/app/.next/static/chunks/app/api/cloud/models/alias/route-329f30be723f33ce.js +1 -0
  519. package/app/.next/static/chunks/app/api/combos/[id]/route-329f30be723f33ce.js +1 -0
  520. package/app/.next/static/chunks/app/api/combos/metrics/route-329f30be723f33ce.js +1 -0
  521. package/app/.next/static/chunks/app/api/combos/route-329f30be723f33ce.js +1 -0
  522. package/app/.next/static/chunks/app/api/combos/test/route-329f30be723f33ce.js +1 -0
  523. package/app/.next/static/chunks/app/api/compliance/audit-log/route-329f30be723f33ce.js +1 -0
  524. package/app/.next/static/chunks/app/api/db-backups/route-329f30be723f33ce.js +1 -0
  525. package/app/.next/static/chunks/app/api/evals/[suiteId]/route-329f30be723f33ce.js +1 -0
  526. package/app/.next/static/chunks/app/api/evals/route-329f30be723f33ce.js +1 -0
  527. package/app/.next/static/chunks/app/api/fallback/chains/route-329f30be723f33ce.js +1 -0
  528. package/app/.next/static/chunks/app/api/init/route-329f30be723f33ce.js +1 -0
  529. package/app/.next/static/chunks/app/api/keys/[id]/route-329f30be723f33ce.js +1 -0
  530. package/app/.next/static/chunks/app/api/keys/route-329f30be723f33ce.js +1 -0
  531. package/app/.next/static/chunks/app/api/models/alias/route-329f30be723f33ce.js +1 -0
  532. package/app/.next/static/chunks/app/api/models/availability/route-329f30be723f33ce.js +1 -0
  533. package/app/.next/static/chunks/app/api/models/catalog/route-329f30be723f33ce.js +1 -0
  534. package/app/.next/static/chunks/app/api/models/route-329f30be723f33ce.js +1 -0
  535. package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-329f30be723f33ce.js +1 -0
  536. package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-329f30be723f33ce.js +1 -0
  537. package/app/.next/static/chunks/app/api/oauth/cursor/import/route-329f30be723f33ce.js +1 -0
  538. package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-329f30be723f33ce.js +1 -0
  539. package/app/.next/static/chunks/app/api/oauth/kiro/import/route-329f30be723f33ce.js +1 -0
  540. package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-329f30be723f33ce.js +1 -0
  541. package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-329f30be723f33ce.js +1 -0
  542. package/app/.next/static/chunks/app/api/policies/route-329f30be723f33ce.js +1 -0
  543. package/app/.next/static/chunks/app/api/pricing/defaults/route-329f30be723f33ce.js +1 -0
  544. package/app/.next/static/chunks/app/api/pricing/models/route-329f30be723f33ce.js +1 -0
  545. package/app/.next/static/chunks/app/api/pricing/route-329f30be723f33ce.js +1 -0
  546. package/app/.next/static/chunks/app/api/provider-models/route-329f30be723f33ce.js +1 -0
  547. package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-329f30be723f33ce.js +1 -0
  548. package/app/.next/static/chunks/app/api/provider-nodes/route-329f30be723f33ce.js +1 -0
  549. package/app/.next/static/chunks/app/api/provider-nodes/validate/route-329f30be723f33ce.js +1 -0
  550. package/app/.next/static/chunks/app/api/providers/[id]/models/route-329f30be723f33ce.js +1 -0
  551. package/app/.next/static/chunks/app/api/providers/[id]/route-329f30be723f33ce.js +1 -0
  552. package/app/.next/static/chunks/app/api/providers/[id]/test/route-329f30be723f33ce.js +1 -0
  553. package/app/.next/static/chunks/app/api/providers/client/route-329f30be723f33ce.js +1 -0
  554. package/app/.next/static/chunks/app/api/providers/route-329f30be723f33ce.js +1 -0
  555. package/app/.next/static/chunks/app/api/providers/test-batch/route-329f30be723f33ce.js +1 -0
  556. package/app/.next/static/chunks/app/api/providers/validate/route-329f30be723f33ce.js +1 -0
  557. package/app/.next/static/chunks/app/api/rate-limit/route-329f30be723f33ce.js +1 -0
  558. package/app/.next/static/chunks/app/api/rate-limits/route-329f30be723f33ce.js +1 -0
  559. package/app/.next/static/chunks/app/api/resilience/reset/route-329f30be723f33ce.js +1 -0
  560. package/app/.next/static/chunks/app/api/resilience/route-329f30be723f33ce.js +1 -0
  561. package/app/.next/static/chunks/app/api/restart/route-329f30be723f33ce.js +1 -0
  562. package/app/.next/static/chunks/app/api/sessions/route-329f30be723f33ce.js +1 -0
  563. package/app/.next/static/chunks/app/api/settings/combo-defaults/route-329f30be723f33ce.js +1 -0
  564. package/app/.next/static/chunks/app/api/settings/ip-filter/route-329f30be723f33ce.js +1 -0
  565. package/app/.next/static/chunks/app/api/settings/proxy/route-329f30be723f33ce.js +1 -0
  566. package/app/.next/static/chunks/app/api/settings/proxy/test/route-329f30be723f33ce.js +1 -0
  567. package/app/.next/static/chunks/app/api/settings/require-login/route-329f30be723f33ce.js +1 -0
  568. package/app/.next/static/chunks/app/api/settings/route-329f30be723f33ce.js +1 -0
  569. package/app/.next/static/chunks/app/api/settings/system-prompt/route-329f30be723f33ce.js +1 -0
  570. package/app/.next/static/chunks/app/api/settings/thinking-budget/route-329f30be723f33ce.js +1 -0
  571. package/app/.next/static/chunks/app/api/shutdown/route-329f30be723f33ce.js +1 -0
  572. package/app/.next/static/chunks/app/api/storage/health/route-329f30be723f33ce.js +1 -0
  573. package/app/.next/static/chunks/app/api/sync/cloud/route-329f30be723f33ce.js +1 -0
  574. package/app/.next/static/chunks/app/api/sync/initialize/route-329f30be723f33ce.js +1 -0
  575. package/app/.next/static/chunks/app/api/tags/route-329f30be723f33ce.js +1 -0
  576. package/app/.next/static/chunks/app/api/telemetry/summary/route-329f30be723f33ce.js +1 -0
  577. package/app/.next/static/chunks/app/api/token-health/route-329f30be723f33ce.js +1 -0
  578. package/app/.next/static/chunks/app/api/translator/detect/route-329f30be723f33ce.js +1 -0
  579. package/app/.next/static/chunks/app/api/translator/history/route-329f30be723f33ce.js +1 -0
  580. package/app/.next/static/chunks/app/api/translator/load/route-329f30be723f33ce.js +1 -0
  581. package/app/.next/static/chunks/app/api/translator/save/route-329f30be723f33ce.js +1 -0
  582. package/app/.next/static/chunks/app/api/translator/send/route-329f30be723f33ce.js +1 -0
  583. package/app/.next/static/chunks/app/api/translator/translate/route-329f30be723f33ce.js +1 -0
  584. package/app/.next/static/chunks/app/api/usage/[connectionId]/route-329f30be723f33ce.js +1 -0
  585. package/app/.next/static/chunks/app/api/usage/analytics/route-329f30be723f33ce.js +1 -0
  586. package/app/.next/static/chunks/app/api/usage/budget/route-329f30be723f33ce.js +1 -0
  587. package/app/.next/static/chunks/app/api/usage/call-logs/[id]/route-329f30be723f33ce.js +1 -0
  588. package/app/.next/static/chunks/app/api/usage/call-logs/route-329f30be723f33ce.js +1 -0
  589. package/app/.next/static/chunks/app/api/usage/history/route-329f30be723f33ce.js +1 -0
  590. package/app/.next/static/chunks/app/api/usage/logs/route-329f30be723f33ce.js +1 -0
  591. package/app/.next/static/chunks/app/api/usage/proxy-logs/route-329f30be723f33ce.js +1 -0
  592. package/app/.next/static/chunks/app/api/usage/request-logs/route-329f30be723f33ce.js +1 -0
  593. package/app/.next/static/chunks/app/api/v1/api/chat/route-329f30be723f33ce.js +1 -0
  594. package/app/.next/static/chunks/app/api/v1/audio/speech/route-329f30be723f33ce.js +1 -0
  595. package/app/.next/static/chunks/app/api/v1/audio/transcriptions/route-329f30be723f33ce.js +1 -0
  596. package/app/.next/static/chunks/app/api/v1/chat/completions/route-329f30be723f33ce.js +1 -0
  597. package/app/.next/static/chunks/app/api/v1/embeddings/route-329f30be723f33ce.js +1 -0
  598. package/app/.next/static/chunks/app/api/v1/images/generations/route-329f30be723f33ce.js +1 -0
  599. package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-329f30be723f33ce.js +1 -0
  600. package/app/.next/static/chunks/app/api/v1/messages/route-329f30be723f33ce.js +1 -0
  601. package/app/.next/static/chunks/app/api/v1/models/route-329f30be723f33ce.js +1 -0
  602. package/app/.next/static/chunks/app/api/v1/moderations/route-329f30be723f33ce.js +1 -0
  603. package/app/.next/static/chunks/app/api/v1/providers/[provider]/chat/completions/route-329f30be723f33ce.js +1 -0
  604. package/app/.next/static/chunks/app/api/v1/providers/[provider]/embeddings/route-329f30be723f33ce.js +1 -0
  605. package/app/.next/static/chunks/app/api/v1/providers/[provider]/images/generations/route-329f30be723f33ce.js +1 -0
  606. package/app/.next/static/chunks/app/api/v1/rerank/route-329f30be723f33ce.js +1 -0
  607. package/app/.next/static/chunks/app/api/v1/responses/route-329f30be723f33ce.js +1 -0
  608. package/app/.next/static/chunks/app/api/v1/route-329f30be723f33ce.js +1 -0
  609. package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-329f30be723f33ce.js +1 -0
  610. package/app/.next/static/chunks/app/api/v1beta/models/route-329f30be723f33ce.js +1 -0
  611. package/app/.next/static/chunks/app/global-error-bbdc13af28c5aba1.js +1 -0
  612. package/app/.next/static/chunks/app/not-found-2ba4520c9df30430.js +1 -0
  613. package/app/.next/static/chunks/app/page-329f30be723f33ce.js +1 -0
  614. package/app/.next/static/chunks/main-app-c9da11a8061df107.js +1 -0
  615. package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-329f30be723f33ce.js +1 -0
  616. package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-329f30be723f33ce.js +1 -0
  617. package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-329f30be723f33ce.js +1 -0
  618. package/app/.next/static/css/2862d4067eab20b2.css +1 -0
  619. package/app/package.json +9 -5
  620. package/app/src/shared/utils/apiKey.js +5 -1
  621. package/bin/reset-password.mjs +116 -0
  622. package/package.json +9 -5
  623. package/app/.next/server/chunks/1483.js +0 -156
  624. package/app/.next/server/chunks/2116.js +0 -1
  625. package/app/.next/server/chunks/2250.js +0 -1
  626. package/app/.next/server/chunks/6194.js +0 -1
  627. package/app/.next/server/chunks/7471.js +0 -13
  628. package/app/.next/server/chunks/9188.js +0 -1
  629. package/app/.next/static/XnNWFvV2IXZ4xuX0F1Skg/_buildManifest.js +0 -1
  630. package/app/.next/static/chunks/1525-8aaae9ffdaa67144.js +0 -7
  631. package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-49caa7328acff82d.js +0 -1
  632. package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-c452284fb77ecee0.js +0 -1
  633. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-4140db5a52fc7323.js +0 -1
  634. package/app/.next/static/chunks/app/(dashboard)/dashboard/settings/page-70619a1bafdc9c4c.js +0 -1
  635. package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/page-9ee5997edb778414.js +0 -1
  636. package/app/.next/static/chunks/app/(dashboard)/layout-0ee92d902ee7a39c.js +0 -1
  637. package/app/.next/static/chunks/app/_global-error/page-c452284fb77ecee0.js +0 -1
  638. package/app/.next/static/chunks/app/_not-found/page-a99a85b5268f1c54.js +0 -1
  639. package/app/.next/static/chunks/app/api/auth/login/route-c452284fb77ecee0.js +0 -1
  640. package/app/.next/static/chunks/app/api/auth/logout/route-c452284fb77ecee0.js +0 -1
  641. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-c452284fb77ecee0.js +0 -1
  642. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-c452284fb77ecee0.js +0 -1
  643. package/app/.next/static/chunks/app/api/cli-tools/backups/route-c452284fb77ecee0.js +0 -1
  644. package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-c452284fb77ecee0.js +0 -1
  645. package/app/.next/static/chunks/app/api/cli-tools/cline-settings/route-c452284fb77ecee0.js +0 -1
  646. package/app/.next/static/chunks/app/api/cli-tools/codex-profiles/route-c452284fb77ecee0.js +0 -1
  647. package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-c452284fb77ecee0.js +0 -1
  648. package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-c452284fb77ecee0.js +0 -1
  649. package/app/.next/static/chunks/app/api/cli-tools/guide-settings/[toolId]/route-c452284fb77ecee0.js +0 -1
  650. package/app/.next/static/chunks/app/api/cli-tools/kilo-settings/route-c452284fb77ecee0.js +0 -1
  651. package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-c452284fb77ecee0.js +0 -1
  652. package/app/.next/static/chunks/app/api/cli-tools/runtime/[toolId]/route-c452284fb77ecee0.js +0 -1
  653. package/app/.next/static/chunks/app/api/cloud/auth/route-c452284fb77ecee0.js +0 -1
  654. package/app/.next/static/chunks/app/api/cloud/credentials/update/route-c452284fb77ecee0.js +0 -1
  655. package/app/.next/static/chunks/app/api/cloud/model/resolve/route-c452284fb77ecee0.js +0 -1
  656. package/app/.next/static/chunks/app/api/cloud/models/alias/route-c452284fb77ecee0.js +0 -1
  657. package/app/.next/static/chunks/app/api/combos/[id]/route-c452284fb77ecee0.js +0 -1
  658. package/app/.next/static/chunks/app/api/combos/metrics/route-c452284fb77ecee0.js +0 -1
  659. package/app/.next/static/chunks/app/api/combos/route-c452284fb77ecee0.js +0 -1
  660. package/app/.next/static/chunks/app/api/combos/test/route-c452284fb77ecee0.js +0 -1
  661. package/app/.next/static/chunks/app/api/db-backups/route-c452284fb77ecee0.js +0 -1
  662. package/app/.next/static/chunks/app/api/init/route-c452284fb77ecee0.js +0 -1
  663. package/app/.next/static/chunks/app/api/keys/[id]/route-c452284fb77ecee0.js +0 -1
  664. package/app/.next/static/chunks/app/api/keys/route-c452284fb77ecee0.js +0 -1
  665. package/app/.next/static/chunks/app/api/models/alias/route-c452284fb77ecee0.js +0 -1
  666. package/app/.next/static/chunks/app/api/models/catalog/route-c452284fb77ecee0.js +0 -1
  667. package/app/.next/static/chunks/app/api/models/route-c452284fb77ecee0.js +0 -1
  668. package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-c452284fb77ecee0.js +0 -1
  669. package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-c452284fb77ecee0.js +0 -1
  670. package/app/.next/static/chunks/app/api/oauth/cursor/import/route-c452284fb77ecee0.js +0 -1
  671. package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-c452284fb77ecee0.js +0 -1
  672. package/app/.next/static/chunks/app/api/oauth/kiro/import/route-c452284fb77ecee0.js +0 -1
  673. package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-c452284fb77ecee0.js +0 -1
  674. package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-c452284fb77ecee0.js +0 -1
  675. package/app/.next/static/chunks/app/api/pricing/defaults/route-c452284fb77ecee0.js +0 -1
  676. package/app/.next/static/chunks/app/api/pricing/models/route-c452284fb77ecee0.js +0 -1
  677. package/app/.next/static/chunks/app/api/pricing/route-c452284fb77ecee0.js +0 -1
  678. package/app/.next/static/chunks/app/api/provider-models/route-c452284fb77ecee0.js +0 -1
  679. package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-c452284fb77ecee0.js +0 -1
  680. package/app/.next/static/chunks/app/api/provider-nodes/route-c452284fb77ecee0.js +0 -1
  681. package/app/.next/static/chunks/app/api/provider-nodes/validate/route-c452284fb77ecee0.js +0 -1
  682. package/app/.next/static/chunks/app/api/providers/[id]/models/route-c452284fb77ecee0.js +0 -1
  683. package/app/.next/static/chunks/app/api/providers/[id]/route-c452284fb77ecee0.js +0 -1
  684. package/app/.next/static/chunks/app/api/providers/[id]/test/route-c452284fb77ecee0.js +0 -1
  685. package/app/.next/static/chunks/app/api/providers/client/route-c452284fb77ecee0.js +0 -1
  686. package/app/.next/static/chunks/app/api/providers/route-c452284fb77ecee0.js +0 -1
  687. package/app/.next/static/chunks/app/api/providers/test-batch/route-c452284fb77ecee0.js +0 -1
  688. package/app/.next/static/chunks/app/api/providers/validate/route-c452284fb77ecee0.js +0 -1
  689. package/app/.next/static/chunks/app/api/rate-limit/route-c452284fb77ecee0.js +0 -1
  690. package/app/.next/static/chunks/app/api/rate-limits/route-c452284fb77ecee0.js +0 -1
  691. package/app/.next/static/chunks/app/api/restart/route-c452284fb77ecee0.js +0 -1
  692. package/app/.next/static/chunks/app/api/sessions/route-c452284fb77ecee0.js +0 -1
  693. package/app/.next/static/chunks/app/api/settings/combo-defaults/route-c452284fb77ecee0.js +0 -1
  694. package/app/.next/static/chunks/app/api/settings/ip-filter/route-c452284fb77ecee0.js +0 -1
  695. package/app/.next/static/chunks/app/api/settings/proxy/route-c452284fb77ecee0.js +0 -1
  696. package/app/.next/static/chunks/app/api/settings/proxy/test/route-c452284fb77ecee0.js +0 -1
  697. package/app/.next/static/chunks/app/api/settings/require-login/route-c452284fb77ecee0.js +0 -1
  698. package/app/.next/static/chunks/app/api/settings/route-c452284fb77ecee0.js +0 -1
  699. package/app/.next/static/chunks/app/api/settings/system-prompt/route-c452284fb77ecee0.js +0 -1
  700. package/app/.next/static/chunks/app/api/settings/thinking-budget/route-c452284fb77ecee0.js +0 -1
  701. package/app/.next/static/chunks/app/api/shutdown/route-c452284fb77ecee0.js +0 -1
  702. package/app/.next/static/chunks/app/api/storage/health/route-c452284fb77ecee0.js +0 -1
  703. package/app/.next/static/chunks/app/api/sync/cloud/route-c452284fb77ecee0.js +0 -1
  704. package/app/.next/static/chunks/app/api/sync/initialize/route-c452284fb77ecee0.js +0 -1
  705. package/app/.next/static/chunks/app/api/tags/route-c452284fb77ecee0.js +0 -1
  706. package/app/.next/static/chunks/app/api/translator/detect/route-c452284fb77ecee0.js +0 -1
  707. package/app/.next/static/chunks/app/api/translator/history/route-c452284fb77ecee0.js +0 -1
  708. package/app/.next/static/chunks/app/api/translator/load/route-c452284fb77ecee0.js +0 -1
  709. package/app/.next/static/chunks/app/api/translator/save/route-c452284fb77ecee0.js +0 -1
  710. package/app/.next/static/chunks/app/api/translator/send/route-c452284fb77ecee0.js +0 -1
  711. package/app/.next/static/chunks/app/api/translator/translate/route-c452284fb77ecee0.js +0 -1
  712. package/app/.next/static/chunks/app/api/usage/[connectionId]/route-c452284fb77ecee0.js +0 -1
  713. package/app/.next/static/chunks/app/api/usage/analytics/route-c452284fb77ecee0.js +0 -1
  714. package/app/.next/static/chunks/app/api/usage/call-logs/[id]/route-c452284fb77ecee0.js +0 -1
  715. package/app/.next/static/chunks/app/api/usage/call-logs/route-c452284fb77ecee0.js +0 -1
  716. package/app/.next/static/chunks/app/api/usage/history/route-c452284fb77ecee0.js +0 -1
  717. package/app/.next/static/chunks/app/api/usage/logs/route-c452284fb77ecee0.js +0 -1
  718. package/app/.next/static/chunks/app/api/usage/proxy-logs/route-c452284fb77ecee0.js +0 -1
  719. package/app/.next/static/chunks/app/api/usage/request-logs/route-c452284fb77ecee0.js +0 -1
  720. package/app/.next/static/chunks/app/api/v1/api/chat/route-c452284fb77ecee0.js +0 -1
  721. package/app/.next/static/chunks/app/api/v1/audio/speech/route-c452284fb77ecee0.js +0 -1
  722. package/app/.next/static/chunks/app/api/v1/audio/transcriptions/route-c452284fb77ecee0.js +0 -1
  723. package/app/.next/static/chunks/app/api/v1/chat/completions/route-c452284fb77ecee0.js +0 -1
  724. package/app/.next/static/chunks/app/api/v1/embeddings/route-c452284fb77ecee0.js +0 -1
  725. package/app/.next/static/chunks/app/api/v1/images/generations/route-c452284fb77ecee0.js +0 -1
  726. package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-c452284fb77ecee0.js +0 -1
  727. package/app/.next/static/chunks/app/api/v1/messages/route-c452284fb77ecee0.js +0 -1
  728. package/app/.next/static/chunks/app/api/v1/models/route-c452284fb77ecee0.js +0 -1
  729. package/app/.next/static/chunks/app/api/v1/moderations/route-c452284fb77ecee0.js +0 -1
  730. package/app/.next/static/chunks/app/api/v1/providers/[provider]/chat/completions/route-c452284fb77ecee0.js +0 -1
  731. package/app/.next/static/chunks/app/api/v1/providers/[provider]/embeddings/route-c452284fb77ecee0.js +0 -1
  732. package/app/.next/static/chunks/app/api/v1/providers/[provider]/images/generations/route-c452284fb77ecee0.js +0 -1
  733. package/app/.next/static/chunks/app/api/v1/rerank/route-c452284fb77ecee0.js +0 -1
  734. package/app/.next/static/chunks/app/api/v1/responses/route-c452284fb77ecee0.js +0 -1
  735. package/app/.next/static/chunks/app/api/v1/route-c452284fb77ecee0.js +0 -1
  736. package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-c452284fb77ecee0.js +0 -1
  737. package/app/.next/static/chunks/app/api/v1beta/models/route-c452284fb77ecee0.js +0 -1
  738. package/app/.next/static/chunks/app/page-c452284fb77ecee0.js +0 -1
  739. package/app/.next/static/chunks/main-app-fbc16f70c595b197.js +0 -1
  740. package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-c452284fb77ecee0.js +0 -1
  741. package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-c452284fb77ecee0.js +0 -1
  742. package/app/.next/static/chunks/next/dist/client/components/builtin/global-error-d91548a7b6ba5970.js +0 -1
  743. package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-c452284fb77ecee0.js +0 -1
  744. package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-c452284fb77ecee0.js +0 -1
  745. package/app/.next/static/css/5309860f6e486620.css +0 -1
  746. /package/app/.next/static/{XnNWFvV2IXZ4xuX0F1Skg → HcUrNktdfL89Ss5F7FHxP}/_ssgManifest.js +0 -0
@@ -1 +0,0 @@
1
- exports.id=9188,exports.ids=[9188],exports.modules={4858:(a,b,c)=>{Promise.resolve().then(c.bind(c,68852))},15637:(a,b,c)=>{"use strict";c.d(b,{KC:()=>d.KC,Xg:()=>d.Xg});var d=c(53982);Object.entries(c(18741).Q2).filter(([,a])=>a.passthroughModels).map(([a])=>a),Object.entries(d.vq).flatMap(([a,b])=>b.map(b=>({provider:a,model:b.id,name:b.name})))},18111:(a,b,c)=>{"use strict";c.d(b,{A:()=>g});var d=c(31417),e=c(300),f=c(83084);let g=(0,d.v)((0,e.Zr)((a,b)=>({theme:f.B2.defaultTheme,setTheme:b=>{a({theme:b})},toggleTheme:()=>{let c="dark"===b().theme?"light":"dark";a({theme:c})},initTheme:()=>{b().theme}}),{name:f.B2.storageKey}))},18741:(a,b,c)=>{"use strict";c.d(b,{DI:()=>h,IS:()=>d,JH:()=>g,MA:()=>l,Q2:()=>k,fg:()=>f,gb:()=>j,mq:()=>i,wG:()=>n,wb:()=>o,zN:()=>e,zt:()=>m});let d={iflow:{id:"iflow",alias:"if",name:"iFlow AI",icon:"water_drop",color:"#6366F1"},qwen:{id:"qwen",alias:"qw",name:"Qwen Code",icon:"psychology",color:"#10B981"},"gemini-cli":{id:"gemini-cli",alias:"gc",name:"Gemini CLI",icon:"terminal",color:"#4285F4"},kiro:{id:"kiro",alias:"kr",name:"Kiro AI",icon:"psychology_alt",color:"#FF6B35"}},e={claude:{id:"claude",alias:"cc",name:"Claude Code",icon:"smart_toy",color:"#D97757"},antigravity:{id:"antigravity",alias:"ag",name:"Antigravity",icon:"rocket_launch",color:"#F59E0B"},codex:{id:"codex",alias:"cx",name:"OpenAI Codex",icon:"code",color:"#3B82F6"},github:{id:"github",alias:"gh",name:"GitHub Copilot",icon:"code",color:"#333333"},cursor:{id:"cursor",alias:"cu",name:"Cursor IDE",icon:"edit_note",color:"#00D4AA"},"kimi-coding":{id:"kimi-coding",alias:"kmc",name:"Kimi Coding",icon:"psychology",color:"#1E40AF",textIcon:"KC"},kilocode:{id:"kilocode",alias:"kc",name:"Kilo Code",icon:"code",color:"#FF6B35",textIcon:"KC"},cline:{id:"cline",alias:"cl",name:"Cline",icon:"smart_toy",color:"#5B9BD5",textIcon:"CL"}},f={openrouter:{id:"openrouter",alias:"openrouter",name:"OpenRouter",icon:"router",color:"#F97316",textIcon:"OR",passthroughModels:!0,website:"https://openrouter.ai"},glm:{id:"glm",alias:"glm",name:"GLM Coding",icon:"code",color:"#2563EB",textIcon:"GL",website:"https://open.bigmodel.cn"},kimi:{id:"kimi",alias:"kimi",name:"Kimi",icon:"psychology",color:"#1E3A8A",textIcon:"KM",website:"https://kimi.moonshot.cn"},minimax:{id:"minimax",alias:"minimax",name:"Minimax Coding",icon:"memory",color:"#7C3AED",textIcon:"MM",website:"https://www.minimaxi.com"},"minimax-cn":{id:"minimax-cn",alias:"minimax-cn",name:"Minimax (China)",icon:"memory",color:"#DC2626",textIcon:"MC",website:"https://www.minimaxi.com"},openai:{id:"openai",alias:"openai",name:"OpenAI",icon:"auto_awesome",color:"#10A37F",textIcon:"OA",website:"https://platform.openai.com"},anthropic:{id:"anthropic",alias:"anthropic",name:"Anthropic",icon:"smart_toy",color:"#D97757",textIcon:"AN",website:"https://console.anthropic.com"},gemini:{id:"gemini",alias:"gemini",name:"Gemini",icon:"diamond",color:"#4285F4",textIcon:"GE",website:"https://ai.google.dev"},deepseek:{id:"deepseek",alias:"ds",name:"DeepSeek",icon:"bolt",color:"#4D6BFE",textIcon:"DS",website:"https://deepseek.com"},groq:{id:"groq",alias:"groq",name:"Groq",icon:"speed",color:"#F55036",textIcon:"GQ",website:"https://groq.com"},xai:{id:"xai",alias:"xai",name:"xAI (Grok)",icon:"auto_awesome",color:"#1DA1F2",textIcon:"XA",website:"https://x.ai"},mistral:{id:"mistral",alias:"mistral",name:"Mistral",icon:"air",color:"#FF7000",textIcon:"MI",website:"https://mistral.ai"},perplexity:{id:"perplexity",alias:"pplx",name:"Perplexity",icon:"search",color:"#20808D",textIcon:"PP",website:"https://www.perplexity.ai"},together:{id:"together",alias:"together",name:"Together AI",icon:"group_work",color:"#0F6FFF",textIcon:"TG",website:"https://www.together.ai"},fireworks:{id:"fireworks",alias:"fireworks",name:"Fireworks AI",icon:"local_fire_department",color:"#7B2EF2",textIcon:"FW",website:"https://fireworks.ai"},cerebras:{id:"cerebras",alias:"cerebras",name:"Cerebras",icon:"memory",color:"#FF4F00",textIcon:"CB",website:"https://www.cerebras.ai"},cohere:{id:"cohere",alias:"cohere",name:"Cohere",icon:"hub",color:"#39594D",textIcon:"CO",website:"https://cohere.com"},nvidia:{id:"nvidia",alias:"nvidia",name:"NVIDIA NIM",icon:"developer_board",color:"#76B900",textIcon:"NV",website:"https://developer.nvidia.com/nim"},nebius:{id:"nebius",alias:"nebius",name:"Nebius AI",icon:"cloud",color:"#6C5CE7",textIcon:"NB",website:"https://nebius.com"},siliconflow:{id:"siliconflow",alias:"siliconflow",name:"SiliconFlow",icon:"cloud_queue",color:"#5B6EF5",textIcon:"SF",website:"https://cloud.siliconflow.com"},hyperbolic:{id:"hyperbolic",alias:"hyp",name:"Hyperbolic",icon:"bolt",color:"#00D4FF",textIcon:"HY",website:"https://hyperbolic.xyz"},deepgram:{id:"deepgram",alias:"dg",name:"Deepgram",icon:"mic",color:"#13EF93",textIcon:"DG",website:"https://deepgram.com"},assemblyai:{id:"assemblyai",alias:"aai",name:"AssemblyAI",icon:"record_voice_over",color:"#0062FF",textIcon:"AA",website:"https://assemblyai.com"},nanobanana:{id:"nanobanana",alias:"nb",name:"NanoBanana",icon:"image",color:"#FFD700",textIcon:"NB",website:"https://nanobananaapi.ai"}},g="openai-compatible-",h="anthropic-compatible-";function i(a){return"string"==typeof a&&a.startsWith(g)}function j(a){return"string"==typeof a&&a.startsWith(h)}let k={...d,...e,...f},l={oauth:{id:"oauth",name:"OAuth",icon:"lock"},apikey:{id:"apikey",name:"API Key",icon:"key"}};function m(a){for(let b of Object.values(k))if(b.alias===a||b.id===a)return b;return null}function n(a){let b=k[a];return b?.alias||a}Object.values(k).reduce((a,b)=>(a[b.alias]=b.id,a),{}),Object.values(k).reduce((a,b)=>(a[b.id]=b.alias,a),{});let o=["antigravity","kiro","github","codex","claude"]},19192:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,81921,23)),Promise.resolve().then(c.t.bind(c,60440,23)),Promise.resolve().then(c.t.bind(c,84342,23)),Promise.resolve().then(c.t.bind(c,82265,23)),Promise.resolve().then(c.t.bind(c,35421,23)),Promise.resolve().then(c.t.bind(c,61335,23)),Promise.resolve().then(c.t.bind(c,70664,23)),Promise.resolve().then(c.bind(c,74661))},20651:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>h,metadata:()=>g});var d=c(5735),e=c(75329);c(61135);var f=c(68852);c(63781);let g={title:"OmniRoute — AI Gateway for Multi-Provider LLMs",description:"OmniRoute is an AI gateway for multi-provider LLMs. One endpoint for all your AI providers.",icons:{icon:"/favicon.svg"}};function h({children:a}){return(0,d.jsxs)("html",{lang:"en",suppressHydrationWarning:!0,children:[(0,d.jsxs)("head",{children:[(0,d.jsx)("link",{rel:"preconnect",href:"https://fonts.googleapis.com"}),(0,d.jsx)("link",{rel:"preconnect",href:"https://fonts.gstatic.com",crossOrigin:"anonymous"}),(0,d.jsx)("link",{href:"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap",rel:"stylesheet"})]}),(0,d.jsx)("body",{className:`${e.variable} font-sans antialiased`,suppressHydrationWarning:!0,children:(0,d.jsx)(f.ThemeProvider,{children:a})})]})}},36460:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,81921,23))},45026:(a,b,c)=>{Promise.resolve().then(c.bind(c,66434))},53982:(a,b,c)=>{"use strict";c.d(b,{Xg:()=>g,vq:()=>f,KC:()=>h});let d={claude:{id:"claude",alias:"cc",format:"claude",executor:"default",baseUrl:"https://api.anthropic.com/v1/messages",urlSuffix:"?beta=true",authType:"oauth",authHeader:"x-api-key",headers:{"Anthropic-Version":"2023-06-01","Anthropic-Beta":"claude-code-20250219,oauth-2025-04-20,interleaved-thinking-2025-05-14,fine-grained-tool-streaming-2025-05-14,context-management-2025-06-27","Anthropic-Dangerous-Direct-Browser-Access":"true","User-Agent":"claude-cli/1.0.83 (external, cli)","X-App":"cli","X-Stainless-Helper-Method":"stream","X-Stainless-Retry-Count":"0","X-Stainless-Runtime-Version":"v24.3.0","X-Stainless-Package-Version":"0.55.1","X-Stainless-Runtime":"node","X-Stainless-Lang":"js","X-Stainless-Arch":"arm64","X-Stainless-Os":"MacOS","X-Stainless-Timeout":"60"},oauth:{clientIdEnv:"CLAUDE_OAUTH_CLIENT_ID",clientIdDefault:"9d1c250a-e61b-44d9-88ed-5944d1962f5e",tokenUrl:"https://console.anthropic.com/v1/oauth/token"},models:[{id:"claude-opus-4-6",name:"Claude Opus 4.6"},{id:"claude-opus-4-5-20251101",name:"Claude 4.5 Opus"},{id:"claude-sonnet-4-5-20250929",name:"Claude 4.5 Sonnet"},{id:"claude-haiku-4-5-20251001",name:"Claude 4.5 Haiku"}]},gemini:{id:"gemini",alias:"gemini",format:"gemini",executor:"default",baseUrl:"https://generativelanguage.googleapis.com/v1beta/models",urlBuilder:(a,b,c)=>`${a}/${b}:${c?"streamGenerateContent?alt=sse":"generateContent"}`,authType:"apikey",authHeader:"x-goog-api-key",oauth:{clientIdEnv:"GEMINI_OAUTH_CLIENT_ID",clientIdDefault:"681255809395-oo8ft2oprdrnp9e3aqf6av3hmdib135j.apps.googleusercontent.com",clientSecretEnv:"GEMINI_OAUTH_CLIENT_SECRET",clientSecretDefault:""},models:[{id:"gemini-3-pro-preview",name:"Gemini 3 Pro Preview"},{id:"gemini-2.5-pro",name:"Gemini 2.5 Pro"},{id:"gemini-2.5-flash",name:"Gemini 2.5 Flash"},{id:"gemini-2.5-flash-lite",name:"Gemini 2.5 Flash Lite"}]},"gemini-cli":{id:"gemini-cli",alias:"gc",format:"gemini-cli",executor:"gemini-cli",baseUrl:"https://cloudcode-pa.googleapis.com/v1internal",urlBuilder:(a,b,c)=>`${a}:${c?"streamGenerateContent?alt=sse":"generateContent"}`,authType:"oauth",authHeader:"bearer",oauth:{clientIdEnv:"GEMINI_CLI_OAUTH_CLIENT_ID",clientIdDefault:"681255809395-oo8ft2oprdrnp9e3aqf6av3hmdib135j.apps.googleusercontent.com",clientSecretEnv:"GEMINI_CLI_OAUTH_CLIENT_SECRET",clientSecretDefault:""},models:[{id:"gemini-3-flash-preview",name:"Gemini 3 Flash Preview"},{id:"gemini-3-pro-preview",name:"Gemini 3 Pro Preview"},{id:"gemini-2.5-pro",name:"Gemini 2.5 Pro"},{id:"gemini-2.5-flash",name:"Gemini 2.5 Flash"},{id:"gemini-2.5-flash-lite",name:"Gemini 2.5 Flash Lite"}]},codex:{id:"codex",alias:"cx",format:"openai-responses",executor:"codex",baseUrl:"https://chatgpt.com/backend-api/codex/responses",authType:"oauth",authHeader:"bearer",headers:{Version:"0.92.0","Openai-Beta":"responses=experimental","User-Agent":"codex-cli/0.92.0 (Windows 10.0.26100; x64)"},oauth:{clientIdEnv:"CODEX_OAUTH_CLIENT_ID",clientIdDefault:"app_EMoamEEZ73f0CkXaXp7hrann",clientSecretEnv:"CODEX_OAUTH_CLIENT_SECRET",clientSecretDefault:"",tokenUrl:"https://auth.openai.com/oauth/token"},models:[{id:"gpt-5.3-codex",name:"GPT 5.3 Codex"},{id:"gpt-5.3-codex-xhigh",name:"GPT 5.3 Codex (xHigh)"},{id:"gpt-5.3-codex-high",name:"GPT 5.3 Codex (High)"},{id:"gpt-5.3-codex-low",name:"GPT 5.3 Codex (Low)"},{id:"gpt-5.3-codex-none",name:"GPT 5.3 Codex (None)"},{id:"gpt-5.1-codex-mini",name:"GPT 5.1 Codex Mini"},{id:"gpt-5.1-codex-mini-high",name:"GPT 5.1 Codex Mini (High)"},{id:"gpt-5.2-codex",name:"GPT 5.2 Codex"},{id:"gpt-5.2",name:"GPT 5.2"},{id:"gpt-5.1-codex-max",name:"GPT 5.1 Codex Max"},{id:"gpt-5.1-codex",name:"GPT 5.1 Codex"},{id:"gpt-5.1",name:"GPT 5.1"},{id:"gpt-5-codex",name:"GPT 5 Codex"},{id:"gpt-5-codex-mini",name:"GPT 5 Codex Mini"}]},qwen:{id:"qwen",alias:"qw",format:"openai",executor:"default",baseUrl:"https://portal.qwen.ai/v1/chat/completions",authType:"oauth",authHeader:"bearer",headers:{"User-Agent":"google-api-nodejs-client/9.15.1","X-Goog-Api-Client":"gl-node/22.17.0"},oauth:{clientIdEnv:"QWEN_OAUTH_CLIENT_ID",clientIdDefault:"f0304373b74a44d2b584a3fb70ca9e56",tokenUrl:"https://chat.qwen.ai/api/v1/oauth2/token",authUrl:"https://chat.qwen.ai/api/v1/oauth2/device/code"},models:[{id:"qwen3-coder-plus",name:"Qwen3 Coder Plus"},{id:"qwen3-coder-flash",name:"Qwen3 Coder Flash"},{id:"vision-model",name:"Qwen3 Vision Model"}]},iflow:{id:"iflow",alias:"if",format:"openai",executor:"default",baseUrl:"https://apis.iflow.cn/v1/chat/completions",authType:"oauth",authHeader:"bearer",headers:{"User-Agent":"iFlow-Cli"},oauth:{clientIdEnv:"IFLOW_OAUTH_CLIENT_ID",clientIdDefault:"10009311001",clientSecretEnv:"IFLOW_OAUTH_CLIENT_SECRET",clientSecretDefault:"",tokenUrl:"https://iflow.cn/oauth/token",authUrl:"https://iflow.cn/oauth"},models:[{id:"qwen3-coder-plus",name:"Qwen3 Coder Plus"},{id:"kimi-k2",name:"Kimi K2"},{id:"kimi-k2-thinking",name:"Kimi K2 Thinking"},{id:"kimi-k2.5",name:"Kimi K2.5"},{id:"deepseek-r1",name:"DeepSeek R1"},{id:"deepseek-v3.2-chat",name:"DeepSeek V3.2 Chat"},{id:"deepseek-v3.2-reasoner",name:"DeepSeek V3.2 Reasoner"},{id:"minimax-m2.1",name:"MiniMax M2.1"},{id:"glm-4.7",name:"GLM 4.7"}]},antigravity:{id:"antigravity",alias:"ag",format:"antigravity",executor:"antigravity",baseUrls:["https://daily-cloudcode-pa.googleapis.com","https://cloudcode-pa.googleapis.com"],urlBuilder:(a,b,c)=>`${a}${c?"/v1internal:streamGenerateContent?alt=sse":"/v1internal:generateContent"}`,authType:"oauth",authHeader:"bearer",headers:{"User-Agent":"antigravity/1.104.0 darwin/arm64"},oauth:{clientIdEnv:"ANTIGRAVITY_OAUTH_CLIENT_ID",clientIdDefault:"1071006060591-tmhssin2h21lcre235vtolojh4g403ep.apps.googleusercontent.com",clientSecretEnv:"ANTIGRAVITY_OAUTH_CLIENT_SECRET",clientSecretDefault:""},models:[{id:"claude-opus-4-6-thinking",name:"Claude Opus 4.6 Thinking"},{id:"claude-opus-4-5-thinking",name:"Claude Opus 4.5 Thinking"},{id:"claude-sonnet-4-5-thinking",name:"Claude Sonnet 4.5 Thinking"},{id:"claude-sonnet-4-5",name:"Claude Sonnet 4.5"},{id:"gemini-3-pro-high",name:"Gemini 3 Pro High"},{id:"gemini-3-pro-low",name:"Gemini 3 Pro Low"},{id:"gemini-3-flash-preview",name:"Gemini 3 Flash Preview"},{id:"gemini-3-flash",name:"Gemini 3 Flash"},{id:"gemini-2.5-flash",name:"Gemini 2.5 Flash"}]},github:{id:"github",alias:"gh",format:"openai",executor:"github",baseUrl:"https://api.githubcopilot.com/chat/completions",responsesBaseUrl:"https://api.githubcopilot.com/responses",authType:"oauth",authHeader:"bearer",headers:{"copilot-integration-id":"vscode-chat","editor-version":"vscode/1.107.1","editor-plugin-version":"copilot-chat/0.26.7","user-agent":"GitHubCopilotChat/0.26.7","openai-intent":"conversation-panel","x-github-api-version":"2025-04-01","x-vscode-user-agent-library-version":"electron-fetch","X-Initiator":"user",Accept:"application/json","Content-Type":"application/json"},models:[{id:"gpt-4.1",name:"GPT-4.1"},{id:"gpt-4o",name:"GPT-4o"},{id:"gpt-4o-mini",name:"GPT-4o Mini"},{id:"gpt-4",name:"GPT-4"},{id:"gpt-3.5-turbo",name:"GPT-3.5 Turbo"},{id:"gpt-5",name:"GPT-5"},{id:"gpt-5-mini",name:"GPT-5 Mini"},{id:"gpt-5-codex",name:"GPT-5 Codex",targetFormat:"openai-responses"},{id:"gpt-5.1",name:"GPT-5.1"},{id:"gpt-5.1-codex",name:"GPT-5.1 Codex",targetFormat:"openai-responses"},{id:"gpt-5.1-codex-mini",name:"GPT-5.1 Codex Mini",targetFormat:"openai-responses"},{id:"gpt-5.1-codex-max",name:"GPT-5.1 Codex Max",targetFormat:"openai-responses"},{id:"gpt-5.2",name:"GPT-5.2"},{id:"gpt-5.2-codex",name:"GPT-5.2 Codex",targetFormat:"openai-responses"},{id:"claude-haiku-4.5",name:"Claude Haiku 4.5"},{id:"claude-opus-4.1",name:"Claude Opus 4.1"},{id:"claude-opus-4.6",name:"Claude Opus 4.6"},{id:"claude-opus-4-5-20251101",name:"Claude Opus 4.5 (Full ID)"},{id:"claude-sonnet-4",name:"Claude Sonnet 4"},{id:"claude-sonnet-4.5",name:"Claude Sonnet 4.5"},{id:"gemini-2.5-pro",name:"Gemini 2.5 Pro"},{id:"gemini-3-flash-preview",name:"Gemini 3 Flash Preview"},{id:"gemini-3-pro-preview",name:"Gemini 3 Pro Preview"},{id:"grok-code-fast-1",name:"Grok Code Fast 1"},{id:"oswe-vscode-prime",name:"Raptor Mini"}]},kiro:{id:"kiro",alias:"kr",format:"kiro",executor:"kiro",baseUrl:"https://codewhisperer.us-east-1.amazonaws.com/generateAssistantResponse",authType:"oauth",authHeader:"bearer",headers:{"Content-Type":"application/json",Accept:"application/vnd.amazon.eventstream","X-Amz-Target":"AmazonCodeWhispererStreamingService.GenerateAssistantResponse","User-Agent":"AWS-SDK-JS/3.0.0 kiro-ide/1.0.0","X-Amz-User-Agent":"aws-sdk-js/3.0.0 kiro-ide/1.0.0"},oauth:{tokenUrl:"https://prod.us-east-1.auth.desktop.kiro.dev/refreshToken",authUrl:"https://prod.us-east-1.auth.desktop.kiro.dev"},models:[{id:"claude-sonnet-4.5",name:"Claude Sonnet 4.5"},{id:"claude-haiku-4.5",name:"Claude Haiku 4.5"}]},cursor:{id:"cursor",alias:"cu",format:"cursor",executor:"cursor",baseUrl:"https://api2.cursor.sh",chatPath:"/aiserver.v1.ChatService/StreamUnifiedChatWithTools",authType:"oauth",authHeader:"bearer",headers:{"connect-accept-encoding":"gzip","connect-protocol-version":"1","Content-Type":"application/connect+proto","User-Agent":"connect-es/1.6.1"},clientVersion:"1.1.3",models:[{id:"default",name:"Auto (Server Picks)"},{id:"claude-4.5-opus-high-thinking",name:"Claude 4.5 Opus High Thinking"},{id:"claude-4.5-opus-high",name:"Claude 4.5 Opus High"},{id:"claude-4.5-sonnet-thinking",name:"Claude 4.5 Sonnet Thinking"},{id:"claude-4.5-sonnet",name:"Claude 4.5 Sonnet"},{id:"claude-4.5-haiku",name:"Claude 4.5 Haiku"},{id:"claude-4.5-opus",name:"Claude 4.5 Opus"},{id:"gpt-5.2-codex",name:"GPT 5.2 Codex"}]},openai:{id:"openai",alias:"openai",format:"openai",executor:"default",baseUrl:"https://api.openai.com/v1/chat/completions",authType:"apikey",authHeader:"bearer",models:[{id:"gpt-4o",name:"GPT-4o"},{id:"gpt-4o-mini",name:"GPT-4o Mini"},{id:"gpt-4-turbo",name:"GPT-4 Turbo"},{id:"o1",name:"O1"},{id:"o1-mini",name:"O1 Mini"}]},anthropic:{id:"anthropic",alias:"anthropic",format:"claude",executor:"default",baseUrl:"https://api.anthropic.com/v1/messages",urlSuffix:"?beta=true",authType:"apikey",authHeader:"x-api-key",headers:{"Anthropic-Version":"2023-06-01"},models:[{id:"claude-sonnet-4-20250514",name:"Claude Sonnet 4"},{id:"claude-opus-4-20250514",name:"Claude Opus 4"},{id:"claude-3-5-sonnet-20241022",name:"Claude 3.5 Sonnet"}]},openrouter:{id:"openrouter",alias:"openrouter",format:"openai",executor:"default",baseUrl:"https://openrouter.ai/api/v1/chat/completions",authType:"apikey",authHeader:"bearer",headers:{"HTTP-Referer":"https://endpoint-proxy.local","X-Title":"Endpoint Proxy"},models:[{id:"auto",name:"Auto (Best Available)"}]},glm:{id:"glm",alias:"glm",format:"claude",executor:"default",baseUrl:"https://api.z.ai/api/anthropic/v1/messages",urlSuffix:"?beta=true",authType:"apikey",authHeader:"x-api-key",headers:{"Anthropic-Version":"2023-06-01","Anthropic-Beta":"claude-code-20250219,interleaved-thinking-2025-05-14"},models:[{id:"glm-4.7-flash",name:"GLM 4.7 Flash"},{id:"glm-4.7",name:"GLM 4.7"},{id:"glm-4.6v",name:"GLM 4.6V (Vision)"},{id:"glm-4.6",name:"GLM 4.6"},{id:"glm-4.5v",name:"GLM 4.5V (Vision)"},{id:"glm-4.5",name:"GLM 4.5"},{id:"glm-4.5-air",name:"GLM 4.5 Air"},{id:"glm-4-32b",name:"GLM 4 32B"}]},kimi:{id:"kimi",alias:"kimi",format:"openai",executor:"default",baseUrl:"https://api.moonshot.ai/v1/chat/completions",authType:"apikey",authHeader:"bearer",models:[{id:"kimi-k2.5",name:"Kimi K2.5"},{id:"kimi-k2.5-thinking",name:"Kimi K2.5 Thinking"},{id:"kimi-latest",name:"Kimi Latest"}]},"kimi-coding":{id:"kimi-coding",alias:"kmc",format:"claude",executor:"default",baseUrl:"https://api.kimi.com/coding/v1/messages",urlSuffix:"?beta=true",authType:"oauth",authHeader:"x-api-key",headers:{"Anthropic-Version":"2023-06-01","Anthropic-Beta":"claude-code-20250219,interleaved-thinking-2025-05-14"},oauth:{clientIdEnv:"KIMI_CODING_OAUTH_CLIENT_ID",clientIdDefault:"17e5f671-d194-4dfb-9706-5516cb48c098",tokenUrl:"https://auth.kimi.com/api/oauth/token",refreshUrl:"https://auth.kimi.com/api/oauth/token",authUrl:"https://auth.kimi.com/api/oauth/device_authorization"},models:[{id:"kimi-k2.5",name:"Kimi K2.5"},{id:"kimi-k2.5-thinking",name:"Kimi K2.5 Thinking"},{id:"kimi-latest",name:"Kimi Latest"}]},kilocode:{id:"kilocode",alias:"kc",format:"openrouter",executor:"openrouter",baseUrl:"https://api.kilo.ai/api/openrouter/chat/completions",authType:"oauth",authHeader:"Authorization",authPrefix:"Bearer ",oauth:{initiateUrl:"https://api.kilo.ai/api/device-auth/codes",pollUrlBase:"https://api.kilo.ai/api/device-auth/codes"},models:[{id:"anthropic/claude-sonnet-4-20250514",name:"Claude Sonnet 4"},{id:"anthropic/claude-opus-4-20250514",name:"Claude Opus 4"},{id:"google/gemini-2.5-pro",name:"Gemini 2.5 Pro"},{id:"google/gemini-2.5-flash",name:"Gemini 2.5 Flash"},{id:"openai/gpt-4.1",name:"GPT-4.1"},{id:"openai/o3",name:"o3"},{id:"deepseek/deepseek-chat",name:"DeepSeek Chat"},{id:"deepseek/deepseek-reasoner",name:"DeepSeek Reasoner"}],passthroughModels:!0},cline:{id:"cline",alias:"cl",format:"openai",executor:"openai",baseUrl:"https://api.cline.bot/api/v1/chat/completions",authType:"oauth",authHeader:"Authorization",authPrefix:"Bearer ",oauth:{tokenUrl:"https://api.cline.bot/api/v1/auth/token",refreshUrl:"https://api.cline.bot/api/v1/auth/refresh",authUrl:"https://api.cline.bot/api/v1/auth/authorize"},extraHeaders:{"HTTP-Referer":"https://cline.bot","X-Title":"Cline"},models:[{id:"anthropic/claude-sonnet-4-20250514",name:"Claude Sonnet 4"},{id:"anthropic/claude-opus-4-20250514",name:"Claude Opus 4"},{id:"google/gemini-2.5-pro",name:"Gemini 2.5 Pro"},{id:"google/gemini-2.5-flash",name:"Gemini 2.5 Flash"},{id:"openai/gpt-4.1",name:"GPT-4.1"},{id:"openai/o3",name:"o3"},{id:"deepseek/deepseek-chat",name:"DeepSeek Chat"}],passthroughModels:!0},minimax:{id:"minimax",alias:"minimax",format:"claude",executor:"default",baseUrl:"https://api.minimax.io/anthropic/v1/messages",urlSuffix:"?beta=true",authType:"apikey",authHeader:"x-api-key",headers:{"Anthropic-Version":"2023-06-01","Anthropic-Beta":"claude-code-20250219,interleaved-thinking-2025-05-14"},models:[{id:"MiniMax-M2.1",name:"MiniMax M2.1"}]},"minimax-cn":{id:"minimax-cn",alias:"minimax-cn",format:"claude",executor:"default",baseUrl:"https://api.minimaxi.com/anthropic/v1/messages",urlSuffix:"?beta=true",authType:"apikey",authHeader:"x-api-key",headers:{"Anthropic-Version":"2023-06-01","Anthropic-Beta":"claude-code-20250219,interleaved-thinking-2025-05-14"},models:[{id:"MiniMax-M2.1",name:"MiniMax M2.1"}]},deepseek:{id:"deepseek",alias:"ds",format:"openai",executor:"default",baseUrl:"https://api.deepseek.com/v1/chat/completions",authType:"apikey",authHeader:"bearer",models:[{id:"deepseek-chat",name:"DeepSeek V3.2 Chat"},{id:"deepseek-reasoner",name:"DeepSeek V3.2 Reasoner"}]},groq:{id:"groq",alias:"groq",format:"openai",executor:"default",baseUrl:"https://api.groq.com/openai/v1/chat/completions",authType:"apikey",authHeader:"bearer",models:[{id:"llama-3.3-70b-versatile",name:"Llama 3.3 70B"},{id:"meta-llama/llama-4-maverick-17b-128e-instruct",name:"Llama 4 Maverick"},{id:"qwen/qwen3-32b",name:"Qwen3 32B"},{id:"openai/gpt-oss-120b",name:"GPT-OSS 120B"}]},xai:{id:"xai",alias:"xai",format:"openai",executor:"default",baseUrl:"https://api.x.ai/v1/chat/completions",authType:"apikey",authHeader:"bearer",models:[{id:"grok-4",name:"Grok 4"},{id:"grok-4-fast-reasoning",name:"Grok 4 Fast Reasoning"},{id:"grok-code-fast-1",name:"Grok Code Fast"},{id:"grok-3",name:"Grok 3"}]},mistral:{id:"mistral",alias:"mistral",format:"openai",executor:"default",baseUrl:"https://api.mistral.ai/v1/chat/completions",authType:"apikey",authHeader:"bearer",models:[{id:"mistral-large-latest",name:"Mistral Large 3"},{id:"codestral-latest",name:"Codestral"},{id:"mistral-medium-latest",name:"Mistral Medium 3"}]},perplexity:{id:"perplexity",alias:"pplx",format:"openai",executor:"default",baseUrl:"https://api.perplexity.ai/chat/completions",authType:"apikey",authHeader:"bearer",models:[{id:"sonar-pro",name:"Sonar Pro"},{id:"sonar",name:"Sonar"}]},together:{id:"together",alias:"together",format:"openai",executor:"default",baseUrl:"https://api.together.xyz/v1/chat/completions",authType:"apikey",authHeader:"bearer",models:[{id:"meta-llama/Llama-3.3-70B-Instruct-Turbo",name:"Llama 3.3 70B Turbo"},{id:"deepseek-ai/DeepSeek-R1",name:"DeepSeek R1"},{id:"Qwen/Qwen3-235B-A22B",name:"Qwen3 235B"},{id:"meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",name:"Llama 4 Maverick"}]},fireworks:{id:"fireworks",alias:"fireworks",format:"openai",executor:"default",baseUrl:"https://api.fireworks.ai/inference/v1/chat/completions",authType:"apikey",authHeader:"bearer",models:[{id:"accounts/fireworks/models/deepseek-v3p1",name:"DeepSeek V3.1"},{id:"accounts/fireworks/models/llama-v3p3-70b-instruct",name:"Llama 3.3 70B"},{id:"accounts/fireworks/models/qwen3-235b-a22b",name:"Qwen3 235B"}]},cerebras:{id:"cerebras",alias:"cerebras",format:"openai",executor:"default",baseUrl:"https://api.cerebras.ai/v1/chat/completions",authType:"apikey",authHeader:"bearer",models:[{id:"gpt-oss-120b",name:"GPT OSS 120B"},{id:"zai-glm-4.7",name:"ZAI GLM 4.7"},{id:"llama-3.3-70b",name:"Llama 3.3 70B"},{id:"llama-4-scout-17b-16e-instruct",name:"Llama 4 Scout"},{id:"qwen-3-235b-a22b-instruct-2507",name:"Qwen3 235B A22B"},{id:"qwen-3-32b",name:"Qwen3 32B"}]},cohere:{id:"cohere",alias:"cohere",format:"openai",executor:"default",baseUrl:"https://api.cohere.com/v2/chat",authType:"apikey",authHeader:"bearer",models:[{id:"command-r-plus-08-2024",name:"Command R+ (Aug 2024)"},{id:"command-r-08-2024",name:"Command R (Aug 2024)"},{id:"command-a-03-2025",name:"Command A (Mar 2025)"}]},nvidia:{id:"nvidia",alias:"nvidia",format:"openai",executor:"default",baseUrl:"https://integrate.api.nvidia.com/v1/chat/completions",authType:"apikey",authHeader:"bearer",models:[{id:"moonshotai/kimi-k2.5",name:"Kimi K2.5"},{id:"z-ai/glm4.7",name:"GLM 4.7"},{id:"deepseek-ai/deepseek-v3.2",name:"DeepSeek V3.2"},{id:"nvidia/llama-3.3-70b-instruct",name:"Llama 3.3 70B"},{id:"meta/llama-4-maverick-17b-128e-instruct",name:"Llama 4 Maverick"},{id:"deepseek/deepseek-r1",name:"DeepSeek R1"}]},nebius:{id:"nebius",alias:"nebius",format:"openai",executor:"default",baseUrl:"https://api.tokenfactory.nebius.com/v1/chat/completions",authType:"apikey",authHeader:"bearer",models:[{id:"meta-llama/Llama-3.3-70B-Instruct",name:"Llama 3.3 70B Instruct"}]},siliconflow:{id:"siliconflow",alias:"siliconflow",format:"openai",executor:"default",baseUrl:"https://api.siliconflow.com/v1/chat/completions",authType:"apikey",authHeader:"bearer",models:[{id:"deepseek-ai/DeepSeek-V3.2",name:"DeepSeek V3.2"},{id:"deepseek-ai/DeepSeek-V3.1",name:"DeepSeek V3.1"},{id:"deepseek-ai/DeepSeek-R1",name:"DeepSeek R1"},{id:"Qwen/Qwen3-235B-A22B-Instruct-2507",name:"Qwen3 235B"},{id:"Qwen/Qwen3-Coder-480B-A35B-Instruct",name:"Qwen3 Coder 480B"},{id:"Qwen/Qwen3-32B",name:"Qwen3 32B"},{id:"moonshotai/Kimi-K2.5",name:"Kimi K2.5"},{id:"zai-org/GLM-4.7",name:"GLM 4.7"},{id:"openai/gpt-oss-120b",name:"GPT OSS 120B"},{id:"baidu/ERNIE-4.5-300B-A47B",name:"ERNIE 4.5 300B"}]},hyperbolic:{id:"hyperbolic",alias:"hyp",format:"openai",executor:"default",baseUrl:"https://api.hyperbolic.xyz/v1/chat/completions",authType:"apikey",authHeader:"bearer",models:[{id:"Qwen/QwQ-32B",name:"QwQ 32B"},{id:"deepseek-ai/DeepSeek-R1",name:"DeepSeek R1"},{id:"deepseek-ai/DeepSeek-V3",name:"DeepSeek V3"},{id:"meta-llama/Llama-3.3-70B-Instruct",name:"Llama 3.3 70B"},{id:"meta-llama/Llama-3.2-3B-Instruct",name:"Llama 3.2 3B"},{id:"Qwen/Qwen2.5-72B-Instruct",name:"Qwen 2.5 72B"},{id:"Qwen/Qwen2.5-Coder-32B-Instruct",name:"Qwen 2.5 Coder 32B"},{id:"NousResearch/Hermes-3-Llama-3.1-70B",name:"Hermes 3 70B"}]}},e=new Map;for(let a of Object.values(d))a.alias&&a.alias!==a.id&&e.set(a.alias,a);let f=function(){let a={};for(let b of Object.values(d))if(b.models&&b.models.length>0){let c=b.alias||b.id;a[c]||(a[c]=b.models)}return a}(),g=function(){let a={};for(let b of Object.values(d))a[b.id]=b.alias||b.id;return a}();function h(a){return f[g[a]||a]||[]}},55899:(a,b,c)=>{"use strict";c.d(b,{A:()=>k});var d=c(22513),e=c(60021);let f=process.env.BASE_URL||process.env.NEXT_PUBLIC_BASE_URL||"http://localhost:20128";class g{constructor(a=null,b=15){this.machineId=a,this.intervalMinutes=b,this.intervalId=null}async initializeMachineId(){this.machineId||(this.machineId=await (0,d.Xj)())}async start(){this.intervalId||(await this.initializeMachineId(),setTimeout(()=>{this.syncWithRetry().catch(()=>{})},3e4),this.intervalId=setInterval(()=>{this.syncWithRetry().catch(()=>{})},60*this.intervalMinutes*1e3))}stop(){this.intervalId&&(clearInterval(this.intervalId),this.intervalId=null)}async syncWithRetry(a=1){for(let b=1;b<=a;b++)try{return await this.sync()}catch(d){if(b===a)return null;let c=Math.min(1e3*Math.pow(2,b),1e4);await new Promise(a=>setTimeout(a,c))}}async sync(){if(!await (0,e.Nx)())return null;await this.initializeMachineId();let a=await fetch(`${f}/api/sync/cloud`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({machineId:this.machineId,action:"sync"})});if(!a.ok)throw Error((await a.json().catch(()=>({}))).error||"Sync failed");return await a.json()}isRunning(){return null!==this.intervalId}}let h=null;async function i(a=null,b=15){return h||(h=new g(a,b)),h}async function j(){try{await (0,e.bI)();let a=await i(null,15);return await a.start(),a}catch(a){throw console.error("[CloudSync] Error initializing scheduler:",a),a}}"u">typeof require&&require.main===module&&j().catch(console.log);let k=j},61135:()=>{},63781:(a,b,c)=>{"use strict";var d=c(55899),e=c(60021),f=c(85640);let g="[HealthCheck]",h=!1;async function i(){try{let a=await (0,e.getProviderConnections)({authType:"oauth"});if(!a||0===a.length)return;for(let b of a)try{await j(b)}catch(a){console.error(`${g} Error checking ${b.name||b.id}:`,a.message)}}catch(a){console.error(`${g} Sweep error:`,a.message)}}async function j(a){let b=a.healthCheckInterval??60;if(b<=0||!a.isActive||!a.refreshToken||"string"!=typeof a.refreshToken)return;if(!(0,f.Ny)(a.provider)){let b=new Date().toISOString();await (0,e.rj)(a.id,{lastHealthCheckAt:b}),console.log(`${g} Skipping ${a.provider}/${a.name||a.email||a.id} (refresh unsupported)`);return}let c=a.lastHealthCheckAt?new Date(a.lastHealthCheckAt).getTime():0;if(Date.now()-c<60*b*1e3)return;console.log(`${g} Refreshing ${a.provider}/${a.name||a.email||a.id} (interval: ${b}min)`);let d={refreshToken:a.refreshToken,accessToken:a.accessToken,expiresAt:a.tokenExpiresAt,providerSpecificData:a.providerSpecificData},h=await (0,f.iD)(a.provider,d,{info:(a,b)=>console.log(`${g} [${a}] ${b}`),warn:(a,b)=>console.warn(`${g} [${a}] ${b}`),error:(a,b,c)=>console.error(`${g} [${a}] ${b}`,c||"")}),i=new Date().toISOString();if(h&&h.accessToken){let b={accessToken:h.accessToken,lastHealthCheckAt:i,testStatus:"active",lastError:null,lastErrorAt:null,lastErrorType:null,lastErrorSource:null,errorCode:null};h.refreshToken&&(b.refreshToken=h.refreshToken),h.expiresIn&&(b.tokenExpiresAt=new Date(Date.now()+1e3*h.expiresIn).toISOString()),await (0,e.rj)(a.id,b),console.log(`${g} ✓ ${a.provider}/${a.name||a.email||a.id} refreshed`)}else await (0,e.rj)(a.id,{lastHealthCheckAt:i,testStatus:"error",lastError:"Health check: token refresh failed",lastErrorAt:i,lastErrorType:"token_refresh_failed",lastErrorSource:"oauth",errorCode:"refresh_failed"}),console.warn(`${g} ✗ ${a.provider}/${a.name||a.email||a.id} refresh failed`)}h=!0,console.log(`${g} Starting proactive token health-check (tick every 60s)`),setTimeout(()=>{i(),setInterval(i,6e4)},1e4);let k=!1;(async function(){if(!k)try{await (0,d.A)(),k=!0}catch(a){console.error("[ServerInit] Error initializing cloud sync:",a)}return k})().catch(console.log)},66434:(a,b,c)=>{"use strict";c.d(b,{ThemeProvider:()=>f});var d=c(48249);c(67484);var e=c(18111);function f({children:a}){let{initTheme:b}=(0,e.A)();return(0,d.jsx)(d.Fragment,{children:a})}},68852:(a,b,c)=>{"use strict";c.d(b,{ThemeProvider:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call ThemeProvider() from the server but ThemeProvider is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/OmniRoute/OmniRoute/src/shared/components/ThemeProvider.js","ThemeProvider")},70440:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>e});var d=c(88868);let e=async a=>[{type:"image/x-icon",sizes:"16x16",url:(0,d.fillMetadataSegment)(".",await a.params,"favicon.ico")+"?603d046c9a6fdfbb"}]},72908:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,95547,23))},83084:(a,b,c)=>{"use strict";c.d(b,{Q2:()=>d.Q2,fg:()=>d.fg,vQ:()=>e,MA:()=>d.MA,zN:()=>d.zN,B2:()=>f});var d=c(18741);c(15637);let e={name:"OmniRoute",description:"AI Gateway for Multi-Provider LLMs",version:"0.2.0"},f={storageKey:"theme",defaultTheme:"system"}},84344:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,95547,23)),Promise.resolve().then(c.t.bind(c,15098,23)),Promise.resolve().then(c.t.bind(c,47644,23)),Promise.resolve().then(c.t.bind(c,33859,23)),Promise.resolve().then(c.t.bind(c,98099,23)),Promise.resolve().then(c.t.bind(c,16237,23)),Promise.resolve().then(c.t.bind(c,98562,23)),Promise.resolve().then(c.t.bind(c,36675,23))}};
@@ -1 +0,0 @@
1
- self.__BUILD_MANIFEST=function(e,s,t,a,i,o,r,n){return{__rewrites:{afterFiles:[{has:t,source:"/chat/completions",destination:"/api/v1/chat/completions"},{has:t,source:"/responses",destination:a},{has:t,source:"/models",destination:"/api/v1/models"},{has:t,source:"/v1/v1/:path*",destination:i},{has:t,source:"/v1/v1",destination:o},{has:t,source:"/codex/:path*",destination:a},{has:t,source:"/v1/:path*",destination:i},{has:t,source:"/v1",destination:o}],beforeFiles:[],fallback:[]},__routerFilterStatic:{numItems:106,errorRate:1e-4,numBits:2033,numHashes:14,bitArray:[1,0,0,1,1,1,1,1,1,1,0,0,0,1,1,0,1,0,0,0,1,1,1,0,0,1,0,0,1,0,0,0,1,0,1,1,0,0,0,1,0,1,1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,0,0,1,1,1,0,1,1,0,1,0,1,1,1,0,0,0,0,0,0,0,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0,1,0,0,0,1,0,1,1,1,1,0,0,0,1,0,1,1,1,1,0,1,0,1,1,0,1,1,0,1,1,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,1,1,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,1,1,0,1,1,0,0,1,0,0,0,1,1,0,0,1,1,1,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,1,0,0,0,0,1,1,1,0,1,1,1,1,0,0,1,1,0,1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,1,1,1,1,0,0,0,0,1,1,0,1,1,1,1,0,1,0,1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,1,1,1,1,0,1,0,1,1,1,0,0,0,1,1,0,0,1,0,1,1,1,0,1,1,0,0,1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,0,0,1,1,0,0,0,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,1,1,0,0,1,1,0,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0,0,0,1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,1,1,0,0,0,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,1,1,0,1,1,0,0,1,0,1,0,0,0,1,1,1,0,1,1,0,1,0,1,1,0,1,1,0,0,0,0,1,0,1,0,1,0,1,1,0,0,0,1,1,0,0,0,0,0,1,1,1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,0,0,0,0,0,0,1,0,1,1,1,1,0,0,1,1,1,0,1,1,1,1,0,0,0,1,0,1,1,1,0,1,1,0,0,1,0,0,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0,1,0,1,0,1,1,1,1,0,0,1,0,0,1,1,0,0,0,0,0,0,1,1,1,0,1,1,1,0,1,0,0,1,1,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,1,1,1,0,1,0,1,0,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,1,0,1,1,0,1,0,1,1,1,0,0,0,1,0,0,1,1,0,1,1,0,1,1,0,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,0,1,0,1,0,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0,0,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,0,0,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,1,1,0,0,1,1,0,0,0,1,0,0,0,1,0,1,0,0,0,0,1,0,0,1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,1,0,1,0,0,1,1,0,1,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,0,1,0,1,1,1,1,1,0,1,0,0,0,1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,1,1,1,1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,1,0,0,1,0,1,1,0,0,1,0,1,0,1,1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,0,1,1,1,1,1,0,0,1,0,1,0,0,0,0,1,1,1,1,0,1,0,0,0,1,0,1,0,1,1,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,1,1,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,0,0,0,1,0,1,0,0,0,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,0,1,1,0,0,0,1,1,1,0,1,1,0,1,1,0,0,0,1,0,0,1,1,0,1,1,0,1,1,0,1,0,1,0,1,1,0,0,1,1,1,1,1,0,0,1,1,1,0,0,1,1,1,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,1,0,1,0,0,1,1,1,0,1,0,1,0,1,1,1,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,1,0,1,0,1,1,0,1,1,1,0,1,0,1,1,0,0,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0,0,0,0,1,1,0,1,0,0,1,1,0,0,0,1,1,0,1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,0,0,1,1,1,0,1,0,1,0,0,0,0,1,1,0,1,1,0,0,1,0,1,1,1,0,0,1,0,0,0,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0,1,1,0,1,0,1,1,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0,1,0,0,1,0,1,0,0,0,1,0,1,1,1,1,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0,0,1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,0,1,1,1,1,0,0,0,1,1,1,1,0,0,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0,1,0,0,0,1,0,0,1,1,1,0,1,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,1,1,1,0,1,0,1,0,0,1,0,0,0,0,0,0,0,1,0,1,1,1,1,0,1,1,0,0,1,1,1,1,1,0,0,0,1,1,1,1,0,0,1,1,1,0,1,1,1,1,1,1,1,0,1,0,0,1,1,0,0,0,1,0,1,0,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,0,0,0,1,1,1,0,1,0,1,0,0,0,1,0,0,1,0,1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0,1,0,0,1,0,1,1,0,0,1,0,0,1,1,1,1,0,1,0,0,0,0,1,1,0,1,1,1,0,0,1,0,1,1,1,1,0,0,1,0,0,1,1,0,0,0,1,0,0,1,1,1,1,0,1,1,1,1,0,1,1,1,0,0,0,1,1,0,1,1,0,1,0,0,1,0,1,0,1,1,1,0,1,0,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,0,0,1,1,0,1,0,0,1,1,1,0,0,1,1,1,0,0,0,1,0,1,0,0,1,1,1,1,1,1,0,1,0,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,1,0,0,1,1,1,0,0,1,0,0,0,0,0,1,1,1,1,0,0,1,0,0,0,1,1,0,1,1,1,1,1,1,0,0,1,1,0,1,1,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,0,0,0,0,1,0,1,0,1,1,1,1,1,1,1,1,1,0,1,0,0,1,1,1,0,0,0,0,0,1,0,1,0,1,1,0,0,1,0,0,0,1,0,1,0,0,0,1,1,1,1,1,1,1,0,0,1,1,1,0,0,1,0,0,0,1,1,0,0,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0]},__routerFilterDynamic:{numItems:12,errorRate:1e-4,numBits:231,numHashes:14,bitArray:[1,0,1,0,1,1,1,0,1,0,0,1,0,0,1,0,1,1,1,0,1,0,0,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0,0,1,1,1,1,0,0,1,1,1,0,0,0,0,1,1,1,1,0,0,0,1,1,1,1,1,0,1,0,1,1,0,1,0,0,1,1,0,1,1,0,0,0,1,0,1,1,1,1,1,0,1,1,0,0,0,0,1,0,0,1,1,1,1,0,1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,0,1,0,1,1,1,1,0,1,1,0,0,1,1,1,0,1,0,0,1,1,1,0,1,0,1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,1,1,1,1,1]},sortedPages:["/_app"]}}(0,0,void 0,"/api/v1/responses","/api/v1/:path*","/api/v1",0,0),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();