Vaaya
V
Vaaya
/llm

Ask Another LLM

Ask a DIFFERENT LLM a question and get its answer, billed per token from the Vaaya wallet (model cost + 3%, usually a fraction of a cent). Use it to get a secon

liveunknown~5s typical
mcpvaaya
$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-ai-vaaya-mcp /llm for me.

Input

FieldTypeDescription
prompt*stringThe question or task for the other model.
modelstring'auto' (default), 'cheap', 'mid', 'best', or an exact OpenRouter model slug (e.g. 'moonsho
systemstringOptional system prompt for the other model.
max_tokensnumberOptional cap on the response length in tokens (default 4096, max 16384).

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-ai-vaaya-mcp","endpoint":"/llm","input":{"prompt":"..."}}'
cli
npx cracked-ai run -p mcp-ai-vaaya-mcp -e /llm -i '{"prompt":"..."}'
mcp
run_tool({ provider: "mcp-ai-vaaya-mcp", endpoint: "/llm", input: {"prompt":"..."} })

Try it

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