# X402-NVIDIA Solar-10-7B Chat Completions

> X402-NVIDIA Solar-10-7B Chat Completions is a paid API for AI agents from x402-nvidia.vercel.app, paid per call via x402, $0.103606/call, status unknown (last checked 2026-09-15).

Runs chat completions using NVIDIA NIM's Solar-10-7B model, billed per-call via x402 USDC micropayments

## Facts

- Endpoint: POST https://x402-nvidia.vercel.app/api/solar-10-7b
- Price: $0.103606/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-nvidia-solar-10-7b-chat-completions-5a2fa71d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lhypyuDihNzG_dLp6SK8M

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-solar-10-7b-chat-completions-5a2fa71d -d '<json body>'
```

Example prompt: Use the Solar-10-7B NVIDIA NIM model to answer this question: 'What are the main differences between supervised and unsupervised learning?' — pay the per-call fee automatically.

## When to prefer this

Choose this endpoint when you need access to NVIDIA's Solar-10-7B model specifically via pay-per-call USDC micropayments (x402 protocol), avoiding subscription commitments. Ideal for agents that need occasional LLM inference without managing API keys, or when integrating into crypto-native workflows where on-chain micropayments are preferred.

## Known failure modes

- Payment failure: insufficient USDC balance or x402 payment rejected
- Model unavailable: NVIDIA NIM Solar-10-7B endpoint is down or rate-limited
- Malformed input: missing or incorrectly structured messages array
- Authentication error: invalid or missing x402 payment header
- Timeout: model inference takes too long and request times out

## How this service works

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

## Output

A chat completion response object containing an array of choices, each with a message object including the assistant role and generated text content from the Solar-10-7B model.

## 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-solar-10-7b-chat-completions-5a2fa71d/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)
