{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-zeroreader-com-v1-ai-llama-1b",
  "title": "ZeroReader \u00b7 Llama 3.2 1B Inference",
  "url": "https://api.zeroreader.com/v1/ai/llama-1b",
  "category": "ai",
  "summary": "Runs Llama 3.2 1B inference with configurable temperature and max tokens, optimized for speed and minimal cost.",
  "seo": {
    "title": "Llama 3.2 1B API - x402 LLM Inference",
    "description": "Fast, cheap Llama 3.2 1B text generation via x402. $0.001 USDC per call on Base. ZeroReader smallest Llama model for low-latency inference."
  },
  "use_cases": [
    "Power low-latency chat responses in agent workflows",
    "Generate draft content for human review",
    "Classify text with lightweight local-model equivalent"
  ],
  "ideal_buyer": "Agent developers and applications needing fastest, cheapest LLM inference for high-volume, latency-sensitive tasks.",
  "example_prompt": "Summarize this paragraph in one sentence",
  "example_request_body": {
    "messages": [
      {
        "role": "user",
        "content": "Summarize this paragraph in one sentence"
      }
    ],
    "max_tokens": 256,
    "temperature": 0.7
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.05,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xca99149c1a5959f7e5968259178f974aacc70f55",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "1000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Llama 3.2 1B \u2014 Smallest Llama. Fastest, cheapest.",
      "verified": false,
      "hints": {
        "input": {
          "method": "POST",
          "messages": [
            {
              "role": "user",
              "content": "Hello, how are you?"
            }
          ],
          "max_tokens": 256,
          "temperature": 0.7
        },
        "output": {
          "id": "chatcmpl-example",
          "object": "chat.completion",
          "choices": [
            {
              "index": 0,
              "message": {
                "role": "assistant",
                "content": "I'm doing well!"
              },
              "finish_reason": "stop"
            }
          ]
        }
      }
    }
  ],
  "duplicate_cluster_id": "data-cl-461b269291ba",
  "origin": {
    "slug": "api-zeroreader-com",
    "host": "api.zeroreader.com",
    "url": "https://api.zeroreader.com",
    "favicon": "https://zeroreader.com/icon.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-zeroreader-com-v1-ai-llama-1b",
    "url": "https://x402all.com/resource/api-zeroreader-com-v1-ai-llama-1b",
    "name": "ZeroReader \u00b7 Llama 3.2 1B Inference",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-zeroreader-com-v1-ai-llama-1b",
      "@type": "Offer",
      "price": "0.001",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.001000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://api.zeroreader.com/v1/ai/llama-1b",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-zeroreader-com",
      "url": "https://api.zeroreader.com",
      "name": "api.zeroreader.com",
      "@type": "Organization"
    },
    "identifier": "api-zeroreader-com-v1-ai-llama-1b",
    "description": "Fast, cheap Llama 3.2 1B text generation via x402. $0.001 USDC per call on Base. ZeroReader smallest Llama model for low-latency inference.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-zeroreader-com-v1-ai-llama-1b",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-zeroreader-com-v1-ai-llama-1b"
}
