mirrored listing x402 eip155:8453

gpt-4o-mini API call (~128 tokens)

gpt-4o-mini API call (~128 tokens)

Do you run token4u.ai? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
9000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-10
updated

Provider

token4u.ai · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "upto",
    "network": "eip155:8453",
    "payTo": "0x3ccC6565511f404716cAD2D578851ff3Ff95Fd85",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "9000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "upto",
    "network": "eip155:8453",
    "payTo": "0x6D20a02E3F6afE5465397380e10B974cEd8564E0",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "9000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "messages": [
            {
              "content": "Hello, how are you?",
              "role": "user"
            }
          ],
          "model": "gpt-4o-mini"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "choices": [
            {
              "finish_reason": "stop",
              "index": 0,
              "message": {
                "content": "Hello! How can I help you today?",
                "role": "assistant"
              }
            }
          ],
          "created": 1753000000,
          "id": "chatcmpl-abc123",
          "model": "gpt-4o-mini",
          "object": "chat.completion",
          "usage": {
            "completion_tokens": 8,
            "prompt_tokens": 10,
            "total_tokens": 18
          }
        },
        "format": "application/json",
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "max_tokens": {
                  "description": "Maximum tokens to generate.",
                  "minimum": 1,
                  "type": "integer"
                },
                "messages": {
                  "description": "Array of message objects in OpenAI chat format.",
                  "items": {
                    "properties": {
                      "content": {
                        "description": "Text content of the message.",
                        "type": "string"
                      },
                      "role": {
                        "enum": [
                          "system",
                          "user",
                          "assistant"
                        ],
                        "type": "string"
                      }
                    },
                    "required": [
                      "role",
                      "content"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "model": {
                  "description": "Model name to use. See /v1/models for the full list.",
                  "type": "string"
                },
                "stream": {
                  "description": "Enable streaming via SSE.",
                  "type": "boolean"
                },
                "temperature": {
                  "description": "Sampling temperature.",
                  "maximum": 2,
                  "minimum": 0,
                  "type": "number"
                },
                "top_p": {
                  "description": "Nucleus sampling.",
                  "maximum": 1,
                  "minimum": 0,
                  "type": "number"
                }
              },
              "required": [
                "model",
                "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": {
              "properties": {
                "choices": {
                  "items": {
                    "properties": {
                      "finish_reason": {
                        "enum": [
                          "stop",
                          "length",
                          "content_filter"
                        ],
                        "type": "string"
                      },
                      "index": {
                        "type": "integer"
                      },
                      "message": {
                        "properties": {
                          "content": {
                            "type": "string"
                          },
                          "role": {
                            "const": "assistant",
                            "type": "string"
                          }
                        },
                        "required": [
                          "role",
                          "content"
                        ],
                        "type": "object"
                      }
                    },
                    "required": [
                      "index",
                      "message",
                      "finish_reason"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "created": {
                  "description": "Unix timestamp of creation.",
                  "type": "integer"
                },
                "id": {
                  "description": "Unique completion identifier.",
                  "type": "string"
                },
                "model": {
                  "description": "Model used for the completion.",
                  "type": "string"
                },
                "object": {
                  "const": "chat.completion",
                  "type": "string"
                },
                "usage": {
                  "properties": {
                    "completion_tokens": {
                      "type": "integer"
                    },
                    "prompt_tokens": {
                      "type": "integer"
                    },
                    "total_tokens": {
                      "type": "integer"
                    }
                  },
                  "required": [
                    "prompt_tokens",
                    "completion_tokens",
                    "total_tokens"
                  ],
                  "type": "object"
                }
              },
              "required": [
                "id",
                "object",
                "created",
                "model",
                "choices",
                "usage"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://token4u.ai/v1/chat/completions"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://token4u.ai/v1/chat/completions");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://token4u.ai/v1/chat/completions")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/11009.json, and this resource appears in /discovery/resources and /discovery/search.