o6htzlrn.nx.link
No description published for this endpoint.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.01 USDC on Base to 0x4163…5d38B. The signed payment is good for 24 hours.
- Paid to
- 0x4163…5d38B
- USD Coin contract
- 0x8335…02913
- Payment window
- 24 hours
- As published
- 10000 smallest units
- Buys
- Venice.ai API https://api.venice.ai/api/v1 - POST /api/v1/chat/completions
- Returns
- application/json
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x416301691d75F29cE8ea355246d3C87bAA65d38B",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"resource": "https://o6htzlrn.nx.link/chat/completions",
"description": "Venice.ai API https://api.venice.ai/api/v1 - POST /api/v1/chat/completions",
"outputSchema": {
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"type": "object",
"example": {
"id": "chatcmpl-a81fbc2d81a7a083bb83ccf9f44c6e5e",
"model": "qwen-2.5-vl",
"usage": {
"total_tokens": 758,
"prompt_tokens": 612,
"completion_tokens": 146,
"prompt_tokens_details": null
},
"object": "chat.completion",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "The sky appears blue because of the way Earth's atmosphere scatters sunlight. When sunlight reaches Earth's atmosphere, it is made up of various colors of the spectrum, but blue light waves are shorter and scatter more easily when they hit the gases and particles in the atmosphere. This scattering occurs in all directions, but from our perspective on the ground, it appears as a blue hue that dominates the sky's color. This phenomenon is known as Rayleigh scattering. During sunrise and sunset, the sunlight has to travel further through the atmosphere, which allows more time for the blue light to scatter away from our direct line of sight, leaving the longer wavelengths, such as red, yellow, and orange, to dominate the sky's color.",
"tool_calls": [],
"reasoning_content": null
},
"logprobs": null,
"stop_reason": null,
"finish_reason": "stop"
}
],
"created": 1739928524,
"prompt_logprobs": null,
"venice_parameters": {
"character_slug": "venice",
"disable_thinking": true,
"enable_web_search": "auto",
"enable_web_scraping": false,
"enable_web_citations": true,
"web_search_citations": [],
"strip_thinking_response": true,
"include_venice_system_prompt": true,
"include_search_results_in_stream": false,
"return_search_results_as_documents": false
}
},
"required": [
"choices",
"created",
"id",
"model",
"object",
"usage"
],
"properties": {
"id": {
"type": "string",
"example": "chatcmpl-abc123",
"description": "The ID of the request."
},
"model": {
"type": "string",
"example": "venice-uncensored",
"description": "The model id used for the request."
},
"usage": {
"type": "object",
"required": [
"completion_tokens",
"prompt_tokens",
"total_tokens"
],
"properties": {
"total_tokens": {
"type": "integer",
"example": 30,
"description": "The total number of tokens used in the request."
},
"prompt_tokens": {
"type": "integer",
"example": 10,
"description": "The number of tokens in the prompt."
},
"completion_tokens": {
"type": "integer",
"example": 20,
"description": "The number of tokens in the completion."
},
"prompt_tokens_details": {
"type": "object",
"nullable": true,
"properties": {},
"description": "Breakdown of tokens used in the prompt. Not presently used by Venice."
}
}
},
"object": {
"enum": [
"chat.completion"
],
"type": "string",
"example": "chat.completion",
"description": "The type of the object returned."
},
"choices": {
"type": "array",
"items": {
"type": "object",
"required": [
"finish_reason",
"index",
"logprobs",
"message"
],
"properties": {
"index": {
"type": "integer",
"example": 0,
"description": "The index of the choice in the list."
},
"message": {
"anyOf": [
{
"type": "object",
"title": "Assistant Message",
"required": [
"role"
],
"properties": {
"name": {
"type": "string"
},
"role": {
"enum": [
"assistant"
],
"type": "string"
},
"content": {
"anyOf": [
{
"type": "string",
"title": "String"
},
{
"type": "array",
"items": {
"type": "object",
"title": "text",
"example": {
"text": "Why is the sky blue?",
"type": "text"
},
"required": [
"text",
"type"
],
"properties": {
"text": {
"type": "string",
"title": "Text Content Object",
"example": "Why is the sky blue?",
"minLength": 1,
"description": "The prompt text of the message. Must be at-least one character in length"
},
"type": {
"enum": [
"text"
],
"type": "string",
"title": "Text Content String"
}
},
"description": "Text message type.",
"additionalProperties": false
},
"title": "Objects"
},
{
"title": "null",
"nullable": true
}
]
},
"tool_calls": {
"type": "array",
"items": {
"nullable": true
},
"nullable": true
},
"reasoning_content": {
"type": "string",
"nullable": true
}
},
"description": "The assistant message contains the response from the LLM. Must have either content or tool_calls."
},
{
"type": "object",
"title": "Tool Message",
"required": [
"content",
"role",
"tool_call_id"
],
"properties": {
"name": {
"type": "string"
},
"role": {
"enum": [
"tool"
],
"type": "string"
},
"content": {
"type": "string"
},
"tool_calls": {
"type": "array",
"items": {
"nullable": true
},
"nullable": true
},
"tool_call_id": {
"type": "string"
},
"reasoning_content": {
"type": "string",
"nullable": true
}
},
"description": "The tool message is a special message that is used to call a tool. It is not part of the conversation and is not visible to the user."
}
]
},
"logprobs": {
"type": "object",
"nullable": true,
"required": [
"logprob",
"token"
],
"properties": {
"bytes": {
"type": "array",
"items": {
"type": "number"
},
"example": [
104,
101,
108,
108,
111
],
"description": "Raw bytes of the token"
},
"token": {
"type": "string",
"example": "hello",
"description": "The token string"
},
"logprob": {
"type": "number",
"example": -0.34,
"description": "The log probability of this token"
},
"top_logprobs": {
"type": "array",
"items": {
"type": "object",
"required": [
"logprob",
"token"
],
"properties": {
"bytes": {
"type": "array",
"items": {
"type": "number"
}
},
"token": {
"type": "string"
},
"logprob": {
"type": "number"
}
}
},
"description": "Top tokens considered with their log probabilities"
}
}
},
"stop_reason": {
"enum": [
"stop",
"length"
],
"type": "string",
"example": "stop",
"nullable": true,
"description": "The reason the completion stopped."
},
"finish_reason": {
"enum": [
"stop",
"length"
],
"type": "string",
"example": "stop",
"description": "The reason the completion finished."
}
}
},
"example": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "The sky appears blue because of the way Earth's atmosphere scatters sunlight. When sunlight reaches Earth's atmosphere, it is made up of various colors of the spectrum, but blue light waves are shorter and scatter more easily when they hit the gases and particles in the atmosphere. This scattering occurs in all directions, but from our perspective on the ground, it appears as a blue hue that dominates the sky's color. This phenomenon is known as Rayleigh scattering. During sunrise and sunset, the sunlight has to travel further through the atmosphere, which allows more time for the blue light to scatter away from our direct line of sight, leaving the longer wavelengths, such as red, yellow, and orange, to dominate the sky's color.",
"tool_calls": [],
"reasoning_content": null
},
"logprobs": null,
"stop_reason": null,
"finish_reason": "stop"
}
],
"description": "A list of chat completion choices. Can be more than one if n is greater than 1."
},
"created": {
"type": "integer",
"example": 1677858240,
"description": "The time at which the request was created."
},
"prompt_logprobs": {
"anyOf": [
{
"title": "null",
"nullable": true
},
{
"type": "object",
"additionalProperties": {
"nullable": true
}
},
{
"title": "null",
"nullable": true
}
],
"description": "Log probability information for the prompt."
},
"venice_parameters": {
"type": "object",
"required": [
"enable_web_search",
"enable_web_citations",
"enable_web_scraping",
"include_venice_system_prompt",
"include_search_results_in_stream",
"return_search_results_as_documents",
"strip_thinking_response",
"disable_thinking"
],
"properties": {
"character_slug": {
"type": "string",
"example": "venice",
"description": "The character slug of a public Venice character."
},
"disable_thinking": {
"type": "boolean",
"example": true,
"description": "Did the request disable thinking?"
},
"enable_web_search": {
"enum": [
"auto",
"off",
"on"
],
"type": "string",
"example": "auto",
"description": "Did the request enable web search?"
},
"enable_web_scraping": {
"type": "boolean",
"example": false,
"description": "Did the request enable web scraping of URLs via Firecrawl?"
},
"enable_web_citations": {
"type": "boolean",
"example": true,
"description": "Did the request enable web citations?"
},
"web_search_citations": {
"type": "array",
"items": {
"type": "object",
"required": [
"title",
"url"
],
"properties": {
"url": {
"type": "string"
},
"date": {
"type": "string"
},
"title": {
"type": "string"
},
"content": {
"type": "string"
}
}
},
"example": [
{
"url": "https://www.skyatnightmagazine.com/space-science/why-is-the-sky-blue",
"date": "2024-08-13T13:45:16",
"title": "Why is the sky blue? | BBC Sky at Night Magazine",
"content": "What's the scientific reason behind Earth's sky appearing blue to the human eye? And what's the real colour of the sky?\n\nSave 30% on the shop price when you subscribe to BBC Sky at Night Magazine today!\n\nIn this article we'll look at the science behind why the sky is blue, or at least why it appears blue to our eyes.\n\nA beautiful blue sky is the sign of a pleasant day ahead. But what makes the sky appear blue?\n\nSo, the sky appears blue because the molecules of nitrogen and oxygen in the atmosphere scatter light in short wavelengths towards the blue end of the visible spectrum."
},
{
"url": "https://theconversation.com/why-is-the-sky-blue-246393",
"date": "2025-04-16T16:55:11",
"title": "Why is the sky blue?",
"content": "It was around 1870 when the British physicist John William Strutt, better known as Lord Rayleigh, first found an explanation for why the sky is blue: Blue light from the Sun is scattered the most when it passes through the atmosphere.\n\nPublished: January 20, 2025 8:34am EST · Daniel Freedman, University of Wisconsin-Stout · Daniel Freedman · Dean of the College of Science, Technology, Engineering, Mathematics & Management, University of Wisconsin-Stout ·\n\nThe answer has to do with molecules.\n\nIt was around 1870 when the British physicist John William Strutt, better known as Lord Rayleigh, first found an explanation for why the sky is blue: Blue light from the Sun is scattered the most when it passes through the atmosphere.\n\nWhen the Sun is near the horizon, its light passes through a lot more of the atmosphere to reach the Earth’s surface than when it is directly overhead. The blue and green light is scattered so well that you can hardly see it. The sky is colored, instead, with red and orange light."
}
],
"description": "Citations from web search results."
},
"strip_thinking_response": {
"type": "boolean",
"example": true,
"description": "Did the request strip thinking response?"
},
"include_venice_system_prompt": {
"type": "boolean",
"example": true,
"description": "Did the request include the Venice system prompt?"
},
"include_search_results_in_stream": {
"type": "boolean",
"example": false,
"description": "Did the request include search results in the stream?"
},
"return_search_results_as_documents": {
"type": "boolean",
"example": true,
"description": "Did the request also return search results as a tool-call documents block?"
}
},
"description": "Unique parameters to Venice's API implementation."
}
}
}
}
},
"headers": {
"Content-Encoding": {
"schema": {
"enum": [
"gzip",
"br"
],
"type": "string"
},
"description": "The encoding used to compress the response"
}
},
"description": "OK"
},
"400": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/DetailedError"
}
}
},
"description": "Invalid request parameters"
},
"401": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/StandardError"
}
}
},
"description": "Authentication failed"
},
"402": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/StandardError"
}
}
},
"description": "Insufficient USD or Diem balance to complete request"
},
"415": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/StandardError"
}
}
},
"description": "Invalid request content-type"
},
"429": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/StandardError"
}
}
},
"description": "Rate limit exceeded"
},
"500": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/StandardError"
}
}
},
"description": "Inference processing failed"
},
"503": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/StandardError"
}
}
},
"description": "The model is at capacity. Please try again later."
},
"504": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/StandardError"
}
}
},
"description": "The request took too long to complete and was timed-out. For long-running inference requests, use the streaming API by setting stream=true in your request."
}
},
"parameters": [
{
"in": "header",
"name": "Accept-Encoding",
"schema": {
"type": "string",
"example": "gzip, br"
},
"required": false,
"description": "Supported compression encodings (gzip, br). Only applied when stream is false."
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ChatCompletionRequest"
}
}
}
}
},
"maxAmountRequired": "10000",
"maxTimeoutSeconds": 86400
}
]Provenance
- Seen in the source catalog
- 2025-10-16 18:44Z
- Last indexed by Roundhouse
- 2026-09-25 00:45Z
- Last enriched (probe, favicon, geo)
- 2026-09-20 23:45Z
- x402 version
- 1
- Max timeout
- 86400s
- Liveness probe
- HTTP 404
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
Nothing indexed for this service or its provider yet. Not a claim that it is unused — only that we hold no record. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service o6htzlrn.nx.link and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=o6htzlrn.nx.link' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://o6htzlrn.nx.link/chat/completions, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.