Files
haiyushuke-website/content/guides/console.mdx
2026-06-16 14:34:09 +08:00

31 lines
883 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 控制台使用
sidebarTitle: 控制台
description: 控制台主要功能与导航说明
---
# 控制台使用指南
控制台地址:[https://console.haiyushuke.com](https://console.haiyushuke.com)
## 主要模块
1. **概览**:用量、余额与近期调用趋势
2. **模型广场**:浏览可用模型、定价与能力说明
3. **API Key**:创建、轮换、禁用密钥
4. **调用日志**(若已开通):按时间筛选请求与错误
5. **账单**:充值、发票与明细导出
## 推荐工作流
1. 创建 API Key
2. 在模型广场选择目标模型
3. 使用 SDK 或 cURL 完成联调
4. 在概览与调用日志中核对用量
## 权限与安全
- 为不同环境(开发 / 预发 / 生产)使用不同 Key
- 定期轮换 Key泄露后立即 **禁用** 并新建
- 生产环境勿将 Key 写入前端 bundle