One API Key, Access All Models

KeyFrog 12 个精选主流 AI 模型 · 按场景智能分组 · 一个 API Key 全部打通,按量计费。

Register Free View Docs

Get test credits on sign-up, integrate in 3 lines of code

ⓘ Core Benefits
Simple Integration — Just change the base_url
Transparent Pricing — 10-20% cheaper than official, no monthly fee
Rich Models — 10+ mainstream models, all in one platform

Why Choose KeyFrog

Engineering-grade stability, enterprise-grade service

Unified API Interface

One standard interface for multiple AI providers, no need for separate official accounts

🛡️

High Availability Architecture

Multi-cloud deployment, intelligent routing, auto-switching nodes

💰

Pay-as-you-go

Token-based billing, no monthly fee, fast top-up, supports Alipay/WeChat/Corporate transfer

📄

Enterprise Verification

Corporate bank transfer, VAT invoices, dedicated service and support

🔒

Data Security

No storage of user request content, industry-standard security, encrypted transmission

🌐

Chinese Support

Chinese technical support, real-time response via Telegram/WeChat, detailed docs

精选 AI 模型

按场景精选 12 个主流模型 · 一个 API Key 全部调用

Reasoning
Coding
General
Chinese
deepseek-v4-pro
深度求索 v4 旗舰版 · 复杂推理首选
glm-5.1
智谱最新旗舰 · 推理性能顶尖
kimi-k2-thinking
月之暗面 · 深度思考增强
MiniMax-M3
MiniMax M3 · 长链路推理
qwen-plus
通义千问增强版 · 代码生成与补全
glm-4.7
智谱 GLM-4.7 · 代码理解
deepseek-v4-flash
深度求索 v4 快速版 · 极速响应
kimi-k2-turbo-preview
月之暗面 · 编程加速版
qwen-turbo
通义千问极速版 · 日常对话首选
moonshot-v1-128k
Moonshot 128K · 长文本理解
MiniMax-M2.7
MiniMax M2.7 · 通用对话
glm-5-turbo
智谱 GLM-5 加速版 · 多场景
qwen-plus
通义千问增强版 · 中文优化
glm-5.1
智谱 GLM-5.1 · 中文旗舰
kimi-k2.5
月之暗面 k2.5 · 中文稳定版
deepseek-v4-pro
深度求索 v4 · 中文能力强
查看全部 24 个模型 →

Quick Start

API integration in 3 steps

1

Register & Get API Key

After free registration, copy your default API Key from the console (format: sk-xxxx...)

2

Change Request URL

client = OpenAI( api_key="您的密钥", base_url="https://api.keyfrog.top/v1" # 改为 KeyFrog 地址 )
3

Call Models

response = client.chat.completions.create( model="qwen-plus", messages=[{"role": "user", "content": "你好"}] )

一个接口,调用所有模型

View Full Docs

Pricing

Transparent pricing, pay-as-you-go, ~10% cheaper than official

真实在售模型(按量计费)

所有模型均为实际可在 One-API 调用的模型。具体价格请登录控制台查看,计费按实际 token 使用量计算。

模型 系列 适用场景
deepseek-v4-flash DeepSeek 深度求索 v4 快速版,推理与对话兼顾
deepseek-v4-pro DeepSeek 深度求索 v4 专业版,复杂任务首选
glm-4-flash GLM 智谱 GLM-4 轻量版,免费可用
glm-4.5 GLM 智谱 GLM-4.5
glm-4.5-air GLM 智谱 GLM-4.5 轻量版
glm-4.6 GLM 智谱 GLM-4.6
glm-4.7 GLM 智谱 GLM-4.7
glm-5 GLM 智谱 GLM-5
glm-5-turbo GLM 智谱 GLM-5 加速版
glm-5.1 GLM 智谱最新旗舰 GLM-5.1
kimi-k2-thinking Kimi 月之暗面 Kimi k2 深度思考
kimi-k2-turbo-preview Kimi 月之暗面 Kimi k2 预览加速
kimi-k2.5 Kimi 月之暗面 Kimi k2.5 稳定版
MiniMax-M2.5 MiniMax MiniMax M2.5 稳定版
MiniMax-M2.5-highspeed MiniMax MiniMax M2.5 高速版
MiniMax-M2.7 MiniMax MiniMax M2.7
MiniMax-M2.7-highspeed MiniMax MiniMax M2.7 高速版
MiniMax-M3 MiniMax MiniMax M3 旗舰版
moonshot-v1-128k Moonshot Moonshot 128K 长文本
moonshot-v1-32k Moonshot Moonshot 32K 上下文
moonshot-v1-8k Moonshot Moonshot 8K 上下文
qwen-max Qwen 通义千问旗舰版
qwen-plus Qwen 通义千问增强版
qwen-turbo Qwen 通义千问极速版

💡 精确价格请登录控制台查看 · 价格可能随官方调整,以控制台实时价格为准

Cost = Conversion Rate × Group Ratio × Model Ratio × (Prompt tokens + Completion tokens × Completion Ratio) / 500000 (USD)
💡 Billing Example
假设使用 qwen-plus 模型,输入 1000 tokens,输出 500 tokens:
费用 = 1 × 1 × 1 × (1000 + 500 × 1) / 500000 = 0.003 美元 ≈ 0.021 人民币
💳

Exchange Rate

1:7 ($1 = ¥7)
Minimum top-up $5 (¥35)

Payment Methods

Alipay, WeChat Pay
Corporate bank transfer

📄

Invoicing

VAT invoices available
for verified enterprises

FAQ

Quick answers to your questions

KeyFrog 提供什么服务? +
KeyFrog 是面向企业与开发者的 AI 技术 API 接入服务平台,提供统一的 API 接口对接 200+AI 模型,用于系统集成、应用开发等企业级场景。
需要单独申请各模型官方账号吗? +
不需要。您只需注册 KeyFrog 账号,即可通过统一接口调用所有支持的 AI 模型。
支持哪些支付方式? +
支持支付宝、微信扫码支付,以及企业对公转账。充值秒到账,按使用量计费,没有月费。
和直接调用官方 API 有什么区别? +
功能完全一致,都是调用模型 API。优势在于:统一接口对接多个模型服务商、支持本地支付方式(支付宝/微信)、提供中文技术支持。
适合哪些使用场景? +
适用于企业系统集成、软件开发、内部工具、业务自动化等场景。包括 AI 对话应用开发、代码辅助、内容处理等。