C
control-plane
/thinkneo_complete
thinkneo complete
Run a governed LLM completion through the ThinkNEO AI gateway. The request is authorized, classified, and policy-checked against your workspace governance BEFOR
liveunknown~5s typical
mcpcontrol-plane
$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-thinkneo-control-plane /thinkneo_complete for me.
Input
| Field | Type | Description |
|---|---|---|
| prompt* | string | The user prompt to complete |
| model | string | provider/model, e.g. 'anthropic/claude-haiku-4-5-20251001' default "anthropic/claude-haiku-4-5-20251001" |
| system | string | Optional system instruction |
| max_tokens | integer | Max output tokens default 256 |
| temperature | number | Sampling temperature default 0.7 |
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-thinkneo-control-plane","endpoint":"/thinkneo_complete","input":{"prompt":"...","model":"anthropic/claude-haiku-4-5-20251001","max_tokens":256,"temperature":0.7}}'cli
npx cracked-ai run -p mcp-ai-thinkneo-control-plane -e /thinkneo_complete -i '{"prompt":"...","model":"anthropic/claude-haiku-4-5-20251001","max_tokens":256,"temperature":0.7}'mcp
run_tool({ provider: "mcp-ai-thinkneo-control-plane", endpoint: "/thinkneo_complete", input: {"prompt":"...","model":"anthropic/claude-haiku-4-5-20251001","max_tokens":256,"temperature":0.7} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.