{
  "x402Version": 2,
  "id": 10942,
  "slug": "10942",
  "resource": "https://modelprices.xyz/llm/limit/:model",
  "description": "Single-model capability lookup: context window size, max output tokens, and vision/audio/function-calling/reasoning support for one AI model by id. Answers 'can this model handle my task?' in one $0.003 call.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x63a20fa244d3E6a8902121E99704b7F857dc6EBB",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "3000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "model": "gpt-5"
          },
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "matched_id": "gemini-3-pro",
            "model": {
              "context_window": 2000000,
              "id": "gemini-3-pro",
              "max_output_tokens": 65536,
              "supports_vision": true
            }
          },
          "type": "json"
        }
      },
      "routeTemplate": "/llm/limit/:model",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "model": {
                    "description": "Model id or suffix",
                    "type": "string"
                  }
                },
                "required": [
                  "model"
                ],
                "type": "object"
              },
              "queryParams": {
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "builder-code": {
      "info": {
        "a": "modelprices"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "a": {
            "description": "App builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "s": {
            "description": "Service builder codes",
            "items": {
              "pattern": "^[a-z0-9_]{1,32}$",
              "type": "string"
            },
            "type": "array"
          },
          "w": {
            "description": "Wallet builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "builder-code"
  ],
  "sourceHost": "modelprices.xyz",
  "lastUpdated": "2026-08-29T06:03:44.641Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-29T06:03:43.64Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "modelprices.xyz",
    "manifest_name": "modelprices.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}