OpenAI-compatible chat completion (branded tier)
OpenAI-compatible chat completion (branded tier). $0.10/1M tokens, min $0.0010/request. USDC on Solana or Base.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1005 msmedian answer time
$0.001listed price per call
$0.001price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://openrelay.hggfffdfy687.workers.dev/v1/premium/chat/completions
| Category | Market data |
|---|---|
| Provider host | openrelay.hggfffdfy687.workers.dev |
| Networks | cosmos:gonka-mainnet, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 257 from 5 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.001 | 1005 ms |
Example input (from the provider)
{
"body": {
"max_tokens": 256,
"messages": [
{
"content": "Hello",
"role": "user"
}
],
"model": "deepseek-ai/DeepSeek-V4-Flash-0731"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"max_tokens": {
"default": 512,
"maximum": 16384,
"minimum": 1,
"type": "integer"
},
"messages": {
"items": {
"properties": {
"content": {
"type": "string"
},
"role": {
"enum": [
"system",
"user",
"assistant"
]
}
},
"required": [
"role",
"content"
],
"type": "object"
},
"type": "array"
},
"model": {
"default": "deepseek-ai/DeepSeek-V4-Flash-0731",
"description": "Model id. Available: DeepSeek V4 Flash (400k ctx), Kimi K2.6 (240k ctx), MiniMax M2.7 (180k ctx). See GET /v1/models. Default: DeepSeek V4 Flash.",
"enum": [
"deepseek-ai/DeepSeek-V4-Flash-0731",
"moonshotai/Kimi-K2.6",
"MiniMaxAI/MiniMax-M2.7"
],
"type": "string"
},
"stream": {
"default": false,
"type": "boolean"
},
"temperature": {
"default": 1,
"maximum": 2,
"minimum": 0,
"type": "number"
}
},
"required": [
"messages"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}