{
  "x402Version": 2,
  "id": 7262,
  "slug": "7262",
  "resource": "https://inference.algono.co/v1/responses",
  "description": "Low-cost OpenAI-compatible Responses API inference over Solana USDC x402.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "44QXKrTUzT1j5MPkZCQAE1y5jur6mxvugSrB7g61ERZ3",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "input": "Reply with exactly: x402 works",
            "model": "gpt-5.6-terra"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "id": "resp_example",
            "object": "response",
            "output": [
              {
                "content": [
                  {
                    "text": "x402 works",
                    "type": "output_text"
                  }
                ],
                "role": "assistant",
                "type": "message"
              }
            ],
            "status": "completed"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": true,
                "properties": {
                  "input": {
                    "description": "Responses API input.",
                    "type": [
                      "string",
                      "array"
                    ]
                  },
                  "model": {
                    "description": "Inference model identifier.",
                    "enum": [
                      "gpt-5.6-terra"
                    ],
                    "type": "string"
                  },
                  "stream": {
                    "type": "boolean"
                  }
                },
                "required": [
                  "model",
                  "input"
                ],
                "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": {
                "additionalProperties": true,
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "inference.algono.co",
  "lastUpdated": "2026-09-17T06:31:46.843Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-17T06:31:46.469Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "inference.algono.co",
    "manifest_name": "inference.algono.co",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}