API Playground

Test and explore SpazeNode APIs interactively.

P
Parthexpand_more

Inference

Clusters

Request Parameters

curl command
curl -X POST https://api.spazenode.io/v1/models/generate \
  -H "Authorization: Bearer sk_prod_••••" \
  -H "Content-Type: application/json" \
  -d '{
    "model_id": "llama-3-70b-instruct",
    "prompt": "Explain quantum computing in simple terms.",
    "temperature": 0.7,
    "max_tokens": 512
  }'
play_circle

Click "Run Request" to send parameters.

Outputs are securely resolved via attestation tunnels.