Back to Models
N

Ising Calibration 1 35B

NVIDIA
by NVIDIA

Open VLM for quantum computer calibration chart understanding across a range of qubit modalities.

Free EndpointDownloadableApr 14, 2026open license332K API calls / 30d

Specifications

Context Length
8K
8,192 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
1
image+text→text

Capabilities

text generationvisionreasoning

Tags

quantumcalibrationvision

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

nvidia/ising-calibration-1-35b-a3b
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nvidia/ising-calibration-1-35b-a3b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'