2024-03-23 21:24:39 +08:00
<!doctype html>
2024-12-28 20:43:13 +08:00
< html lang = "zh" >
2025-08-30 21:15:10 +08:00
< head >
< meta charset = "utf-8" / >
< link rel = "icon" href = "/logo.png" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< meta name = "theme-color" content = "#ffffff" / >
< meta
name="description"
2026-03-04 18:19:08 +08:00
lang="zh"
content="统一的 AI 模型聚合与分发网关,支持将各类大语言模型跨格式转换为 OpenAI、Claude、Gemini 兼容接口,为个人与企业提供集中式模型管理与网关服务。"
/>
< meta
name="description"
lang="en"
2026-03-04 18:07:17 +08:00
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."
2025-08-30 21:15:10 +08:00
/>
2026-01-30 01:00:49 +08:00
< meta name = "generator" content = "new-api" / >
2025-08-30 21:15:10 +08:00
< title > New API< / title >
2025-10-14 14:19:49 +08:00
<!-- umami -->
<!-- Google Analytics -->
2025-08-30 21:15:10 +08:00
< / head >
2025-08-18 04:14:35 +08:00
2025-08-30 21:15:10 +08:00
< body >
< noscript > You need to enable JavaScript to run this app.< / noscript >
< div id = "root" > < / div >
< script type = "module" src = "/src/index.jsx" > < / script >
< / body >
< / html >