HF
Hugging Face Inference
/chat
Chat with any open model
OpenAI-compatible chat completion for any hosted model id, e.g. 'meta-llama/Llama-3.3-70B-Instruct' or 'Qwen/Qwen3.8-27B'.
livestable · 502ms~8s typical
llmopen sourcellamaqwendeepseekhuggingface
$0.0020
per 1k tokens + $0.001 call
plus $0.001 platform fee per run
Bring your own Hugging Face Inference key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run huggingface /chat for me.
Input
| Field | Type | Description |
|---|---|---|
| prompt* | string | Prompt |
| model | string | Model id default "meta-llama/Llama-3.3-70B-Instruct" |
| max_tokens | number | Max tokens default 1024 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"huggingface","endpoint":"/chat","input":{"prompt":"...","model":"meta-llama/Llama-3.3-70B-Instruct","max_tokens":1024}}'cli
npx cracked-ai run -p huggingface -e /chat -i '{"prompt":"...","model":"meta-llama/Llama-3.3-70B-Instruct","max_tokens":1024}'mcp
run_tool({ provider: "huggingface", endpoint: "/chat", input: {"prompt":"...","model":"meta-llama/Llama-3.3-70B-Instruct","max_tokens":1024} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.