Initial commit: 龙虾U盘站点与 README

Made-with: Cursor
This commit is contained in:
卡若
2026-04-15 16:06:34 +08:00
commit d1c4d99df3
10 changed files with 780 additions and 0 deletions

64
site/api-tutorial.html Normal file
View File

@@ -0,0 +1,64 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>API 教程 — SimpleAi 龙虾</title>
<link rel="stylesheet" href="assets/style.css" />
</head>
<body>
<header class="site-header">
<div class="inner">
<a class="brand" href="index.html"><span class="brand-mark">🦞</span><span>SimpleAi <small style="font-weight:500;color:var(--muted)">龙虾</small></span></a>
<nav>
<ul>
<li><a href="index.html">首页</a></li>
<li><a href="features.html">特色</a></li>
<li><a href="guide.html">使用方法</a></li>
<li><a href="hardware.html">硬件要求</a></li>
<li><a href="api-tutorial.html" class="active">API 教程</a></li>
<li><a href="faq.html">常见问题</a></li>
<li><a href="download.html">下载</a></li>
</ul>
</nav>
</div>
</header>
<main class="shell">
<div class="card">
<p class="sec-title">API</p>
<h2>如何获取与填写 API Key</h2>
<p>SimpleAi 使用 OpenAI 兼容协议;向导中可选择不同提供商,以下为常用路径。</p>
<h3>方式一龙虾U盘模型推荐玩值网关</h3>
<p>网关地址:<code>https://simpleai.quwanzhi.com/v1</code>。密钥与开通方式以 <a href="https://simpleai.quwanzhi.com" target="_blank" rel="noopener noreferrer">simpleai.quwanzhi.com</a> 公示为准。</p>
<ol class="clean">
<li>打开官网,按指引注册 / 登录并获取 API Key。</li>
<li>启动 SimpleAi 后选择「龙虾U盘模型」或等价项粘贴 Key。</li>
<li>模型列表以网关实际支持为准,可在菜单中切换。</li>
</ol>
<h3>方式二:智谱 GLM开放平台</h3>
<p>入口:<a href="https://bigmodel.cn" target="_blank" rel="noopener noreferrer">bigmodel.cn</a>;密钥页:<a href="https://bigmodel.cn/usercenter/apikeys" target="_blank" rel="noopener noreferrer">usercenter/apikeys</a></p>
<ol class="clean">
<li>注册并登录 → 创建 API Key。</li>
<li>在 SimpleAi 向导中选择智谱,粘贴 Key。</li>
<li>免费档与额度规则以智谱官方为准。</li>
</ol>
<div class="callout warn">
<strong>提示:</strong>第三方模型服务的内容准确性、合规性与计费由其服务商负责;请自行评估业务场景与合规要求。
</div>
</div>
</main>
<footer class="site-footer">
<div class="inner">
<p><strong>文档与下载:</strong><a href="https://simpleai.quwanzhi.com" target="_blank" rel="noopener noreferrer">https://simpleai.quwanzhi.com</a></p>
<p><strong>技术方案与私域交付:</strong><strong>存客宝</strong> 提供产品化与实施支持(玩值体系)。</p>
<p><strong>联系:</strong>请通过官网入口留言或工单。</p>
<p style="margin-top:16px;color:#9a9a9a;font-size:0.82rem;">卡若 · SimpleAi 龙虾 U 盘介绍站</p>
</div>
</footer>
</body>
</html>