# inference.agenticsourcelab.tech

> inference.agenticsourcelab.tech is a paid API for AI agents from inference.agenticsourcelab.tech, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

## Facts

- Endpoint: POST https://inference.agenticsourcelab.tech/x402/v1/intelligence/agentic-source-lab-spark2-nemotron-3-super-256k-raw-inference
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-v1-intelligence-agentic-source-lab-spark2-nemotron-3-super-256k-d14b07de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xYv0kcl6m5_nlxJTY-roU

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability x402-v1-intelligence-agentic-source-lab-spark2-nemotron-3-super-256k-d14b07de -d '<json body>'
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "properties": {
      "output": {
       "type": "string"
      },
      "symbol": {
       "type": "string"
      },
      "chain_id": {
       "type": "string"
      },
      "metadata": {
       "type": "object"
      },
      "contract_address": {
       "type": "string"
      }
     },
     "additionalProperties": true
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "const": "POST"
    },
    "bodyType": {
     "type": "string",
     "const": "json"
    }
   }
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-v1-intelligence-agentic-source-lab-spark2-nemotron-3-super-256k-d14b07de/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from inference.agenticsourcelab.tech](https://www.zero.xyz/host/inference.agenticsourcelab.tech/llms.txt)
