CCAPI
C
CCAPI
/list_models

List available models

List the AI models this CCAPI key can actually call, with their capability category and the MCP tool that drives them. Call this before generating anything if y

liveunknown~5s typical
mcpccapi
$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-ccapi-mcp /list_models for me.

Input

FieldTypeDescription
categorystringFilter by capability. One of: text, image, video, music, embedding, other. Omit to list ev
searchstringCase-insensitive substring match on the model name, e.g. 'claude' or 'seedance'.

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

Try it

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