Oblique Markets Chat Completion is a paid API for AI agents from api.oblique.markets, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).
Provides a single OpenAI-compatible chat completion response per paid call, with no account or API key required, via x402 micropayment.
Use when an agent needs chat completion. Returns One bounded chat completion (standard messages request shape) per paid call, with no account to open and no provider key to hold; max 24,000 input characters and 600 output tokens. $0.01.
A single bounded chat completion response from an OpenAI-compatible model, containing the assistant's generated text reply. The response is capped at 600 output tokens and is returned synchronously after the x402 micropayment is processed.
POSThttps://api.oblique.markets/api/v1/paid/chat-completionChoose this endpoint when an agent needs one-shot LLM inference without managing an OpenAI API key or opening a provider account. Ideal for autonomous agents operating on the x402 payment rail that need to pay per call in USDC rather than maintain subscription credentials. Best for bounded, single-turn or short multi-turn conversations within the 24,000 character and 600 token limits.
| Field | Type | Description |
|---|---|---|
| messages | array | |
| max_tokens | integer |
{
"type": "json",
"example": {
"id": "chatcmpl_rep_example",
"model": "inclusionai/ling-3.0-flash",
"usage": {
"total_tokens": 26,
"prompt_tokens": 12,
"completion_tokens": 14
},
"object": "chat.completion",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "x402 is a protocol for HTTP-native machine payments."
},
"finish_reason": "stop"
}
],
"upstream": "openrouter"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"