The Unified Gateway for Visual Intelligence.

Understand, reason over, and act on images, video, and documents with Orion, our flagship visual agent.

Valerie Health
MongoDB
n8n
Zapier
Google Cloud
Valerie Health
MongoDB
n8n
Zapier
Google Cloud

Interact with images, videos, documents in a single API.

Frontier models like GPT, Claude, and Gemini can describe what they see – but they can't act on it. Orion unites the reasoning power of large Vision-Language Models with the accuracy of specialized computer-vision tools – all through one unified API.

One interface for all your visual AI needs.

Images, documents, and videos – all through a single chat-completions interface.

Compose through conversation.

Chain visual operations like: detect → crop → enhance → analyze in a single conversation.

Integrate at warp speed

Drop-in replacement for the OpenAI SDK. Same API pattern – new visual powers.

Auditable outputs

Every response comes with visual proof. Build and integrate with confidence.

Ridiculously versatile.

Whatever your visual task – Orion knows how to act. Built with dozens of specialized computer-vision and multi-modal tools.

01

Image Intelligence

02

Document Intelligence

03

Video Intelligence

123456789101112131415161718
from openai import OpenAI

client = OpenAI(
  base_url="https://api.vlm.run/v1/openai",
  api_key="<VLMRUN_API_KEY>"
)

result = client.chat.completions.create(
  model="vlmrun-orion-1:auto",
  messages=[{
    "role": "user",
    "content": [
      {"type": "text", "text": "Parse this invoice into JSON."},
      {"type": "image_url", "image_url": {"url": "https://.../invoice.pdf"}}
    ]
  }],
  response_format={"type": "json_object"}
)

For Developers

Designed for developers.

Familiar API, unfamiliar power.

  • All your favorite vision tools, in a single box.
  • Drop-in replacement for OpenAI SDK.
  • Handles images, documents, videos via URL or upload.
  • Streaming support for real-time responses.
  • Structured outputs with Pydantic / Zod support.
API Docs

Plans that scale with your usage.

Start free, upgrade when you need more throughput, custom models, or compliance.

100 credits = $1 USD

See credit-pricing table for more details.

Starter

$0/mo
  • Pay-as-you-go
  • From 1 credit / page or image
  • 1,000 free sign-up credits
Get Started for Free
  • Up to 10 requests/min
  • Community Discord
  • Basic Usage Logs

Pro

$799/mo
  • Usage-based
  • From 1 credit / page or image
  • 100K credits included / month
Sign Up
  • Up to 100 requests/min
  • Dedicated Slack support
  • Zero-Data Retention (ZDR)
  • Business Associate Agreement (BAA)

Enterprise

Custom
  • Invoiced Billing
  • Tier-based pricing
  • Volume discounts
Book a Demo
  • Custom rate-limits
  • Dedicated Slack support
  • In-VPC deployments
  • Zero-Data Retention (ZDR)
  • SOC 2, HIPAA, BAA
  • Custom SLAs

For Enterprises

The new visual intelligence layer for your enterprise.

Deploy securely inside your VPC or private cloud – bringing visual intelligence directly to your infrastructure. Power document, image, and video understanding across teams. SOC 2 Type II and HIPAA-ready.

HIPAA Compliant
AICPA SOC

Frequently asked questions

Frontier models can describe what they see, but not act on it. Orion goes beyond perception by planning, executing, and validating visual tasks. Instead of just describing an image, Orion can detect, crop, segment, generate, and analyze in sequence, reliably and deterministically.

Try Orion Free today.