# X402-NVIDIA PaliGemma Vision API

> X402-NVIDIA PaliGemma Vision API is a paid API for AI agents from x402-nvidia.vercel.app, paid per call via x402, $0.060613/call, status unknown (last checked 2026-09-14).

Run PaliGemma vision-language model inference via x402 micropayments, returning chat-style completions for image understanding tasks

## Facts

- Endpoint: POST https://x402-nvidia.vercel.app/api/paligemma
- Price: $0.060613/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-nvidia-paligemma-vision-api-f819cc12
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Dz-afZyf1Js3zmGmxHL-S

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-nvidia-paligemma-vision-api-f819cc12 -d '<json body>'
```

Example prompt: Can you use the PaliGemma vision model to look at this image and tell me what objects are in it and describe the scene in detail?

## When to prefer this

Choose this endpoint when you need PaliGemma-specific vision-language inference (Google's PaliGemma model hosted on NVIDIA NIM) via pay-per-call micropayments at ~$0.06 per call with no subscription required, ideal for agents needing flexible, low-commitment multimodal image understanding without managing NVIDIA API credentials directly.

## Known failure modes

- Payment not included or invalid x402 micropayment header — 402 Payment Required
- Malformed request body missing required vision prompt or image — 400 Bad Request
- Model inference timeout for complex images — 504 Gateway Timeout
- NVIDIA NIM backend unavailable — 503 Service Unavailable
- Exceeded rate limits — 429 Too Many Requests

## How this service works

Access 48+ NVIDIA NIM AI models via x402 micropayments. Chat completions, vision, safety, translation, and more.

## Output

A chat-completion style JSON response with a choices array containing an assistant message with the model's textual description or answer about the submitted image or visual prompt.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "choices": [
   {
    "message": {
     "role": "assistant",
     "content": "Hello!"
    }
   }
  ]
 },
 "properties": {
  "choices": {
   "type": "array",
   "description": "Model responses"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-nvidia-paligemma-vision-api-f819cc12/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-nvidia.vercel.app](https://www.zero.xyz/host/x402-nvidia.vercel.app/llms.txt)
