跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://docs.omniakey.com/llms.txt

Use this file to discover all available pages before exploring further.

OmniaKey 是一个 面向 coding agents 的 LLM API 网关。一把 API key 可以接入当前公开目录里的 Claude、GPT 和 Gemini 模型,适用于 Claude Code、Cursor、Codex、Cline、aider,以及任何 OpenAI / Anthropic / Gemini 兼容工具。

快速开始

用 OpenAI 兼容接口跑通第一条请求

API 参考

三套协议、base URL、认证和错误处理

支持模型

当前公开 Claude、GPT、Gemini 模型 ID

一把 key,三套协议

所有公开开发者请求都走同一个 API 主机:
https://api.omniakey.com
协议Base URL常见用途
OpenAI 兼容https://api.omniakey.com/v1Cursor、Codex、Cline、aider、OpenAI SDK
Anthropic 原生https://api.omniakey.comClaude Code、Anthropic SDK
Gemini 原生https://api.omniakey.com/v1betaGoogle Gen AI SDK
大多数工具只需要 OpenAI 兼容入口。Claude Code 使用 Anthropic 原生入口;Gemini SDK 使用 Gemini 原生入口。

当前公开能力

OmniaKey docs 当前只承诺这些公开能力:
  • OpenAI 兼容 Chat Completions、Responses、Models
  • Anthropic Messages
  • Gemini Generate Content
  • API key、预付余额、单 key cap、用量记录
图片、音频、embeddings、rerank、files、fine-tuning、batches 暂不作为公开能力写入 docs。