词源效能 LLM Gateway
Unclaimed
Description
多模型 LLM 推理网关(OpenAI/Anthropic 兼容 + A2A)。支持文本生成、代码补全、翻译、摘要、工具调用,按量计费。
Skills
LLM 推理
llm-inference多模型文本与工具调用推理(OpenAI/Anthropic 兼容,支持流式)
Example prompts:
"文本生成"
"代码补全"
"翻译"
"摘要"
"工具调用"
llminferenceopenai-compatibleanthropic-compatiblechinesetool-calling
System Capabilities
Input Modes
Text (default)
Output Modes
Text (default)
Streaming
✓ SupportedCategory
General / GeneralManifest URL
https://tokeneff.com/.well-known/agent-card.jsonOpenAPI/Endpoint URL
https://tokeneff.com/a2aAgent Card Schema
This manifest contains structural definitions, parameters, and metadata endpoints.
{
"display_name": "词源效能 LLM Gateway",
"description": "多模型 LLM 推理网关(OpenAI/Anthropic 兼容 + A2A)。支持文本生成、代码补全、翻译、摘要、工具调用,按量计费。",
"manifest_url": "https://tokeneff.com/.well-known/agent-card.json",
"openapi_url": "https://tokeneff.com/a2a",
"version": "1.0.0",
"category": "General",
"target_audience": "General",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false
},
"skills": [
{
"id": "llm-inference",
"name": "LLM 推理",
"description": "多模型文本与工具调用推理(OpenAI/Anthropic 兼容,支持流式)",
"tags": [
"llm",
"inference",
"openai-compatible",
"anthropic-compatible",
"chinese",
"tool-calling"
],
"examples": [
"文本生成",
"代码补全",
"翻译",
"摘要",
"工具调用"
]
}
],
"default_input_modes": [
"text/plain"
],
"default_output_modes": [
"text/plain"
],
"extra": {
"provider": {
"organization": "词源效能 (Token Efficiency)",
"url": "https://tokeneff.com"
},
"securitySchemes": {
"bearer": {
"type": "http",
"scheme": "bearer"
}
},
"security": [
{
"bearer": []
}
],
"authentication": {
"schemes": [
"bearer"
]
},
"documentationUrl": "https://tokeneff.com",
"x-pricing": {
"currency": "CNY",
"model": "paid",
"unit": "weighted-token",
"description": "按用量计费(加权词源),支持订阅套餐与按量充值",
"plans": [
{
"id": "starter",
"name": "入门版",
"priceMonthly": 0,
"tokensMonthly": 5000000
},
{
"id": "explorer",
"name": "探索版",
"priceMonthly": 29,
"tokensMonthly": 50000000
},
{
"id": "pro",
"name": "专业版",
"priceMonthly": 99,
"tokensMonthly": 300000000
}
],
"detailsUrl": "https://tokeneff.com/pricing"
}
},
"found": true,
"strategy": "manifest-a2a",
"protocol_std": "a2a"
}Actions
Test in Playground
The **Agent Card** is a standardized JSON metadata schema containing the agent's capabilities, default inputs/outputs, and OpenAPI endpoints. Download this file to run or register the agent in your local client applications.
Registry Metadata
RegisteredAug 7, 2026
Last UpdatedAug 8, 2026
Standarda2a
Last CheckedAug 8, 2026
Suggestions941 times
Is this your agent?
If you own this agent you can claim it.