AI Workflow MCP

browse · models · 01.AI

Yi Large

01.AI model — context 33K, capabilities: tool_use.

Specs

Model IDyi-large
Provider01.AI
Familyyi
Statusactive
Input $/MTok$3
Output $/MTok$3
Cache read $/MTok
Cache write $/MTok
Context window32,768 tokens (33K)
Max output32,768 tokens (33K)
Input modalities
text
Output modalities
text
Capabilities
tool_use
Supported parameters
max_tokenstemperaturetop_ptoolstool_choice
Knowledge cutoff2024-09
Release date2024-09-01
Last synced2026-05-13
Deprecated
Official docsOpen docs
Intelligence indexnot measured
Throughput

Call via MCP

// claude-desktop / cursor / windsurf
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "id": 1,
  "params": {
    "name": "get_model_pricing",
    "arguments": { "model_id": "yi-large" }
  }
}

Call via REST

curl -X POST https://mcp.aiworkflowmcp.com/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"tools/call","id":1,"params":{"name":"get_model_pricing","arguments":{"model_id":"yi-large"}}}'