{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "compute-aurracloud-com-api-v1-chat-completions",
  "title": "Aurra Cloud \u00b7 LLM Chat Completions",
  "url": "https://compute.aurracloud.com/api/v1/chat/completions",
  "category": "ai",
  "summary": "Access large language model inference through an OpenAI-compatible chat completions endpoint.",
  "seo": {
    "title": "x402 LLM Inference API | Aurra Cloud",
    "description": "Pay-per-call LLM chat completions via x402 protocol. OpenAI-compatible API. Base network. 0.01 USDC per call."
  },
  "use_cases": [
    "Generate conversational AI responses",
    "Power chatbot backends",
    "Summarize long-form content",
    "Extract structured data from unstructured text"
  ],
  "ideal_buyer": "AI agents and applications needing standard LLM inference without managing model infrastructure.",
  "example_prompt": "Explain the x402 payment protocol in two sentences",
  "example_request_body": {
    "model": "gpt-4",
    "messages": [
      {
        "role": "user",
        "content": "Explain the x402 payment protocol in two sentences"
      }
    ]
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x06dd40010f8ab8562f05230bce17b496ac0f52b4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 3000,
      "mime_type": "application/json",
      "description": "Payment for AI inference",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "model": {
              "type": "string",
              "required": true,
              "description": "The model to use for the request"
            },
            "messages": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "role",
                  "content"
                ],
                "properties": {
                  "role": {
                    "type": "string"
                  },
                  "content": {
                    "type": "string"
                  }
                }
              }
            },
            "max_tokens": {
              "type": "number",
              "required": true,
              "description": "The maximum number of tokens to generate"
            }
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "ai-cl-ee066bfd2485",
  "origin": {
    "slug": "compute-aurracloud-com",
    "host": "compute.aurracloud.com",
    "title": "Aurra Cloud Compute",
    "description": "GPU compute infrastructure for AI training and inference. Offers on-demand access to high-performance computing resources via x402 payment.",
    "url": "https://compute.aurracloud.com",
    "favicon": "https://compute.aurracloud.com/logo.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/compute-aurracloud-com-api-v1-chat-completions",
    "url": "https://x402all.com/resource/compute-aurracloud-com-api-v1-chat-completions",
    "name": "Aurra Cloud \u00b7 LLM Chat Completions",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/compute-aurracloud-com-api-v1-chat-completions",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://compute.aurracloud.com/api/v1/chat/completions",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/compute-aurracloud-com",
      "url": "https://compute.aurracloud.com",
      "name": "Aurra Cloud Compute",
      "@type": "Organization"
    },
    "identifier": "compute-aurracloud-com-api-v1-chat-completions",
    "description": "Pay-per-call LLM chat completions via x402 protocol. OpenAI-compatible API. Base network. 0.01 USDC per call.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=compute-aurracloud-com-api-v1-chat-completions",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=compute-aurracloud-com-api-v1-chat-completions"
}
