{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "openai-cn2-ai-v1-chat-completions",
  "title": "CN2.ai \u00b7 Chat Completions",
  "url": "https://openai.cn2.ai/v1/chat/completions",
  "category": "ai",
  "summary": "Generate conversational responses using OpenAI-compatible chat completion models.",
  "seo": {
    "title": "x402 OpenAI-Compatible Chat API | Base Network",
    "description": "Access GPT-style chat completions via x402 micropayments. OpenAI-compatible API with model selection. Pay 0.003 USDC per call on Base."
  },
  "use_cases": [
    "Build chatbots with per-message billing",
    "Integrate LLM responses into agent workflows",
    "Access GPT models without subscription fees"
  ],
  "ideal_buyer": "AI agents and applications needing pay-per-use LLM access without API keys.",
  "example_prompt": "Explain blockchain consensus mechanisms",
  "example_request_body": {
    "model": "gpt-3.5-turbo",
    "messages": [
      {
        "role": "user",
        "content": "Explain blockchain consensus mechanisms"
      }
    ],
    "max_tokens": 500
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap",
    "ratio": 0.3,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x7955e395fbd1e87f5807f5dc31ded7954f462e1c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "3000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "model",
              "messages"
            ],
            "properties": {
              "model": {
                "type": "string",
                "description": "Model ID to use"
              },
              "stream": {
                "type": "boolean",
                "default": false
              },
              "messages": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "role",
                    "content"
                  ],
                  "properties": {
                    "role": {
                      "enum": [
                        "system",
                        "user",
                        "assistant"
                      ],
                      "type": "string"
                    },
                    "content": {
                      "type": "string"
                    }
                  }
                },
                "minItems": 1
              },
              "max_tokens": {
                "type": "integer"
              },
              "temperature": {
                "type": "number"
              }
            },
            "additionalProperties": false
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {}
        }
      }
    }
  ],
  "origin": {
    "slug": "openai-cn2-ai",
    "host": "openai.cn2.ai",
    "title": "OpenAI API proxy (openai.cn2.ai)",
    "description": "A proxy service routing requests to OpenAI's API. Currently reporting no available keys for the standard tier in the global region.",
    "url": "https://openai.cn2.ai"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/openai-cn2-ai-v1-chat-completions",
    "url": "https://x402all.com/resource/openai-cn2-ai-v1-chat-completions",
    "name": "CN2.ai \u00b7 Chat Completions",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/openai-cn2-ai-v1-chat-completions",
      "@type": "Offer",
      "price": "0.003",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.003000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://openai.cn2.ai/v1/chat/completions",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/openai-cn2-ai",
      "url": "https://openai.cn2.ai",
      "name": "OpenAI API proxy (openai.cn2.ai)",
      "@type": "Organization"
    },
    "identifier": "openai-cn2-ai-v1-chat-completions",
    "description": "Access GPT-style chat completions via x402 micropayments. OpenAI-compatible API with model selection. Pay 0.003 USDC per call on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=openai-cn2-ai-v1-chat-completions",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=openai-cn2-ai-v1-chat-completions"
}
