Gemini 3.1 Pro API
Google 1M 上下文旗舰,半价直供。
通过兼容 OpenAI 的端点调用 Gemini 3.1 Pro — $0.625 输入 / $5.00 输出(每百万 tokens)。完整 1,048,576 token 上下文、原生多模态(图像、音频、视频),Google 官方价 5 折。
Independent third-party API aggregator. Not affiliated with or endorsed by any model provider; model names are trademarks of their respective owners.
看看你能创造什么

1M token 上下文
“一次请求加载整套代码库、整本书、视频字幕”

原生多模态
“单次多模态调用支持图像、音频、视频输入”

代码理解
“在 500K token 的 monorepo 上推理并提出重构方案”

长篇生成
“生成 65K 输出 token 的完整技术报告”
Gemini 3.1 Pro 价格对比
对比 Google AI 官方的每百万 token 价格(已核实)
几分钟即可集成
标准 REST API,支持任何编程语言。一个 API 密钥即可访问所有模型。
- 所有模型统一端点
- Bearer token 身份验证
- JSON 请求与响应
- 异步任务 Webhook 回调
- 提供 Python 和 Node.js SDK
# Gemini 3.1 Pro through OpenAI-compatible endpoint
from openai import OpenAI
client = OpenAI(
api_key="hyp-...",
base_url="https://api.hypereal.cloud/v1",
)
resp = client.chat.completions.create(
model="gemini-3.1-pro",
messages=[
{"role": "user", "content": "Summarize this 800-page PDF (loaded as 600K tokens of text)."},
],
)
print(resp.choices[0].message.content)为什么选择 Gemini 3.1 Pro
Google AI 官方价 5 折
同款 Gemini 3.1 Pro — $0.625 输入 / $5.00 输出(每百万 tokens),对比官方 $1.25 / $10。
1,048,576 token 上下文
生产环境中最大的上下文窗口:整套代码库、整本书、数小时的视频字幕都能塞进一次请求。
原生多模态输入
图像、音频、视频输入由模型原生处理 — 无需独立的视觉或转写流水线。
消耗的是哪种点数?
一个 API 密钥两种点数都能用。路由由你调用的模型决定,而非密钥。
Claude, GPT, and Gemini coding models spend the same Hypereal Credits wallet. Your selected top-up amount can reduce charges on these coding models.
Video, image, audio, 3D, GPU, training, and other model APIs use the prices shown on their product pages.
常见问题
这真的是 Google 的 Gemini 3.1 Pro 吗?
是的 — 同款模型、同样权重、字节级一致的输出。Hypereal 是经销商,以折扣价转售 Gemini 算力。
需要 Google Cloud 项目吗?
不需要。Hypereal 处理认证、计费、配额 — 无需 GCP 项目、无需配置 IAM、无需设置计费告警。
真的可以用满 1M token 上下文吗?
可以。完整 1,048,576 token 上下文窗口可用。注意:按 $0.625/百万 token 输入计费,1M token 请求仅输入就会花掉 $0.625 — 请预估好成本。
支持多模态输入吗?
支持。图像、音频、视频输入都能通过标准 OpenAI chat-completions 多模态格式原生使用。
如何计费?
Pay per request with credits. 100 credits = $1. Buy from $10. Card and crypto accepted. No subscription required.
1M 上下文,半价直供。
同款 Gemini 3.1 Pro,OpenAI SDK 直接替换,无需 GCP 配置。$10 起充值。

