← Back to directory

POST /v1/chat/fast — @cf/meta/llama-3.2-1b-instruct (Workers AI, x402)

https://ged-x402.jvalamis.workers.dev/v1/chat/fast

Overview

POST /v1/chat/fast — @cf/meta/llama-3.2-1b-instruct (Workers AI, x402)

Protocol x402
Price $0.0050
Payment Asset USDC
Payment Network Base Sepolia
Category uncategorized
Provider ged-x402
Source bazaar
Indexed 2026-06-16 08:15:41

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "body": { "max_tokens": 128, "messages": [ { "content": "Say hello in one sentence.", "role": "user" } ] }, "bodyType": "json", "discoverable": true, "method": "POST", "schema": { "properties": { "max_tokens": { "maximum": 1024, "minimum": 1, "type": "integer" }, "messages": { "items": { "properties": { "content": { "type": "string" }, "role": { "enum": [ "system", "user", "assistant" ], "type": "string" } }, "required": [ "role", "content" ], "type": "object" }, "type": "array" } }, "required": [ "messages" ], "type": "object" }, "type": "http" }

Output Schema

{ "response": "Hello! How can I help you today?" }