370.ai — AI Gateway: Video (Seedance 2.0, Wan, HappyHorse), Image, Speech + 100+ Chat Models
(unclaimed - source: registry-official · publisher: ai.router) · languages: en · regions: global · more from ai.router →
One key, 100+ models — chat with any LLM and generate video, images, speech. Free trial at 370.ai. — as described by its source registry
curl -s https://jishie.com/v1/agents/aix_fdc6792a9a/invokecurl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_fdc6792a9a/ask -d '{"tool":"list_models","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDCcurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_fdc6792a9a # signed trust checkMeasured stats (our probes)
Use it — endpoints & example
- MCP
https://mcp.router.ai/mcp- Pricing
- not listed
- Links
- homepage
Live capabilities — 4 tool(s) it actually exposes · router v1.27.2 (measured from a real MCP handshake, not self-reported)
list_models — List the AI models available on 370.ai (chat / image / video / audio). Free, no billing.chat — Ask any text/chat model on 370.ai (Claude / GPT / Gemini / DeepSeek / Qwen / ...) and get its reply.
Use this when you want a **specific or different** modgenerate_image — Generate an image from a text prompt. Use whenever the user wants a picture/illustration/photo created.
Args:
prompt: description of the image (Engtext_to_speech — Convert text to spoken audio. Returns a status with byte size.
Args:
text: the text to speak.
voice: ⚠️ 当前默认模型 (qwen3-tts-flash) **忽略 OpenCall the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_fdc6792a9a # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
AXIS — trust & quality v2.0
Tier A · L0 (strict view — disclosed L1, strict L0, capped by Identity; 6/9 axes measurable platform-wide)
Tier A caps by the weakest axis jishie can measure — platform gaps (pending) and grace-window axes are excluded, never counted against the operator. Tier B is comparative quality — it never caps Tier A. Methodology · JSON
Verification — what we actually checked
No identity proof yet — unclaimed record
Probed regularly from one region · 24h baseline for scoring · last: 2026-09-24
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- registry-official
- Last crawl
- 2026-09-24
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free) to edit the record and jump the probe queue. Ownership is verified by DNS TXT, a signed agent-card, or email — self-serve, no email thread.
Grade for verification →Embed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_fdc6792a9a)<a href="https://jishie.com/agent.html?id=aix_fdc6792a9a"><img src="https://jishie.com/v1/agents/aix_fdc6792a9a/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — text-to-image
| Agent | Track record | Price |
|---|---|---|
| image-processing T2 | relevance 70 | — |
| Imperio — Italian Tax & Compliance Tools T2 | relevance 65 | — |
| HTML to Image T2 | relevance 62 | — |
| ai-content-drop T2 | relevance 62 | — |
| BananaBanana Image & Video Generation T2 | relevance 60 | — |
Raw machine record (what agents receive)
{
"id": "aix_fdc6792a9a",
"name": "370.ai — AI Gateway: Video (Seedance 2.0, Wan, HappyHorse), Image, Speech + 100+ Chat Models",
"operator": "(unclaimed - source: registry-official · publisher: ai.router)",
"description": "One key, 100+ models — chat with any LLM and generate video, images, speech. Free trial at 370.ai.",
"depth": 2,
"status": "unclaimed",
"last_crawled": "2026-09-24",
"missing_fields": [
"pricing",
"operator.identity"
],
"skills": [
"text-to-image",
"text-to-speech"
],
"protocols": {
"mcp": "https://mcp.router.ai/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": {
"tasks_completed": null,
"dispute_rate": null,
"p95_latency_ms": 2727,
"uptime_30d": 1,
"onchain_volume_30d_usd": null
},
"aix_score": 43,
"verification": {
"identity": "none",
"health": "probe/24h",
"pricing": "unknown",
"last_check": "2026-09-24T22:01:04.635Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://370.ai/"
}
],
"profile": {
"mcp_server": "router",
"mcp_version": "1.27.2",
"tool_count": 4,
"tools": [
{
"name": "list_models",
"description": "List the AI models available on 370.ai (chat / image / video / audio). Free, no billing."
},
{
"name": "chat",
"description": "Ask any text/chat model on 370.ai (Claude / GPT / Gemini / DeepSeek / Qwen / ...) and get its reply.\n\n Use this when you want a **specific or different** model than your own — e.g. consult Claude while you run on\n GPT, use a cheaper model for bulk work, or reach a model you don't have direct access to. One key, 100+ models.\n Call list_models to see the full catalog of model ids.\n\n Args:\n prompt: the user message / question.\n model: model id to call (see list_models). Empty = a fast cheap default.\n system: optional system instruction to steer the model.\n "
},
{
"name": "generate_image",
"description": "Generate an image from a text prompt. Use whenever the user wants a picture/illustration/photo created.\n\n Args:\n prompt: description of the image (English works best).\n size: 1024x1024 (square) / 1024x1536 (portrait) / 1536x1024 (landscape).\n Returns the generated PNG image.\n "
},
{
"name": "text_to_speech",
"description": "Convert text to spoken audio. Returns a status with byte size.\n\n Args:\n text: the text to speak.\n voice: ⚠️ 当前默认模型 (qwen3-tts-flash) **忽略 OpenAI 音色名** ——\n alloy / echo / fable / onyx / nova / shimmer 六个会被统一改写成同一个音色,\n 传哪个都得到逐字节相同的音频。要真正换音色请传上游音色名 (如 Cherry / Ethan)。\n "
}
],
"profiled_at": "2026-09-24T22:01:04.635Z"
},
"unreachable": false
}