Mid-tier OpenAI-compatible chat completion
Mid-tier OpenAI-compatible chat completion. Qwen3 235B (instruct/thinking/VL/next), DeepSeek V3.2, GLM 5.2, venice-uncensored 1.2, GLM 4.6/4.7, Kimi K2.5, MiniMax M3 Preview, Nemotron 3 Ultra 550B, Mistral Small 2603, Gemma 4 26B. Supports tools/tool_choice and stream:true SSE.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1017 msmedian answer time
$0.003listed price per call
$0.003price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://x402.dellbot.win/chat
| Category | Everything else |
|---|---|
| Provider host | x402.dellbot.win |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.003 | 1017 ms |
Example input (from the provider)
{
"body": {
"messages": [
{
"content": "say hi in 3 words",
"role": "user"
}
],
"model": "qwen3-235b-a22b-instruct-2507"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"max_tokens": {
"type": "integer"
},
"messages": {
"description": "OpenAI-style chat messages",
"items": {
"properties": {
"content": {
"type": "string"
},
"role": {
"enum": [
"system",
"user",
"assistant",
"tool"
],
"type": "string"
}
},
"required": [
"role",
"content"
],
"type": "object"
},
"type": "array"
},
"model": {
"enum": [
"aion-labs-aion-2-0",
"deepseek-v3.2",
"gemini-3-flash-preview",
"google-gemma-4-26b-a4b-it",
"grok-build-0-1",
"hermes-3-llama-3.1-405b",
"kimi-k2-5",
"llama-3.3-70b",
"mercury-2",
"minimax-m25",
"minimax-m27",
"minimax-m3-preview",
"mistral-small-2603",
"nvidia-nemotron-3-ultra-550b-a55b",
"qwen3-235b-a22b-instruct-2507",
"qwen3-235b-a22b-thinking-2507",
"qwen3-5-35b-a3b",
"qwen3-6-27b",
"qwen3-next-80b",
"qwen3-vl-235b-a22b",
"venice-uncensored-1-2",
"venice-uncensored-role-play",
"zai-org-glm-4.6",
"zai-org-glm-4.7",
"zai-org-glm-5",
"zai-org-glm-5-2"
],
"type": "string"
},
"stream": {
"type": "boolean"
},
"temperature": {
"type": "number"
},
"tool_choice": {},
"tools": {
"type": "array"
}
},
"required": [
"messages"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"choices": {
"type": "array"
},
"id": {
"type": "string"
},
"model": {
"type": "string"
},
"usage": {
"type": "object"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}