Sign up today and get $2.00 free credit to start building

Computer Vision APIs
built for speed

Low-latency access to SAM-3 via real-time WebSocket sessions. Pay only for the time you use — $0.00155/s, no subscriptions.

See it in action

SAM-3 segmentation running on live camera data from a Unitree Go2, powered by the Vizion API.

Low Latency

GPU-accelerated inference with optimized model serving for real-time applications.

Easy Integration

Get started in minutes with our Python SDK. A few lines of code is all you need for real-time inference.

Simple Pricing

$0.09/min of GPU time. Load any amount you need — no subscriptions or hidden fees.

A few lines of Python

Install the SDK and start segmenting in under a minute.

pip install git+https://github.com/CoreVisionX/vizion-sdk.git
from vizion import VizionClient

with VizionClient("vz_live_...") as client:
    client.connect()

    result = client.segment(jpeg_bytes, prompts=["person", "car"])

    for det in result.results:
        print(f"{det.prompt}: {len(det.instances)} found")
        for inst in det.instances:
            mask = inst.decode_mask()  # numpy (H, W) bool array

Available Models

SAM-3

Segment Anything Model 3 — state-of-the-art image segmentation

$0.00155/s · $0.09/min · $5.58/hr

Depth Anything 3

Monocular depth estimation for any image

$0.00155/s · $0.09/min · $5.58/hr

YOLO26

Coming Soon

Real-time object detection and tracking

Simple Pricing

Billed per second of GPU time at $0.00155/s. Load any amount — no packages, no tiers, no commitments.