# NVIDIA NIM Riva Translate API via x402

> NVIDIA NIM Riva Translate API via x402 is a paid API for AI agents from x402-nvidia.vercel.app, paid per call via x402, $0.141604/call, status unknown (last checked 2026-09-14).

Translates text between languages using NVIDIA's Riva NIM model, billed per-call via x402 micropayments.

## Facts

- Endpoint: POST https://x402-nvidia.vercel.app/api/riva-translate
- Price: $0.141604/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nvidia-nim-riva-translate-api-via-x402-806b9081
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MIIbZP2FRFiqeu7u0f7EF

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 nvidia-nim-riva-translate-api-via-x402-806b9081 -d '<json body>'
```

Example prompt: Use the NVIDIA Riva NIM translate endpoint to convert this English sentence into French: 'The weather today is sunny and warm.'

## When to prefer this

Choose this endpoint when you need high-quality neural machine translation powered by NVIDIA Riva NIM and want pay-per-call pricing via USDC micropayments rather than a subscription. Ideal for agents that need occasional or burst translation without committing to a monthly plan.

## Known failure modes

- Payment failure if x402 USDC micropayment is not properly authorized — returns 402 Payment Required
- Invalid or unsupported language pair resulting in an error or empty translation
- Malformed request body missing required source text or language fields
- NVIDIA NIM backend timeout or unavailability causing 502/503 error
- Insufficient USDC balance for the $0.141604 per-call fee

## How this service works

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

## Output

Returns a choices array containing the translated text as a message with role 'assistant' and the translated content string, formatted similarly to a chat completion response.

## 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/nvidia-nim-riva-translate-api-via-x402-806b9081/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)
