Overview
How It Works
mode → routing/billing category (direct or opengpu)
source → service type (ollama, vllm, audio, image, video, anthropic, openai)
model → specific model (gpt-oss:120b, sesame/csm-1b, etc.)Quick Example
curl -X POST https://relay.opengpu.network/v2/ollama/api/chat \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "gpt-oss:20b", "messages": [{"role": "user", "content": "Hello"}]}'Endpoints
Category
Endpoints
Description
Get Started
Last updated