{"uid":"cap_A-dyybtK28_cJi8PbmZin","slug":"farout-pay-per-call-llm-inference-gpt-5-6-luna-f5638dfb","name":"FarOut Pay-Per-Call LLM Inference (GPT-5.6-Luna)","description":"Fixed-price chat completions for gpt-5.6-luna on FarOut: flat $0.002 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.016/1M input tokens, $0.096/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.","url":"https://farouter.tech/v1/models/gpt-5.6-luna/chat/completions","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"model":{"type":"string","description":"Model id from GET /v1/models, e.g. glm-5.3. No provider prefix."},"stream":{"type":"boolean","description":"SSE streaming."},"messages":{"type":"array","items":{"type":"object","required":["role","content"],"properties":{"role":{"enum":["system","developer","user","assistant","tool"],"type":"string"},"content":{}},"additionalProperties":true},"minItems":1,"description":"Chat messages, [OI]-compatible {role, content}."},"max_tokens":{"type":"integer","minimum":1,"description":"Output token budget. Sets your spending cap; actual usage is what gets settled (true-up)."},"temperature":{"type":"number","maximum":2,"minimum":0,"description":"Sampling temperature."},"max_completion_tokens":{"type":"integer","minimum":1,"description":"Alias of max_tokens (gpt-5.x models)."}}},"responseSchema":{"type":"json","example":{"usage":{"prompt_tokens":6,"completion_tokens":8},"choices":[{"message":{"role":"assistant","content":"Hello! How can I help?"},"finish_reason":"stop"}]}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_VYxTntX93kQFt99sDswXQ","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Runs chat completions against GPT-5.6-Luna via a pay-per-call gateway that charges $0.001 USDC on Base per request with no API key or account required.","exampleAgentPrompt":"Using FarOut's pay-per-call gateway with GPT-5.6-Luna, send this message: 'Explain the trade-offs between transformer and Mamba architectures in 3 bullet points.' Use up to 512 output tokens and a temperature of 0.7.","exampleUseCases":[{"title":"Autonomous agent reasoning step","prompt":"I need you to call GPT-5.6-Luna through FarOut — no API key, just pay per call in USDC — and ask it: 'Given the following sensor readings, which anomaly is most likely a hardware fault?' Use 1024 max tokens and temperature 0."},{"title":"Keyless coding assistant for a script","prompt":"Run this through FarOut's GPT-5.6-Luna endpoint: 'Write a Python function that batches API calls with exponential backoff and returns aggregated results.' Cap the output at 800 tokens."},{"title":"Agentic summarisation with no account","prompt":"Without needing an API key, use FarOut to call GPT-5.6-Luna and summarise this article in 5 sentences: [article text]. Keep temperature at 0.3 and limit the response to 300 tokens."}],"resultDescription":"An OpenAI-compatible chat completion response containing an assistant message, finish reason, and token usage counts (prompt_tokens and completion_tokens). Streaming SSE chunks are also available when stream is set to true.","failureModes":["Insufficient USDC balance or failed x402 payment returns a 402 Payment Required error","Invalid or unsupported model ID returns a 400 Bad Request","Messages array is empty or malformed, returning a validation error","Rate limiting or upstream model unavailability returns a 503 or 429","max_tokens set too low causes truncated or empty completions"],"whenToPreferThis":"Choose this endpoint when you need GPT-5.6-Luna inference without an OpenAI account or prepaid API credits — particularly in autonomous agent pipelines that already handle x402 USDC micropayments on Base. It is ideal for pay-as-you-go usage patterns, serverless or ephemeral agents, or situations where managing API keys is impractical. Prefer alternatives if you need guaranteed OpenAI SLA, direct OpenAI billing, or models not offered by FarOut.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:33:13.607Z","isFirstParty":false}