{
  "x402Version": 2,
  "id": 886,
  "slug": "886",
  "resource": "https://blockrun.ai/api/v1/chat/completions",
  "description": "AI chat completions API - pay per request with USDC on Base",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xe9030014F5DAe217d0A152f02A043567b16c1aBf",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "bodyFields": {
            "max_tokens": {
              "description": "Maximum tokens to generate",
              "type": "integer"
            },
            "messages": {
              "description": "Array of chat messages with role and content",
              "type": "array"
            },
            "model": {
              "description": "AI model ID (e.g., gpt-4o-mini, claude-haiku-4.5)",
              "type": "string"
            },
            "stream": {
              "description": "Enable streaming responses",
              "type": "boolean"
            },
            "temperature": {
              "description": "Sampling temperature (0-2)",
              "type": "number"
            }
          },
          "discoverable": true,
          "method": "POST",
          "type": "http"
        },
        "output": null
      },
      "schema": {
        "properties": {
          "input": {
            "properties": {
              "body": {
                "properties": {
                  "max_tokens": {
                    "description": "Maximum tokens to generate",
                    "type": "integer"
                  },
                  "messages": {
                    "description": "Array of chat messages with role and content",
                    "items": {
                      "properties": {
                        "content": {
                          "type": "string"
                        },
                        "role": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "model": {
                    "description": "AI model ID (e.g., gpt-4o-mini, claude-haiku-4.5)",
                    "type": "string"
                  },
                  "stream": {
                    "description": "Enable streaming responses",
                    "type": "boolean"
                  },
                  "temperature": {
                    "description": "Sampling temperature (0-2)",
                    "type": "number"
                  }
                },
                "required": [
                  "model",
                  "messages"
                ],
                "type": "object"
              }
            },
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "choices": {
                    "type": "array"
                  },
                  "usage": {
                    "type": "object"
                  }
                },
                "type": "object"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "blockrun.ai",
  "lastUpdated": "2026-09-18T21:51:42.091Z",
  "quality": {
    "lastCalledAt": "2026-09-17T02:58:14.46Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "blockrun.ai",
    "manifest_name": "blockrun.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}