A
ai-netcafe
/ask_model
Run a prompt on a specific LLM
Send a prompt to one specific large language model and get the answer plus measured platform cost metadata. The beta platform covers the user charge ($0.00); ca
liveverifiedunknown~5s typical
mcpprobedai-netcafe
$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-ainetcafe-ai-netcafe /ask_model for me.
Input
| Field | Type | Description |
|---|---|---|
| prompt* | string | The prompt to send. |
| model | string | Model id. Call list_models for available ids. Defaults to a cheap capable model. |
| system | string | Optional system instruction. |
| max_tokens | integer | Optional output cap. |
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-ainetcafe-ai-netcafe","endpoint":"/ask_model","input":{"prompt":"..."}}'cli
npx cracked-ai run -p mcp-com-ainetcafe-ai-netcafe -e /ask_model -i '{"prompt":"..."}'mcp
run_tool({ provider: "mcp-com-ainetcafe-ai-netcafe", endpoint: "/ask_model", input: {"prompt":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.