mirror of
https://github.com/woodchen-ink/aimodels-prices.git
synced 2025-07-18 13:41:59 +08:00
36 lines
1.1 KiB
HTML
36 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="zh-CN">
|
||
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<meta name="description" content="OpenAI Claude Gemini Grok Qwen DeepSeek 等几十家模型的价格,支持多模型厂商、多币种的价格管理,提供标准的API接口。">
|
||
<meta name="author" content="Q58论坛">
|
||
<title>AI模型价格汇总</title>
|
||
<link rel="preconnect" href="https://fonts.bytedance.com">
|
||
<link rel="stylesheet"
|
||
href="https://fonts.bytedance.com/dfd/api/v1/css?family=DFPKingGothicGB-Regular:500&display=swap" />
|
||
<style>
|
||
* {
|
||
outline: none;
|
||
font-family: PingFang SC, DFPKingGothicGB-Regular, sans-serif;
|
||
}
|
||
</style>
|
||
<style>
|
||
body {
|
||
margin: 0;
|
||
-webkit-font-smoothing: antialiased;
|
||
-moz-osx-font-smoothing: grayscale;
|
||
background-color: #f5f7fa;
|
||
}
|
||
</style>
|
||
</head>
|
||
|
||
<body>
|
||
<div id="app"></div>
|
||
<script type="module" src="/src/main.js"></script>
|
||
</body>
|
||
|
||
</html> |