List supported gateway providers and models
Public catalog of gateway providers that are registered and have at least one actively priced model. Does not include pricing or markup.
curl -X GET "https://example.com/v1/gateway/providers"{ "providers": [ { "id": "openrouter", "models": [ "anthropic/claude-3.5-sonnet", "openai/gpt-4o" ], "allowsAnyModel": true } ]}Run a completion via the gateway (validator auth) POST
Authenticated by a Bittensor validator's sr25519 signature over the newline-joined canonical message `sub41-gateway-v1\nMETHOD\npathAndQuery\nminerHotkey\nnonce\ntimestamp\nsha256(body) hex`. The body hash covers the request body exactly as sent on the wire (raw bytes) — send precisely the bytes you hashed; the server never re-serializes. The billed org is resolved from `x-miner-hotkey` via `OrgMiner` / `SubnetRegistration`. Replayed nonces and stale metagraph reads fail closed.
Get the latest forecast for an event GET
Returns the most recent calibrated forecast for the event from the inference bridge. Read-only and free — no credits are charged.