Frontier chat on QWEN3 30B A3b FP8 (@cf/qwen/qwen3-30b-a3b-fp8)
Frontier chat on QWEN3 30B A3b FP8 (@cf/qwen/qwen3-30b-a3b-fp8). POST messages[] for reasoning-heavy agent workloads; dynamic token pricing. Hero: GET /heroes/frontier-llm. Tiers: /v1/chat/reasoning, /v1/chat/code, /v1/chat/agent, /v1/chat/70b.
Needs input the listing does not giveour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.008listed price per call
n/aprice 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://llm.gedx402.com/v1/llm/:model
| Category | Code and developer |
|---|---|
| Provider host | llm.gedx402.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 69 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | needs input |
Example input (from the provider)
{
"body": {
"max_tokens": 128,
"messages": [
{
"content": "Say hello in one sentence.",
"role": "user"
}
]
},
"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": {
"additionalProperties": true,
"properties": {
"max_tokens": {
"type": "integer"
},
"messages": {
"items": {
"type": "object"
},
"type": "array"
}
},
"required": [
"messages"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}