{"x402Version":2,"payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","resources":[{"id":7134,"slug":"7134","resource":"https://farouter.tech/v1/chat/completions","description":"[OI]-compatible LLM inference API for autonomous agents. Supports reasoning, coding and chat workloads. Pay with USDC on Base using x402 (upto scheme, true-up billing): the 402 quotes a spending CAP (estimated input tokens + your max_tokens at the model's per-1M price), and after the model answers you are settled for the ACTUAL usage — always <= the cap, never more. Minimum $0.001, cap $3.0 per call. Cached input bills at 10%. Failed calls are never charged. Any model from GET /v1/models.","type":"http","x402Version":2,"accepts":[{"scheme":"upto","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"GpxxoH3s8CqxyyWJvbDQDERbJpRgXei5jSHJjKmELtSZ","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"1000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"max_tokens":50,"messages":[{"content":"hi","role":"user"}],"model":"glm-5.3"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"choices":[{"finish_reason":"stop","message":{"content":"Hello! How can I help?","role":"assistant"}}],"usage":{"completion_tokens":8,"prompt_tokens":6}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"body":{"additionalProperties":true,"properties":{"max_completion_tokens":{"description":"Alias of max_tokens (gpt-5.x models).","minimum":1,"type":"integer"},"max_tokens":{"description":"Output token budget. Sets your spending cap; actual usage is what gets settled (true-up).","minimum":1,"type":"integer"},"messages":{"description":"Chat messages, [OI]-compatible {role, content}.","items":{"additionalProperties":true,"properties":{"content":{},"role":{"enum":["system","developer","user","assistant","tool"],"type":"string"}},"required":["role","content"],"type":"object"},"minItems":1,"type":"array"},"model":{"description":"Model id from GET /v1/models, e.g. glm-5.3. No provider prefix.","type":"string"},"stream":{"description":"SSE streaming.","type":"boolean"},"temperature":{"description":"Sampling temperature.","maximum":2,"minimum":0,"type":"number"}},"required":["model","messages"],"type":"object"},"bodyType":{"const":"json"},"method":{"const":"POST"},"type":{"const":"http"}},"required":["type","method","body"],"type":"object"},"output":{"properties":{"example":{"choices":{"items":{"properties":{"finish_reason":{"type":"string"},"message":{"properties":{"content":{"type":"string"},"role":{"type":"string"}},"type":"object"}},"type":"object"},"type":"array"},"usage":{"properties":{"completion_tokens":{"type":"integer"},"prompt_tokens":{"type":"integer"}},"type":"object"}},"type":{"const":"json"}},"required":["type","example"],"type":"object"}},"required":["input"],"type":"object"}},"faroutQuote":{"info":{"cachePricePer1M":0.036399999999999995,"inputPricePer1M":0.364,"inputTokens":1,"model":"cb/glm-5.3","outputPricePer1M":1.1440000000000001,"outputTokens":50,"usd":0.001},"schema":{"properties":{"cachePricePer1M":{"type":"number"},"inputPricePer1M":{"type":"number"},"inputTokens":{"type":"integer"},"model":{"type":"string"},"outputPricePer1M":{"type":"number"},"outputTokens":{"type":"integer"},"usd":{"type":"number"}},"required":["usd","model"],"type":"object"}}},"tags":["bazaar","faroutQuote"],"sourceHost":"farouter.tech","lastUpdated":"2026-09-17T06:49:21.138Z","quality":{"calls30d":411,"uniquePayers30d":9,"lastCalledAt":"2026-09-17T06:49:18.398Z"},"liveness":{},"verified":false,"featured":false},{"id":7136,"slug":"7136","resource":"https://farouter.tech/v1/models/glm-5.3-flash/chat/completions","description":"Fixed-price chat completions for glm-5.3-flash on FarOut: flat $0.002 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.008/1M input tokens, $0.028/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.","type":"http","x402Version":2,"accepts":[{"scheme":"upto","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"GpxxoH3s8CqxyyWJvbDQDERbJpRgXei5jSHJjKmELtSZ","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"2000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"max_tokens":50,"messages":[{"content":"hi","role":"user"}],"model":"glm-5.3-flash"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"choices":[{"finish_reason":"stop","message":{"content":"Hello! How can I help?","role":"assistant"}}],"usage":{"completion_tokens":8,"prompt_tokens":6}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"body":{"additionalProperties":true,"properties":{"max_completion_tokens":{"description":"Alias of max_tokens (gpt-5.x models).","minimum":1,"type":"integer"},"max_tokens":{"description":"Output token budget. Sets your spending cap; actual usage is what gets settled (true-up).","minimum":1,"type":"integer"},"messages":{"description":"Chat messages, [OI]-compatible {role, content}.","items":{"additionalProperties":true,"properties":{"content":{},"role":{"enum":["system","developer","user","assistant","tool"],"type":"string"}},"required":["role","content"],"type":"object"},"minItems":1,"type":"array"},"model":{"description":"Model id from GET /v1/models, e.g. glm-5.3. No provider prefix.","type":"string"},"stream":{"description":"SSE streaming.","type":"boolean"},"temperature":{"description":"Sampling temperature.","maximum":2,"minimum":0,"type":"number"}},"required":["model","messages"],"type":"object"},"bodyType":{"const":"json"},"method":{"const":"POST"},"type":{"const":"http"}},"required":["type","method","body"],"type":"object"},"output":{"properties":{"example":{"choices":{"items":{"properties":{"finish_reason":{"type":"string"},"message":{"properties":{"content":{"type":"string"},"role":{"type":"string"}},"type":"object"}},"type":"object"},"type":"array"},"usage":{"properties":{"completion_tokens":{"type":"integer"},"prompt_tokens":{"type":"integer"}},"type":"object"}},"type":{"const":"json"}},"required":["type","example"],"type":"object"}},"required":["input"],"type":"object"}},"faroutQuote":{"info":{"cachePricePer1M":0,"inputPricePer1M":39.215686,"inputTokens":1,"model":"glm-5.3-flash","outputPricePer1M":39.215686,"outputTokens":50,"usd":0.002},"schema":{"properties":{"cachePricePer1M":{"type":"number"},"inputPricePer1M":{"type":"number"},"inputTokens":{"type":"integer"},"model":{"type":"string"},"outputPricePer1M":{"type":"number"},"outputTokens":{"type":"integer"},"usd":{"type":"number"}},"required":["usd","model"],"type":"object"}}},"tags":["bazaar","faroutQuote"],"sourceHost":"farouter.tech","lastUpdated":"2026-09-14T18:45:34.889Z","quality":{"calls30d":11,"uniquePayers30d":3,"lastCalledAt":"2026-09-14T18:45:34.186Z"},"liveness":{},"verified":false,"featured":false},{"id":7137,"slug":"7137","resource":"https://farouter.tech/v1/models/glm-5.2/chat/completions","description":"Fixed-price chat completions for glm-5.2 on FarOut: flat $0.002 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.011/1M input tokens, $0.035/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.","type":"http","x402Version":2,"accepts":[{"scheme":"upto","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"GpxxoH3s8CqxyyWJvbDQDERbJpRgXei5jSHJjKmELtSZ","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"2000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"max_tokens":50,"messages":[{"content":"hi","role":"user"}],"model":"glm-5.2"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"choices":[{"finish_reason":"stop","message":{"content":"Hello! How can I help?","role":"assistant"}}],"usage":{"completion_tokens":8,"prompt_tokens":6}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"body":{"additionalProperties":true,"properties":{"max_completion_tokens":{"description":"Alias of max_tokens (gpt-5.x models).","minimum":1,"type":"integer"},"max_tokens":{"description":"Output token budget. Sets your spending cap; actual usage is what gets settled (true-up).","minimum":1,"type":"integer"},"messages":{"description":"Chat messages, [OI]-compatible {role, content}.","items":{"additionalProperties":true,"properties":{"content":{},"role":{"enum":["system","developer","user","assistant","tool"],"type":"string"}},"required":["role","content"],"type":"object"},"minItems":1,"type":"array"},"model":{"description":"Model id from GET /v1/models, e.g. glm-5.3. No provider prefix.","type":"string"},"stream":{"description":"SSE streaming.","type":"boolean"},"temperature":{"description":"Sampling temperature.","maximum":2,"minimum":0,"type":"number"}},"required":["model","messages"],"type":"object"},"bodyType":{"const":"json"},"method":{"const":"POST"},"type":{"const":"http"}},"required":["type","method","body"],"type":"object"},"output":{"properties":{"example":{"choices":{"items":{"properties":{"finish_reason":{"type":"string"},"message":{"properties":{"content":{"type":"string"},"role":{"type":"string"}},"type":"object"}},"type":"object"},"type":"array"},"usage":{"properties":{"completion_tokens":{"type":"integer"},"prompt_tokens":{"type":"integer"}},"type":"object"}},"type":{"const":"json"}},"required":["type","example"],"type":"object"}},"required":["input"],"type":"object"}},"faroutQuote":{"info":{"cachePricePer1M":0,"inputPricePer1M":39.215686,"inputTokens":1,"model":"glm-5.2","outputPricePer1M":39.215686,"outputTokens":50,"usd":0.002},"schema":{"properties":{"cachePricePer1M":{"type":"number"},"inputPricePer1M":{"type":"number"},"inputTokens":{"type":"integer"},"model":{"type":"string"},"outputPricePer1M":{"type":"number"},"outputTokens":{"type":"integer"},"usd":{"type":"number"}},"required":["usd","model"],"type":"object"}}},"tags":["bazaar","faroutQuote"],"sourceHost":"farouter.tech","lastUpdated":"2026-09-14T18:45:29.717Z","quality":{"calls30d":8,"uniquePayers30d":3,"lastCalledAt":"2026-09-14T18:45:29.279Z"},"liveness":{},"verified":false,"featured":false},{"id":7138,"slug":"7138","resource":"https://farouter.tech/v1/models/deepseek-v4-pro/chat/completions","description":"Fixed-price chat completions for deepseek-v4-pro on FarOut: flat $0.002 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.037/1M input tokens, $0.111/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.","type":"http","x402Version":2,"accepts":[{"scheme":"upto","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"GpxxoH3s8CqxyyWJvbDQDERbJpRgXei5jSHJjKmELtSZ","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"2000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"max_tokens":50,"messages":[{"content":"hi","role":"user"}],"model":"deepseek-v4-pro"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"choices":[{"finish_reason":"stop","message":{"content":"Hello! How can I help?","role":"assistant"}}],"usage":{"completion_tokens":8,"prompt_tokens":6}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"body":{"additionalProperties":true,"properties":{"max_completion_tokens":{"description":"Alias of max_tokens (gpt-5.x models).","minimum":1,"type":"integer"},"max_tokens":{"description":"Output token budget. Sets your spending cap; actual usage is what gets settled (true-up).","minimum":1,"type":"integer"},"messages":{"description":"Chat messages, [OI]-compatible {role, content}.","items":{"additionalProperties":true,"properties":{"content":{},"role":{"enum":["system","developer","user","assistant","tool"],"type":"string"}},"required":["role","content"],"type":"object"},"minItems":1,"type":"array"},"model":{"description":"Model id from GET /v1/models, e.g. glm-5.3. No provider prefix.","type":"string"},"stream":{"description":"SSE streaming.","type":"boolean"},"temperature":{"description":"Sampling temperature.","maximum":2,"minimum":0,"type":"number"}},"required":["model","messages"],"type":"object"},"bodyType":{"const":"json"},"method":{"const":"POST"},"type":{"const":"http"}},"required":["type","method","body"],"type":"object"},"output":{"properties":{"example":{"choices":{"items":{"properties":{"finish_reason":{"type":"string"},"message":{"properties":{"content":{"type":"string"},"role":{"type":"string"}},"type":"object"}},"type":"object"},"type":"array"},"usage":{"properties":{"completion_tokens":{"type":"integer"},"prompt_tokens":{"type":"integer"}},"type":"object"}},"type":{"const":"json"}},"required":["type","example"],"type":"object"}},"required":["input"],"type":"object"}},"faroutQuote":{"info":{"cachePricePer1M":0,"inputPricePer1M":39.215686,"inputTokens":1,"model":"deepseek-v4-pro","outputPricePer1M":39.215686,"outputTokens":50,"usd":0.002},"schema":{"properties":{"cachePricePer1M":{"type":"number"},"inputPricePer1M":{"type":"number"},"inputTokens":{"type":"integer"},"model":{"type":"string"},"outputPricePer1M":{"type":"number"},"outputTokens":{"type":"integer"},"usd":{"type":"number"}},"required":["usd","model"],"type":"object"}}},"tags":["bazaar","faroutQuote"],"sourceHost":"farouter.tech","lastUpdated":"2026-09-14T18:45:24.055Z","quality":{"calls30d":8,"uniquePayers30d":3,"lastCalledAt":"2026-09-14T18:45:23.303Z"},"liveness":{},"verified":false,"featured":false},{"id":7139,"slug":"7139","resource":"https://farouter.tech/v1/models/gpt-5.5/chat/completions","description":"Fixed-price chat completions for gpt-5.5 on FarOut: flat $0.002 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.020/1M input tokens, $0.120/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.","type":"http","x402Version":2,"accepts":[{"scheme":"upto","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"GpxxoH3s8CqxyyWJvbDQDERbJpRgXei5jSHJjKmELtSZ","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"2000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"max_tokens":50,"messages":[{"content":"hi","role":"user"}],"model":"gpt-5.5"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"choices":[{"finish_reason":"stop","message":{"content":"Hello! How can I help?","role":"assistant"}}],"usage":{"completion_tokens":8,"prompt_tokens":6}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"body":{"additionalProperties":true,"properties":{"max_completion_tokens":{"description":"Alias of max_tokens (gpt-5.x models).","minimum":1,"type":"integer"},"max_tokens":{"description":"Output token budget. Sets your spending cap; actual usage is what gets settled (true-up).","minimum":1,"type":"integer"},"messages":{"description":"Chat messages, [OI]-compatible {role, content}.","items":{"additionalProperties":true,"properties":{"content":{},"role":{"enum":["system","developer","user","assistant","tool"],"type":"string"}},"required":["role","content"],"type":"object"},"minItems":1,"type":"array"},"model":{"description":"Model id from GET /v1/models, e.g. glm-5.3. No provider prefix.","type":"string"},"stream":{"description":"SSE streaming.","type":"boolean"},"temperature":{"description":"Sampling temperature.","maximum":2,"minimum":0,"type":"number"}},"required":["model","messages"],"type":"object"},"bodyType":{"const":"json"},"method":{"const":"POST"},"type":{"const":"http"}},"required":["type","method","body"],"type":"object"},"output":{"properties":{"example":{"choices":{"items":{"properties":{"finish_reason":{"type":"string"},"message":{"properties":{"content":{"type":"string"},"role":{"type":"string"}},"type":"object"}},"type":"object"},"type":"array"},"usage":{"properties":{"completion_tokens":{"type":"integer"},"prompt_tokens":{"type":"integer"}},"type":"object"}},"type":{"const":"json"}},"required":["type","example"],"type":"object"}},"required":["input"],"type":"object"}},"faroutQuote":{"info":{"cachePricePer1M":0,"inputPricePer1M":39.215686,"inputTokens":1,"model":"gpt-5.5","outputPricePer1M":39.215686,"outputTokens":50,"usd":0.002},"schema":{"properties":{"cachePricePer1M":{"type":"number"},"inputPricePer1M":{"type":"number"},"inputTokens":{"type":"integer"},"model":{"type":"string"},"outputPricePer1M":{"type":"number"},"outputTokens":{"type":"integer"},"usd":{"type":"number"}},"required":["usd","model"],"type":"object"}}},"tags":["bazaar","faroutQuote"],"sourceHost":"farouter.tech","lastUpdated":"2026-09-12T16:57:48.078Z","quality":{"calls30d":8,"uniquePayers30d":3,"lastCalledAt":"2026-09-12T16:57:47.33Z"},"liveness":{},"verified":false,"featured":false},{"id":7145,"slug":"7145","resource":"https://farouter.tech/v1/models/kimi-k3/chat/completions","description":"Fixed-price chat completions for kimi-k3 on FarOut: flat $0.002 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.192/1M input tokens, $0.960/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.","type":"http","x402Version":2,"accepts":[{"scheme":"upto","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"GpxxoH3s8CqxyyWJvbDQDERbJpRgXei5jSHJjKmELtSZ","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"2000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"max_tokens":50,"messages":[{"content":"hi","role":"user"}],"model":"kimi-k3"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"choices":[{"finish_reason":"stop","message":{"content":"Hello! How can I help?","role":"assistant"}}],"usage":{"completion_tokens":8,"prompt_tokens":6}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"body":{"additionalProperties":true,"properties":{"max_completion_tokens":{"description":"Alias of max_tokens (gpt-5.x models).","minimum":1,"type":"integer"},"max_tokens":{"description":"Output token budget. Sets your spending cap; actual usage is what gets settled (true-up).","minimum":1,"type":"integer"},"messages":{"description":"Chat messages, [OI]-compatible {role, content}.","items":{"additionalProperties":true,"properties":{"content":{},"role":{"enum":["system","developer","user","assistant","tool"],"type":"string"}},"required":["role","content"],"type":"object"},"minItems":1,"type":"array"},"model":{"description":"Model id from GET /v1/models, e.g. glm-5.3. No provider prefix.","type":"string"},"stream":{"description":"SSE streaming.","type":"boolean"},"temperature":{"description":"Sampling temperature.","maximum":2,"minimum":0,"type":"number"}},"required":["model","messages"],"type":"object"},"bodyType":{"const":"json"},"method":{"const":"POST"},"type":{"const":"http"}},"required":["type","method","body"],"type":"object"},"output":{"properties":{"example":{"choices":{"items":{"properties":{"finish_reason":{"type":"string"},"message":{"properties":{"content":{"type":"string"},"role":{"type":"string"}},"type":"object"}},"type":"object"},"type":"array"},"usage":{"properties":{"completion_tokens":{"type":"integer"},"prompt_tokens":{"type":"integer"}},"type":"object"}},"type":{"const":"json"}},"required":["type","example"],"type":"object"}},"required":["input"],"type":"object"}},"faroutQuote":{"info":{"cachePricePer1M":0,"inputPricePer1M":39.215686,"inputTokens":1,"model":"kimi-k3","outputPricePer1M":39.215686,"outputTokens":50,"usd":0.002},"schema":{"properties":{"cachePricePer1M":{"type":"number"},"inputPricePer1M":{"type":"number"},"inputTokens":{"type":"integer"},"model":{"type":"string"},"outputPricePer1M":{"type":"number"},"outputTokens":{"type":"integer"},"usd":{"type":"number"}},"required":["usd","model"],"type":"object"}}},"tags":["bazaar","faroutQuote"],"sourceHost":"farouter.tech","lastUpdated":"2026-09-03T12:33:56.841Z","quality":{"calls30d":8,"uniquePayers30d":2,"lastCalledAt":"2026-09-03T12:33:56.377Z"},"liveness":{},"verified":false,"featured":false},{"id":7140,"slug":"7140","resource":"https://farouter.tech/v1/models/gpt-5.6-luna/chat/completions","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.","type":"http","x402Version":2,"accepts":[{"scheme":"upto","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"GpxxoH3s8CqxyyWJvbDQDERbJpRgXei5jSHJjKmELtSZ","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"2000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"max_tokens":50,"messages":[{"content":"hi","role":"user"}],"model":"gpt-5.6-luna"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"choices":[{"finish_reason":"stop","message":{"content":"Hello! How can I help?","role":"assistant"}}],"usage":{"completion_tokens":8,"prompt_tokens":6}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"body":{"additionalProperties":true,"properties":{"max_completion_tokens":{"description":"Alias of max_tokens (gpt-5.x models).","minimum":1,"type":"integer"},"max_tokens":{"description":"Output token budget. Sets your spending cap; actual usage is what gets settled (true-up).","minimum":1,"type":"integer"},"messages":{"description":"Chat messages, [OI]-compatible {role, content}.","items":{"additionalProperties":true,"properties":{"content":{},"role":{"enum":["system","developer","user","assistant","tool"],"type":"string"}},"required":["role","content"],"type":"object"},"minItems":1,"type":"array"},"model":{"description":"Model id from GET /v1/models, e.g. glm-5.3. No provider prefix.","type":"string"},"stream":{"description":"SSE streaming.","type":"boolean"},"temperature":{"description":"Sampling temperature.","maximum":2,"minimum":0,"type":"number"}},"required":["model","messages"],"type":"object"},"bodyType":{"const":"json"},"method":{"const":"POST"},"type":{"const":"http"}},"required":["type","method","body"],"type":"object"},"output":{"properties":{"example":{"choices":{"items":{"properties":{"finish_reason":{"type":"string"},"message":{"properties":{"content":{"type":"string"},"role":{"type":"string"}},"type":"object"}},"type":"object"},"type":"array"},"usage":{"properties":{"completion_tokens":{"type":"integer"},"prompt_tokens":{"type":"integer"}},"type":"object"}},"type":{"const":"json"}},"required":["type","example"],"type":"object"}},"required":["input"],"type":"object"}},"faroutQuote":{"info":{"cachePricePer1M":0,"inputPricePer1M":39.215686,"inputTokens":1,"model":"gpt-5.6-luna","outputPricePer1M":39.215686,"outputTokens":50,"usd":0.002},"schema":{"properties":{"cachePricePer1M":{"type":"number"},"inputPricePer1M":{"type":"number"},"inputTokens":{"type":"integer"},"model":{"type":"string"},"outputPricePer1M":{"type":"number"},"outputTokens":{"type":"integer"},"usd":{"type":"number"}},"required":["usd","model"],"type":"object"}}},"tags":["bazaar","faroutQuote"],"sourceHost":"farouter.tech","lastUpdated":"2026-09-03T12:35:40.493Z","quality":{"calls30d":7,"uniquePayers30d":2,"lastCalledAt":"2026-09-03T12:35:39.772Z"},"liveness":{},"verified":false,"featured":false},{"id":7141,"slug":"7141","resource":"https://farouter.tech/v1/models/gpt-5.6-sol/chat/completions","description":"Fixed-price chat completions for gpt-5.6-sol on FarOut: flat $0.005 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.380/1M input tokens, $2.280/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.","type":"http","x402Version":2,"accepts":[{"scheme":"upto","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"GpxxoH3s8CqxyyWJvbDQDERbJpRgXei5jSHJjKmELtSZ","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"max_tokens":50,"messages":[{"content":"hi","role":"user"}],"model":"gpt-5.6-sol"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"choices":[{"finish_reason":"stop","message":{"content":"Hello! How can I help?","role":"assistant"}}],"usage":{"completion_tokens":8,"prompt_tokens":6}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"body":{"additionalProperties":true,"properties":{"max_completion_tokens":{"description":"Alias of max_tokens (gpt-5.x models).","minimum":1,"type":"integer"},"max_tokens":{"description":"Output token budget. Sets your spending cap; actual usage is what gets settled (true-up).","minimum":1,"type":"integer"},"messages":{"description":"Chat messages, [OI]-compatible {role, content}.","items":{"additionalProperties":true,"properties":{"content":{},"role":{"enum":["system","developer","user","assistant","tool"],"type":"string"}},"required":["role","content"],"type":"object"},"minItems":1,"type":"array"},"model":{"description":"Model id from GET /v1/models, e.g. glm-5.3. No provider prefix.","type":"string"},"stream":{"description":"SSE streaming.","type":"boolean"},"temperature":{"description":"Sampling temperature.","maximum":2,"minimum":0,"type":"number"}},"required":["model","messages"],"type":"object"},"bodyType":{"const":"json"},"method":{"const":"POST"},"type":{"const":"http"}},"required":["type","method","body"],"type":"object"},"output":{"properties":{"example":{"choices":{"items":{"properties":{"finish_reason":{"type":"string"},"message":{"properties":{"content":{"type":"string"},"role":{"type":"string"}},"type":"object"}},"type":"object"},"type":"array"},"usage":{"properties":{"completion_tokens":{"type":"integer"},"prompt_tokens":{"type":"integer"}},"type":"object"}},"type":{"const":"json"}},"required":["type","example"],"type":"object"}},"required":["input"],"type":"object"}},"faroutQuote":{"info":{"cachePricePer1M":0,"inputPricePer1M":98.039216,"inputTokens":1,"model":"gpt-5.6-sol","outputPricePer1M":98.039216,"outputTokens":50,"usd":0.005},"schema":{"properties":{"cachePricePer1M":{"type":"number"},"inputPricePer1M":{"type":"number"},"inputTokens":{"type":"integer"},"model":{"type":"string"},"outputPricePer1M":{"type":"number"},"outputTokens":{"type":"integer"},"usd":{"type":"number"}},"required":["usd","model"],"type":"object"}}},"tags":["bazaar","faroutQuote"],"sourceHost":"farouter.tech","lastUpdated":"2026-09-03T12:35:34.458Z","quality":{"calls30d":7,"uniquePayers30d":2,"lastCalledAt":"2026-09-03T12:35:34.004Z"},"liveness":{},"verified":false,"featured":false},{"id":7142,"slug":"7142","resource":"https://farouter.tech/v1/models/deepseek-v4-flash/chat/completions","description":"Fixed-price chat completions for deepseek-v4-flash on FarOut: flat $0.002 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.023/1M input tokens, $0.069/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.","type":"http","x402Version":2,"accepts":[{"scheme":"upto","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"GpxxoH3s8CqxyyWJvbDQDERbJpRgXei5jSHJjKmELtSZ","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"2000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"max_tokens":50,"messages":[{"content":"hi","role":"user"}],"model":"deepseek-v4-flash"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"choices":[{"finish_reason":"stop","message":{"content":"Hello! How can I help?","role":"assistant"}}],"usage":{"completion_tokens":8,"prompt_tokens":6}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"body":{"additionalProperties":true,"properties":{"max_completion_tokens":{"description":"Alias of max_tokens (gpt-5.x models).","minimum":1,"type":"integer"},"max_tokens":{"description":"Output token budget. Sets your spending cap; actual usage is what gets settled (true-up).","minimum":1,"type":"integer"},"messages":{"description":"Chat messages, [OI]-compatible {role, content}.","items":{"additionalProperties":true,"properties":{"content":{},"role":{"enum":["system","developer","user","assistant","tool"],"type":"string"}},"required":["role","content"],"type":"object"},"minItems":1,"type":"array"},"model":{"description":"Model id from GET /v1/models, e.g. glm-5.3. No provider prefix.","type":"string"},"stream":{"description":"SSE streaming.","type":"boolean"},"temperature":{"description":"Sampling temperature.","maximum":2,"minimum":0,"type":"number"}},"required":["model","messages"],"type":"object"},"bodyType":{"const":"json"},"method":{"const":"POST"},"type":{"const":"http"}},"required":["type","method","body"],"type":"object"},"output":{"properties":{"example":{"choices":{"items":{"properties":{"finish_reason":{"type":"string"},"message":{"properties":{"content":{"type":"string"},"role":{"type":"string"}},"type":"object"}},"type":"object"},"type":"array"},"usage":{"properties":{"completion_tokens":{"type":"integer"},"prompt_tokens":{"type":"integer"}},"type":"object"}},"type":{"const":"json"}},"required":["type","example"],"type":"object"}},"required":["input"],"type":"object"}},"faroutQuote":{"info":{"cachePricePer1M":0,"inputPricePer1M":39.215686,"inputTokens":1,"model":"deepseek-v4-flash","outputPricePer1M":39.215686,"outputTokens":50,"usd":0.002},"schema":{"properties":{"cachePricePer1M":{"type":"number"},"inputPricePer1M":{"type":"number"},"inputTokens":{"type":"integer"},"model":{"type":"string"},"outputPricePer1M":{"type":"number"},"outputTokens":{"type":"integer"},"usd":{"type":"number"}},"required":["usd","model"],"type":"object"}}},"tags":["bazaar","faroutQuote"],"sourceHost":"farouter.tech","lastUpdated":"2026-09-03T12:34:21.015Z","quality":{"calls30d":7,"uniquePayers30d":2,"lastCalledAt":"2026-09-03T12:34:20.607Z"},"liveness":{},"verified":false,"featured":false},{"id":7143,"slug":"7143","resource":"https://farouter.tech/v1/models/minimax-m3/chat/completions","description":"Fixed-price chat completions for minimax-m3 on FarOut: flat $0.002 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.019/1M input tokens, $0.077/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.","type":"http","x402Version":2,"accepts":[{"scheme":"upto","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"GpxxoH3s8CqxyyWJvbDQDERbJpRgXei5jSHJjKmELtSZ","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"2000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"max_tokens":50,"messages":[{"content":"hi","role":"user"}],"model":"minimax-m3"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"choices":[{"finish_reason":"stop","message":{"content":"Hello! How can I help?","role":"assistant"}}],"usage":{"completion_tokens":8,"prompt_tokens":6}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"body":{"additionalProperties":true,"properties":{"max_completion_tokens":{"description":"Alias of max_tokens (gpt-5.x models).","minimum":1,"type":"integer"},"max_tokens":{"description":"Output token budget. Sets your spending cap; actual usage is what gets settled (true-up).","minimum":1,"type":"integer"},"messages":{"description":"Chat messages, [OI]-compatible {role, content}.","items":{"additionalProperties":true,"properties":{"content":{},"role":{"enum":["system","developer","user","assistant","tool"],"type":"string"}},"required":["role","content"],"type":"object"},"minItems":1,"type":"array"},"model":{"description":"Model id from GET /v1/models, e.g. glm-5.3. No provider prefix.","type":"string"},"stream":{"description":"SSE streaming.","type":"boolean"},"temperature":{"description":"Sampling temperature.","maximum":2,"minimum":0,"type":"number"}},"required":["model","messages"],"type":"object"},"bodyType":{"const":"json"},"method":{"const":"POST"},"type":{"const":"http"}},"required":["type","method","body"],"type":"object"},"output":{"properties":{"example":{"choices":{"items":{"properties":{"finish_reason":{"type":"string"},"message":{"properties":{"content":{"type":"string"},"role":{"type":"string"}},"type":"object"}},"type":"object"},"type":"array"},"usage":{"properties":{"completion_tokens":{"type":"integer"},"prompt_tokens":{"type":"integer"}},"type":"object"}},"type":{"const":"json"}},"required":["type","example"],"type":"object"}},"required":["input"],"type":"object"}},"faroutQuote":{"info":{"cachePricePer1M":0,"inputPricePer1M":39.215686,"inputTokens":1,"model":"minimax-m3","outputPricePer1M":39.215686,"outputTokens":50,"usd":0.002},"schema":{"properties":{"cachePricePer1M":{"type":"number"},"inputPricePer1M":{"type":"number"},"inputTokens":{"type":"integer"},"model":{"type":"string"},"outputPricePer1M":{"type":"number"},"outputTokens":{"type":"integer"},"usd":{"type":"number"}},"required":["usd","model"],"type":"object"}}},"tags":["bazaar","faroutQuote"],"sourceHost":"farouter.tech","lastUpdated":"2026-09-03T12:34:18.558Z","quality":{"calls30d":7,"uniquePayers30d":2,"lastCalledAt":"2026-09-03T12:34:17.833Z"},"liveness":{},"verified":false,"featured":false},{"id":7144,"slug":"7144","resource":"https://farouter.tech/v1/models/glm-5.3/chat/completions","description":"Fixed-price chat completions for glm-5.3 on FarOut: flat $0.002 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.090/1M input tokens, $0.282/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.","type":"http","x402Version":2,"accepts":[{"scheme":"upto","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"GpxxoH3s8CqxyyWJvbDQDERbJpRgXei5jSHJjKmELtSZ","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"2000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"max_tokens":50,"messages":[{"content":"hi","role":"user"}],"model":"glm-5.3"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"choices":[{"finish_reason":"stop","message":{"content":"Hello! How can I help?","role":"assistant"}}],"usage":{"completion_tokens":8,"prompt_tokens":6}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"body":{"additionalProperties":true,"properties":{"max_completion_tokens":{"description":"Alias of max_tokens (gpt-5.x models).","minimum":1,"type":"integer"},"max_tokens":{"description":"Output token budget. Sets your spending cap; actual usage is what gets settled (true-up).","minimum":1,"type":"integer"},"messages":{"description":"Chat messages, [OI]-compatible {role, content}.","items":{"additionalProperties":true,"properties":{"content":{},"role":{"enum":["system","developer","user","assistant","tool"],"type":"string"}},"required":["role","content"],"type":"object"},"minItems":1,"type":"array"},"model":{"description":"Model id from GET /v1/models, e.g. glm-5.3. No provider prefix.","type":"string"},"stream":{"description":"SSE streaming.","type":"boolean"},"temperature":{"description":"Sampling temperature.","maximum":2,"minimum":0,"type":"number"}},"required":["model","messages"],"type":"object"},"bodyType":{"const":"json"},"method":{"const":"POST"},"type":{"const":"http"}},"required":["type","method","body"],"type":"object"},"output":{"properties":{"example":{"choices":{"items":{"properties":{"finish_reason":{"type":"string"},"message":{"properties":{"content":{"type":"string"},"role":{"type":"string"}},"type":"object"}},"type":"object"},"type":"array"},"usage":{"properties":{"completion_tokens":{"type":"integer"},"prompt_tokens":{"type":"integer"}},"type":"object"}},"type":{"const":"json"}},"required":["type","example"],"type":"object"}},"required":["input"],"type":"object"}},"faroutQuote":{"info":{"cachePricePer1M":0,"inputPricePer1M":39.215686,"inputTokens":1,"model":"glm-5.3","outputPricePer1M":39.215686,"outputTokens":50,"usd":0.002},"schema":{"properties":{"cachePricePer1M":{"type":"number"},"inputPricePer1M":{"type":"number"},"inputTokens":{"type":"integer"},"model":{"type":"string"},"outputPricePer1M":{"type":"number"},"outputTokens":{"type":"integer"},"usd":{"type":"number"}},"required":["usd","model"],"type":"object"}}},"tags":["bazaar","faroutQuote"],"sourceHost":"farouter.tech","lastUpdated":"2026-09-03T12:34:09.915Z","quality":{"calls30d":7,"uniquePayers30d":2,"lastCalledAt":"2026-09-03T12:34:09.296Z"},"liveness":{},"verified":false,"featured":false},{"id":7135,"slug":"7135","resource":"https://farouter.tech/v1/messages","description":"[OI]-compatible LLM inference API for autonomous agents. Supports reasoning, coding and chat workloads. Pay with USDC on Base using x402 (upto scheme, true-up billing): the 402 quotes a spending CAP (estimated input tokens + your max_tokens at the model's per-1M price), and after the model answers you are settled for the ACTUAL usage — always <= the cap, never more. Minimum $0.001, cap $3.0 per call. Cached input bills at 10%. Failed calls are never charged. Any model from GET /v1/models.","type":"http","x402Version":2,"accepts":[{"scheme":"upto","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:8453","payTo":"0x8e3c3e9c91cc0161b5e1cf138180ef3641d2371e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"GpxxoH3s8CqxyyWJvbDQDERbJpRgXei5jSHJjKmELtSZ","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"1000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"max_tokens":50,"messages":[{"content":"hi","role":"user"}],"model":"glm-5.3"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"choices":[{"finish_reason":"stop","message":{"content":"Hello! How can I help?","role":"assistant"}}],"usage":{"completion_tokens":8,"prompt_tokens":6}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"body":{"additionalProperties":true,"properties":{"max_completion_tokens":{"description":"Alias of max_tokens (gpt-5.x models).","minimum":1,"type":"integer"},"max_tokens":{"description":"Output token budget. Sets your spending cap; actual usage is what gets settled (true-up).","minimum":1,"type":"integer"},"messages":{"description":"Chat messages, [OI]-compatible {role, content}.","items":{"additionalProperties":true,"properties":{"content":{},"role":{"enum":["system","developer","user","assistant","tool"],"type":"string"}},"required":["role","content"],"type":"object"},"minItems":1,"type":"array"},"model":{"description":"Model id from GET /v1/models, e.g. glm-5.3. No provider prefix.","type":"string"},"stream":{"description":"SSE streaming.","type":"boolean"},"temperature":{"description":"Sampling temperature.","maximum":2,"minimum":0,"type":"number"}},"required":["model","messages"],"type":"object"},"bodyType":{"const":"json"},"method":{"const":"POST"},"type":{"const":"http"}},"required":["type","method","body"],"type":"object"},"output":{"properties":{"example":{"choices":{"items":{"properties":{"finish_reason":{"type":"string"},"message":{"properties":{"content":{"type":"string"},"role":{"type":"string"}},"type":"object"}},"type":"object"},"type":"array"},"usage":{"properties":{"completion_tokens":{"type":"integer"},"prompt_tokens":{"type":"integer"}},"type":"object"}},"type":{"const":"json"}},"required":["type","example"],"type":"object"}},"required":["input"],"type":"object"}},"faroutQuote":{"info":{"cachePricePer1M":0.008960000000000008,"inputPricePer1M":0.08960000000000007,"inputTokens":1,"model":"cb/glm-5.3","outputPricePer1M":0.2816000000000003,"outputTokens":50,"usd":0.001},"schema":{"properties":{"cachePricePer1M":{"type":"number"},"inputPricePer1M":{"type":"number"},"inputTokens":{"type":"integer"},"model":{"type":"string"},"outputPricePer1M":{"type":"number"},"outputTokens":{"type":"integer"},"usd":{"type":"number"}},"required":["usd","model"],"type":"object"}}},"tags":["bazaar","faroutQuote"],"sourceHost":"farouter.tech","lastUpdated":"2026-09-14T18:46:55.968Z","quality":{"calls30d":2,"uniquePayers30d":2,"lastCalledAt":"2026-09-14T18:46:53.38Z"},"liveness":{},"verified":false,"featured":false}]}