Model API Service

Gogpu Cloud Model API · OpenAI / Anthropic compatible · Token packages + pay-as-you-go

Use the Model API to call large language models from your apps, scripts, or tools like Cursor without buying a GPU VM. Create an API key in the consoleopen in new window and set the base URL to https://mass.gogpu.cn.

TIP

New to LLMs and Token billing? Read Quick Start first, then Billing and API Guide.


Core capabilities

CapabilityDescription
Chat & textQ&A, writing, summarization, code assist (models listed in console)
Tool compatibilityOpenAI-style and Anthropic-style HTTP APIs — change base URL + key in most clients
BillingToken packages (prepaid quota) or pay-as-you-go (balance deducted by usage)
UsageUsage stats in console; package orders and balance details for billing
KeysCreate and manage sk- keys; set daily/monthly spend caps (CNY) for pay-as-you-go keys

API endpoints

PurposeURL
Chat (OpenAI style)https://mass.gogpu.cn/v1/chat/completions
Chat (Anthropic style)https://mass.gogpu.cn/anthropic/v1/messages
List modelsGET https://mass.gogpu.cn/v1/models (requires API key)

Base URL for tools:

  • OpenAI-compatible clients: https://mass.gogpu.cn/v1
  • Anthropic-compatible clients: https://mass.gogpu.cn/anthropic

WARNING

https://mass.gogpu.cn is an API endpoint, not a website. Configure it in code or AI tools; do not expect a page in the browser.


Model API vs GPU model marketplace

Console · Model APIGPU model marketplace (platform)
WhereConsole → Model API → model listPlatform GPU docs (Chinese)
Use caseCall hosted models via HTTP APIRun open-source models on your GPU VM
BillingToken packages or pay-as-you-goMainly GPU instance hours

Next steps

GoalDoc
First API call in ~5 minQuick Start
curl, Python, errorsAPI Guide
Pricing & settlementBilling
TroubleshootingFAQ

Full Chinese documentation: 简体中文首页

复制 MD