teleagent2api 管理页
TeleAgent Web 转 OpenAI Chat Completions 兼容 API。此页只展示运行配置,不触发上游请求。
API Key
sk-custom-your-key
配置状态
Token:已配置Device ID:已配置Install ID:已配置
上游:https://agent.teleai.com.cn
常用接口
https://teleagent2api.unillm.online/v1/models https://teleagent2api.unillm.online/v1/chat/completions
模型
chat-litechat-prochat-flash
状态 JSON
{
"apiBase": "https://teleagent2api.unillm.online/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"
}