Helm Inference API

Raw MetalMind inference endpoint. Direct access to PhotonicGPT-v2 token generation. Sovereign — no external APIs.

Endpoint

Raw Inference

POST /v1/infer
Content-Type: application/json

{
  "prompt": "The sovereign field computes",
  "tokens": 100,
  "temperature": 0.85,
  "topk": 30
}

Response:
{
  "output": "..."
}

Parameters

Stack