What Core providesCore 提供什么

Six shared services every product inherits instead of rebuilding每个产品继承的六项共享服务,无需重复构建

01

Model gateway统一模型网关

One unified API relays requests across OpenAI, Anthropic, and more, with central routing and failover.一套统一 API 在 OpenAI、Anthropic 等模型间中转请求,支持集中路由与故障转移。

RelayRouting
02

Identity & SSO身份与单点登录

Shared accounts, OAuth, and tokens give users a single login across every AICOFI product.共享账户、OAuth 与令牌让用户在每个 AICOFI 产品中一次登录。

AccountsOAuth
03

Payments & metering支付与计量

Quota, billing, top-ups, and usage metering run centrally so every product shares one bill.额度、计费、充值与用量计量集中运行,让每个产品共享一份账单。

BillingQuota
04

API keys & rate limitsAPI 密钥与限流

Issue scoped API keys with rate limits and request logs for every integration and team.为每个集成与团队签发带限流与请求日志的范围化 API 密钥。

KeysLimits
05

Safety & audit安全与审计

Channel policy and audit logs govern model access and keep sensitive actions traceable.渠道策略与审计日志管控模型访问,并让敏感动作可追溯。

PolicyAudit
06

Shared memory共享记忆

A shared profile and memory context follow users so products feel personal from the first prompt.共享的画像与记忆语境随用户流转,让产品从第一句提示起就懂用户。

ProfileContext

Why one core为何统一核心

A single shared layer earns its keep for users, builders, and the business alike一个共享层同时为用户、开发者与业务带来价值

01

For users面向用户

One login carries identity, quota, and memory across every AICOFI product.一次登录在每个 AICOFI 产品中携带身份、额度与记忆。

02

For builders面向开发者

One API reaches every model with auth, keys, and metering already handled.一套 API 触达每个模型,认证、密钥与计量已就绪。

03

For the business面向业务

One bill and central governance unify spend, policy, and audit across products.一份账单与集中治理统一各产品的支出、策略与审计。

How a product connects产品如何接入

Three steps from a new product to running on the shared layer从新产品到运行在共享层上的三个步骤

Connect to Core接入 Core

  • 1Get an AICOFI key获取密钥
    Issue a scoped API key with rate limits and logs.签发带限流与日志的范围化 API 密钥。
  • 2Call models via Core经 Core 调模型
    Use one unified endpoint to relay across providers.使用一个统一端点在各提供方间中转。
  • 3Trust Core for auth & billing由 Core 处理认证与计费
    Let Core handle identity, quota, and metering.让 Core 负责身份、额度与计量。
1login across every product一次登录,贯通每个产品
1bill for all model usage一份账单,覆盖全部模型用量