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
| Field | Type | Description |
|---|---|---|
| model | string | Model ID or alias: gpt-4o-mini (default), gpt-4o, claude-sonnet, claude-haiku, llama-70b, |
| messages* | array | Chat messages array [{role: "user"|"system"|"assistant", content: "..."}] |
| max_tokens | number | Maximum tokens to generate (model-dependent default) |
| temperature | number | Sampling temperature (0-2) |
| reasoning_effort | string | low | 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.