teleagent2api 管理页

TeleAgent Web 转 OpenAI Chat Completions 兼容 API。此页只展示运行配置,不触发上游请求。

访问地址

管理页:/admin

健康检查:/health

API Base:https://teleagent2api.186.241.84.3.sslip.io/v1

API Key

sk-custom-your-key

配置状态

Token:已配置Device ID:已配置Install ID:已配置

上游:https://agent.teleai.com.cn

常用接口

https://teleagent2api.186.241.84.3.sslip.io/v1/models
https://teleagent2api.186.241.84.3.sslip.io/v1/chat/completions

模型

状态 JSON

{
  "apiBase": "https://teleagent2api.186.241.84.3.sslip.io/v1",
  "apiKeyConfigured": true,
  "deviceIdConfigured": true,
  "installIdConfigured": true,
  "models": [
    "chat-lite",
    "chat-pro",
    "chat-flash"
  ],
  "ok": true,
  "service": "teleagent2api",
  "supportsChatCompletions": true,
  "supportsStreaming": true,
  "tokenConfigured": true,
  "upstream": "https://agent.teleai.com.cn"
}