aeX402 RPC (Solana + Robinhood Chain)
AR
aeX402 RPC (Solana + Robinhood Chain)
/ai_chat

ai chat

Send a chat completion request to the aeX402 AI Router. Free tier: 3 calls/day. Paid: deducts credits based on token usage.

liveverifiedunknown~5s typical
mcpprobedaex402rpc(solana
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-aex402-rpc /ai_chat for me.

Input

FieldTypeDescription
modelstringModel ID or alias: gpt-4o-mini (default), gpt-4o, claude-sonnet, claude-haiku, llama-70b,
messages*arrayChat messages array [{role: "user"|"system"|"assistant", content: "..."}]
max_tokensnumberMaximum tokens to generate (model-dependent default)
temperaturenumberSampling temperature (0-2)
reasoning_effortstringlow | medium | high — ask a reasoning-capable model to think harder. The chain-of-thought

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-aex402-rpc","endpoint":"/ai_chat","input":{"messages":[]}}'
cli
npx cracked-ai run -p mcp-com-aex402-rpc -e /ai_chat -i '{"messages":[]}'
mcp
run_tool({ provider: "mcp-com-aex402-rpc", endpoint: "/ai_chat", input: {"messages":[]} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.