{
  "x402Version": 2,
  "id": 3593,
  "slug": "3593",
  "resource": "https://llm.gedx402.com/v1/llm/:model",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb3C2776cE3F99cb3366520c27b4aC5D436942Ab6",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "8000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "max_tokens": 128,
            "messages": [
              {
                "content": "Say hello in one sentence.",
                "role": "user"
              }
            ]
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "model": "@cf/qwen/qwen3-30b-a3b-fp8",
            "response": "Hello!"
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/llm/:model",
      "schema": {
        "$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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "llm.gedx402.com",
  "lastUpdated": "2026-09-18T01:36:30.473Z",
  "quality": {
    "calls30d": 23,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-18T01:36:30.304Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "llm.gedx402.com",
    "manifest_name": "llm.gedx402.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}