agentbox-inference
Installation
SKILL.md
LLM Inference
Paid OpenAI-compatible chat completions API at https://inference.surf.cascade.fyi. Costs $0.001-$0.003 USDC per call via x402 on Solana. Use the x_payment tool for all requests.
Endpoint
Chat Completions
Generate a chat completion from a supported model.
x_payment({
"url": "https://inference.surf.cascade.fyi/v1/chat/completions",
"method": "POST",
"body": "{\"model\": \"moonshotai/kimi-k2.5\", \"messages\": [{\"role\": \"user\", \"content\": \"Explain x402 in one sentence\"}]}"
})
Body Parameters: