AI Workflow MCP

browse · models · Baidu

ERNIE X1 Turbo

Baidu model — context 32K, capabilities: tool_use · thinking.

Specs

Model IDernie-x1-turbo
ProviderBaidu
Familyernie-x1
Statusactive
Input $/MTok$0.14
Output $/MTok$0.56
Cache read $/MTok
Cache write $/MTok
Context window32,000 tokens (32K)
Max output8,000 tokens (8K)
Input modalities
text
Output modalities
text
Capabilities
tool_usethinking
Supported parameters
max_tokenstemperaturetop_ptoolstool_choicereasoninginclude_reasoning
Knowledge cutoff2025-04
Release date2025-04-01
Last synced2026-05-10
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": "ernie-x1-turbo" }
  }
}

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":"ernie-x1-turbo"}}}'