Relay
What Is Relay?
When to Use Relay vs OpenGPU
Use Relay
Use OpenGPU
Quick Example
curl -X POST https://relay.opengpu.network/api/ollama/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "llama3.2:3b",
"messages": [{"role": "user", "content": "Hello!"}]
}'Getting Started with Relay
Last updated