2026-06-16 14:34:09 +08:00
|
|
|
|
---
|
|
|
|
|
|
title: 文档中心
|
2026-07-02 12:58:18 +08:00
|
|
|
|
description: 海宇数科一站式大模型 API 与智能报告开发文档
|
2026-06-16 14:34:09 +08:00
|
|
|
|
---
|
|
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
# 平台介绍
|
2026-06-16 14:34:09 +08:00
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
海宇数科面向企业与开发者,提供 **国内大模型统一网关**、**控制台自助接入** 与 **智能报告 / Agent 技能** 能力。网关采用 **OpenAI 兼容** HTTP 协议,便于接入 Cursor、Claude Code 等编程工具及自有业务服务。
|
2026-06-16 14:34:09 +08:00
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
> 本站文档按「了解平台 → 选国内模型 → 接工具 / 写代码 → 运维计费」组织;**不提供** GPT、Claude 等海外原厂模型。
|
2026-06-16 14:34:09 +08:00
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
## 平台优势
|
2026-06-16 14:34:09 +08:00
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
| 能力 | 说明 |
|
2026-06-16 14:34:09 +08:00
|
|
|
|
| --- | --- |
|
2026-07-02 12:58:18 +08:00
|
|
|
|
| **国内模型矩阵** | DeepSeek、智谱 GLM、通义、Kimi、MiniMax、豆包等,在 **模型广场** 统一展示价格、能力与模型 ID |
|
|
|
|
|
|
| **OpenAI 兼容协议** | `POST /v1/chat/completions`;改 `baseURL` 与 API Key 即可对接多数 SDK 与 IDE |
|
|
|
|
|
|
| **工具接入** | [Cursor](/docs/integrations/cursor)、[Claude Code](/docs/integrations/claude_code)、[Continue](/docs/integrations/continue)、[Cline](/docs/integrations/cline) 等配置说明 |
|
|
|
|
|
|
| **控制台闭环** | 体验中心、API Key、使用记录、账单、发票与余额告警 |
|
|
|
|
|
|
| **企业场景** | [智能报告](/reports)、[Agent 技能](/agents) |
|
2026-06-16 14:34:09 +08:00
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
## 查看模型
|
2026-06-16 14:34:09 +08:00
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
- **官网 [模型广场](/models)**:对外展示目录
|
|
|
|
|
|
- **控制台 [模型广场](https://console.haiyushuke.com/models)**:复制 **模型 ID**、查看计价与能力
|
2026-06-16 14:34:09 +08:00
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
`model` 请求参数须与控制台 ID **完全一致**(例如 `deepseek-chat`、`glm-5.1`,以实际上线为准)。
|
2026-06-16 14:34:09 +08:00
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
## 极速体验
|
2026-06-16 14:34:09 +08:00
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
1. 登录 [控制台](https://console.haiyushuke.com) → **实名认证**
|
|
|
|
|
|
2. **体验中心** 选择国内模型试调用
|
|
|
|
|
|
3. 创建 **API Key**,按 [工具接入概览](/docs/integrations/overview) 或 [快速开始](/docs/getting-started) 配置客户端
|
2026-06-16 14:34:09 +08:00
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
## 快速开始
|
2026-06-16 14:34:09 +08:00
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
[快速开始](/docs/getting-started):注册、Key、首次 HTTP 调用、核对使用记录。
|
2026-06-16 14:34:09 +08:00
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
## 接入方式
|
2026-06-16 14:34:09 +08:00
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
| 类型 | 文档 |
|
2026-06-16 14:34:09 +08:00
|
|
|
|
| --- | --- |
|
2026-07-02 12:58:18 +08:00
|
|
|
|
| IDE / 编程助手 | [工具接入概览](/docs/integrations/overview) → Cursor、Claude Code 等 |
|
|
|
|
|
|
| HTTP / SDK | [HTTP API](/docs/guides/http_api)、[OpenAI 兼容 SDK](/docs/guides/openai_compatible)、[流式调用](/docs/guides/streaming) |
|
|
|
|
|
|
| 运维 | [控制台](/docs/guides/console)、[API Key](/docs/guides/api_keys)、[计费与财务](/docs/guides/billing) |
|
2026-06-16 14:34:09 +08:00
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
## 核心概念
|
2026-06-16 14:34:09 +08:00
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
[Token、上下文与模型 ID](/docs/concepts/overview)
|
2026-06-16 14:34:09 +08:00
|
|
|
|
|
|
|
|
|
|
## 服务地址
|
|
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
| 用途 | 地址 |
|
2026-06-16 14:34:09 +08:00
|
|
|
|
| --- | --- |
|
2026-07-02 12:58:18 +08:00
|
|
|
|
| 控制台 | [https://console.haiyushuke.com](https://console.haiyushuke.com) |
|
|
|
|
|
|
| API Base URL | `https://api.haiyushuke.com/v1` |
|
2026-06-16 14:34:09 +08:00
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
## 推荐阅读路径
|
2026-06-16 14:34:09 +08:00
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
1. [快速开始](/docs/getting-started) → [Cursor 接入](/docs/integrations/cursor)
|
|
|
|
|
|
2. 业务后端:[HTTP API](/docs/guides/http_api) → [计费与财务](/docs/guides/billing)
|
|
|
|
|
|
3. 排错:[常见问题](/docs/faq)
|
2026-06-16 14:34:09 +08:00
|
|
|
|
|
|
|
|
|
|
## 需要帮助?
|
|
|
|
|
|
|
2026-07-02 12:58:18 +08:00
|
|
|
|
[常见问题](/docs/faq) · [用户协议](/docs/legal/user-agreement) · [隐私政策](/docs/legal/privacy) · [联系我们](/#contact) · [企业微信客服](https://work.weixin.qq.com/kfid/kfc1f8fc41acaca0895)
|