LinkAGI Model API

LinkAGI is a Chinese third-party AI API relay (中转站) that fronts a pool of upstream model accounts behind a single host, api.linktoagi.com, and re-exposes them on three imitated vendor protocols: OpenAI-compatible Chat Completions and Responses, an Anthropic Messages-shaped route, and a Gemini generateContent-shaped route. It is sold to developers running Codex, Claude Code, Gemini CLI and desktop chat clients who want a CNY, prepaid, pay-as-you-go base-URL swap instead of a foreign card and a vendor account. A token belongs to a group (号池) that decides which models it can address and at what billing ratio; the live model and price table is published unauthenticated at /api/pricing. The service runs the open-source New API gateway and publishes a first-party OpenAPI 3.1, APIs.json, llms.txt and Postman collection, plus an unusually candid evidence boundary that marks its Anthropic and Gemini compatibility as advertised but unverified.

LinkAGI Model API publishes 5 APIs on the APIs.io network, including Anthropic-style route API, Discovery API, Gemini-style route API, and 2 more. Tagged areas include AI, LLM, AI API gateway, relay, and OpenAI-compatible.

LinkAGI Model API’s developer surface includes authentication, documentation, getting-started guide, support, engineering blog, GitHub presence, pricing, and 19 more developer resources.

51.1/100 developing ▬ flat Agent 43/100 agent ready Full breakdown ↓
scored 2026-08-12 · rubric v0.11.0
5 APIs 1 MCP Servers
AILLMAI API gatewayrelayOpenAI-compatibleAnthropic-compatibleGemini-compatibledeveloper toolsCLI coding agentsmodel routingChina

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-12 · rubric v0.11.0
Composite quality — 51.1/100 · developing
Contract Quality 16.0 / 25
Developer Ergonomics 10.8 / 20
Commercial Clarity 8.9 / 20
Operational Transparency 4.8 / 13
Governance 1.4 / 12
Discoverability 9.3 / 10
Agent readiness — 43/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/linkagi-model-api: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 5

Individual APIs this provider publishes, each with its own machine-readable definition.

LinkAGI Model API Anthropic-style route API

Messages-shaped route advertised by the service. The route reaches authentication without a key; authenticated native compatibility has not been verified in the latest evidence ...

LinkAGI Model API Discovery API

Inspect the models visible to the current token group.

LinkAGI Model API Gemini-style route API

generateContent-shaped route advertised by the service. The route reaches authentication without a key; authenticated native compatibility has not been verified in the latest ev...

LinkAGI Model API OpenAI compatible API

OpenAI-compatible Chat Completions and Responses routes.

LinkAGI Model API Public metadata API

Unauthenticated service status and live pricing metadata.

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Linkagi Model Api Authentication

apiKey/http · 3 schemes

SECURITY

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 4

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
name: LinkAGI Model API
description: 'LinkAGI is a Chinese third-party AI API relay (中转站) that fronts a pool of upstream model accounts behind a single
  host, api.linktoagi.com, and re-exposes them on three imitated vendor protocols: OpenAI-compatible Chat Completions and
  Responses, an Anthropic Messages-shaped route, and a Gemini generateContent-shaped route. It is sold to developers running
  Codex, Claude Code, Gemini CLI and desktop chat clients who want a CNY, prepaid, pay-as-you-go base-URL swap instead of
  a foreign card and a vendor account. A token belongs to a group (号池) that decides which models it can address and at what
  billing ratio; the live model and price table is published unauthenticated at /api/pricing. The service runs the open-source
  New API gateway and publishes a first-party OpenAPI 3.1, APIs.json, llms.txt and Postman collection, plus an unusually candid
  evidence boundary that marks its Anthropic and Gemini compatibility as advertised but unverified.'
url: https://linkagi-model-api.apievangelist.com/apis.yml
image: https://api.linktoagi.com/favicon.svg
created: '2026-08-04'
modified: '2026-08-09'
specificationVersion: '0.21'
tags:
- AI
- LLM
- AI API gateway
- relay
- OpenAI-compatible
- Anthropic-compatible
- Gemini-compatible
- developer tools
- CLI coding agents
- model routing
- China
apis:
- aid: linkagi-model-api:linkagi-model-api-anthropic-style-route-api
  name: LinkAGI Model API Anthropic-style route API
  description: Messages-shaped route advertised by the service. The route reaches authentication without a key; authenticated
    native compatibility has not been verified in the latest evidence set.
  humanURL: https://docs.linktoagi.com/
  baseURL: https://api.linktoagi.com
  tags:
  - Anthropic-style route
  properties:
  - type: OpenAPI
    url: openapi/linkagi-model-api-anthropic-style-route-api-openapi.yml
  - type: DataModel
    url: data-model/linkagi-model-api-data-model.yml
- aid: linkagi-model-api:linkagi-model-api-discovery-api
  name: LinkAGI Model API Discovery API
  description: Inspect the models visible to the current token group.
  humanURL: https://docs.linktoagi.com/
  baseURL: https://api.linktoagi.com
  tags:
  - Discovery
  properties:
  - type: OpenAPI
    url: openapi/linkagi-model-api-discovery-api-openapi.yml
  - type: DataModel
    url: data-model/linkagi-model-api-data-model.yml
- aid: linkagi-model-api:linkagi-model-api-gemini-style-route-api
  name: LinkAGI Model API Gemini-style route API
  description: generateContent-shaped route advertised by the service. The route reaches authentication without a key; authenticated
    native compatibility has not been verified in the latest evidence set.
  humanURL: https://docs.linktoagi.com/
  baseURL: https://api.linktoagi.com
  tags:
  - Gemini-style route
  properties:
  - type: OpenAPI
    url: openapi/linkagi-model-api-gemini-style-route-api-openapi.yml
  - type: DataModel
    url: data-model/linkagi-model-api-data-model.yml
- aid: linkagi-model-api:linkagi-model-api-openai-compatible-api
  name: LinkAGI Model API OpenAI compatible API
  description: OpenAI-compatible Chat Completions and Responses routes.
  humanURL: https://docs.linktoagi.com/
  baseURL: https://api.linktoagi.com
  tags:
  - OpenAI compatible
  properties:
  - type: OpenAPI
    url: openapi/linkagi-model-api-openai-compatible-api-openapi.yml
  - type: DataModel
    url: data-model/linkagi-model-api-data-model.yml
- aid: linkagi-model-api:linkagi-model-api-public-metadata-api
  name: LinkAGI Model API Public metadata API
  description: Unauthenticated service status and live pricing metadata.
  humanURL: https://docs.linktoagi.com/
  baseURL: https://api.linktoagi.com
  tags:
  - Public metadata
  properties:
  - type: OpenAPI
    url: openapi/linkagi-model-api-public-metadata-api-openapi.yml
  - type: DataModel
    url: data-model/linkagi-model-api-data-model.yml
maintainers:
- FN: LinkAGI Support
  email: linktoagi@163.com
  url: https://docs.linktoagi.com/about.html#support
  organizationName: 福州市鼓楼区瀚海星矩网络技术工作室(个体工商户)
generated:
  by: apis.io/add
  model: claude-opus-4-8
  confidence: 88
  at: '2026-08-04T14:15:08.769Z'
common:
- type: MCPServer
  url: mcp/linkagi-model-api-mcp.yml
- type: Overlay
  url: overlays/linkagi-model-api-openapi-overlay.yaml
- type: DomainSecurity
  url: security/linkagi-model-api-domain-security.yml
- type: Authentication
  url: authentication/linkagi-model-api-authentication.yml
- type: DeveloperPortal
  url: https://api.linktoagi.com/
- type: Documentation
  url: https://docs.linktoagi.com/
- type: GettingStarted
  url: https://docs.linktoagi.com/codex-api.html
- type: Support
  url: https://docs.linktoagi.com/about.html#support
- type: Blog
  url: https://docs.linktoagi.com/articles/
- type: BlogRSS
  url: https://docs.linktoagi.com/feed.xml
- type: GitHub
  url: https://github.com/16871233/linkagi-api-starter
- type: Pricing
  url: https://api.linktoagi.com/pricing
- type: SignUp
  url: https://api.linktoagi.com/register
- type: TermsOfService
  url: https://api.linktoagi.com/user-agreement
- type: PrivacyPolicy
  url: https://api.linktoagi.com/privacy-policy
- type: StatusPage
  url: https://docs.linktoagi.com/status.html
- type: Postman
  url: https://www.postman.com/lhs-1-s-team/linkagi-api/collection/8nl8r40/linkagi-api
- type: APIsJSON
  url: https://docs.linktoagi.com/apis.json
- type: LLMsTxt
  url: llms/linkagi-model-api-llms.txt
- type: ChangeLog
  url: changelog/linkagi-model-api-changelog.yml
- type: Lifecycle
  url: lifecycle/linkagi-model-api-lifecycle.yml
- type: Conventions
  url: conventions/linkagi-model-api-conventions.yml
- type: ErrorCatalog
  url: errors/linkagi-model-api-problem-types.yml
- type: Conformance
  url: conformance/linkagi-model-api-conformance.yml
- type: Packages
  url: packages/linkagi-model-api-packages.yml
- type: AgentSkill
  url: skills/_index.yml
x-enrichment:
  date: '2026-08-09'
  status: enriched
  artifacts_added: 18
  pass: local-v1