index.html 846 B

1234567891011121314151617181920212223
  1. <!doctype html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="/logo.png" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <meta name="theme-color" content="#ffffff" />
  8. <meta
  9. name="description"
  10. content="A unified AI model hub for aggregation & distribution. It supports cross-converting various LLMs into OpenAI-compatible, Claude-compatible, or Gemini-compatible formats. A centralized gateway for personal and enterprise model management."
  11. />
  12. <meta name="generator" content="new-api" />
  13. <title>New API</title>
  14. <!--umami-->
  15. <!--Google Analytics-->
  16. </head>
  17. <body>
  18. <noscript>You need to enable JavaScript to run this app.</noscript>
  19. <div id="root"></div>
  20. <script type="module" src="/src/index.jsx"></script>
  21. </body>
  22. </html>