What you get你能得到什么

A single integration that covers models, access, and the operational plumbing around them一次集成即可覆盖模型、访问与围绕它们的运维管道

01

Unified gateway统一网关

Call many providers through one OpenAI-compatible endpoint, so your code stays the same as models change.通过一个 OpenAI 兼容端点调用众多供应商,模型更换时代码无需改动。

OpenAI-compatibleMulti-provider
02

API keys & quotasAPI 密钥与配额

Issue, scope, and rotate keys per project, with quotas and rate limits enforced at the gateway.按项目签发、限定与轮换密钥,配额与速率限制在网关层强制执行。

KeysRate limits
03

Usage & billing用量与计费

Every request is metered with token-level usage, logs, and audit, ready for transparent billing.每次请求都会按 token 级别计量,配套日志与审计,支持透明计费。

MeteringAudit
04

Model routing & fallback模型路由与回退

Route across models by cost or capability and fall back automatically when a provider is degraded.按成本或能力在模型间路由,供应商降级时自动回退。

RoutingFallback

Quickstart快速开始

Three steps from a new account to your first model call从新建账户到首次模型调用,只需三步

Get calling开始调用

  • 1Create an account & key创建账户与密钥
    Sign up and issue a scoped API key from your dashboard.注册并在控制台中签发受限范围的 API 密钥。
  • 2Point your base URL to AICOFI把 base URL 指向 AICOFI
    Reuse any OpenAI-compatible SDK and set the base URL.复用任意 OpenAI 兼容 SDK,并设置 base URL。
  • 3Call any model调用任意模型
    Send a request, switch models by name, no code changes.发送请求,按名称切换模型,无需改动代码。
curl https://api.aicofi.com/v1/chat/completions \
  -H "Authorization: Bearer $AICOFI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-4o-mini",
    "messages": [
      {"role": "user", "content": "Hello, AICOFI"}
    ]
  }'

Who builds on AICOFI谁在 AICOFI 上构建

From shipping teams to solo builders, one gateway behind every product从产品团队到独立开发者,每个产品背后都是同一个网关

01

Product teams产品团队

Ship AI features fast with shared keys, quotas, and per-project usage you can trust.借助共享密钥、配额与可信的按项目用量,快速发布 AI 功能。

02

Indie builders独立开发者

Start with one key, reach many models, and only pay for what you call.一个密钥起步,接入众多模型,按调用量付费。

03

Internal tools内部工具

Give teams governed access with logs, audit, and limits already in place.为团队提供受治理的访问,日志、审计与限额开箱即用。

Ready to build?准备好开始构建了吗?

Developer access is rolling out. Request access and we will help you get a key and your first call working.开发者接入正逐步开放。申请接入,我们会帮你获取密钥并跑通首次调用。