Skip to main content

Agent Pricing

Orion agents use a variety of specialized capabilities for image, video, and document processing. Each capability has a credit cost based on the processing tier selected. The current conversion rate is:

100 credits = $1

Pricing by Category

Agent capabilities are priced based on the computational resources required. Select between Fast, Auto, and Pro tiers depending on your use case.
  • Auto (vlmrun-orion-1:auto) uses the Fast tier tools by default, and is recommended for prototyping and high-volume processing. The agent will automatically select the Pro tier tools for more complex tasks. This is the default tier for Orion agents.
  • Fast (vlmrun-orion-1:fast) uses the Fast tier tools, and is recommended for speed and cost-efficiency, using lighter models that process requests quickly.
  • Pro (vlmrun-orion-1:pro) uses the Pro tier tools, and is recommended for production use cases requiring maximum quality, using more powerful models that produce higher quality results but take longer and cost more.

Image

Image capabilities are priced credits per image.
CapabilityDescriptionFastPro
Caption & TagGenerate captions and tags for images12
Detect, Point, SegmentDetect objects, point to objects, and segment regions12
UI ParsingParse UI elements from screenshots and application images12
Generate & EditGenerate or edit images from text prompts424
ToolsImage I/O, rotation, cropping, and other utilitiesFreeFree

Document

Document capabilities are priced credits per page.
CapabilityDescriptionFastPro
OCR, LayoutExtract text and detect layout elements from documents0.10 / page0.40 / page
ParsingParse and extract structured data from documents1 / page2 / page
ToolsDocument I/O, page navigation, and other utilities00

Video

Video capabilities are priced credits per hour of input video or credits per second of generated output video. The standard output is approximately 6 seconds.
CapabilityDescriptionFastPro
Caption, Summary, & TagGenerate captions, summaries, and tags for video content20 / hour80 / hour
Generate & EditGenerate video from text prompts and optional input images15 / sec40 / sec
ToolsVideo I/O, sampling, trimming, and other utilities00
Standard video generation produces approximately 6 seconds of video, resulting in approximately 240 credits for Pro tier (40 cr/s x 6s) = $2.40 (at $1 per 100 credits).

Total Cost Calculation

Examples

These examples show how credits are calculated for common multi-step agent workflows using vlmrun-orion-1:auto (Auto/Fast) or vlmrun-orion-1:pro (Pro).
StepCapabilityAuto / FastPro
Caption & analyze videoCaption & Tag (10 min)3.33 credits13.33 credits
Trim 3 highlight clipsTools0 credits0 credits
Total3.33 credits ($0.033)13.33 credits ($0.133)
StepCapabilityAuto / FastPro
Generate 5 storyboard imagesGenerate & Edit (5x)20 credits120 credits
Generate 5 video clips (6s each)Generate & Edit (30s total)450 credits1200 credits ($12.00)
Total470 credits ($4.70)1320 credits ($13.20)
StepCapabilityAuto / FastPro
Detect objects in imageDetection1 credits2 credits
Segment detected objectsSegmentation1 credits2 credits
Apply visualization overlayTools0 credits0 credits
Total2 credits ($0.02)4 credits ($0.04)
StepCapabilityAuto / FastPro
OCR & layout detectionOCR, Layout (50 pages)5 credits20 credits
Parse structured dataParsing (50 pages)5 credits20 credits
Total10 credits ($0.10)40 credits ($0.40)

FAQ

Auto (vlmrun-orion-1:auto) and Fast (vlmrun-orion-1:fast) are optimized for speed and cost-efficiency, using lighter models that process requests quickly. Pro (vlmrun-orion-1:pro) uses more powerful models that produce higher quality results but take longer and cost more. Choose Auto/Fast for prototyping and high-volume processing, and Pro for production use cases requiring maximum quality.
The total cost of the agent execution is the sum of the credits used for the tools, and the cost of the orchestration. For non-integer credits, we round up to the nearest credit.
The cost of the chat completion is priced per token. This is merely a simple cost overhead for orchestration, which we do not charge for if the cost of the single chat completion is less than 1 credit.
Yes, utility tools like image I/O, basic editing operations, video sampling/trimming, and document navigation are included at no additional credit cost when used within an agent session. However, the base agent session cost still applies.

Get Started

Ready to build with Orion agents? Check out our Agent Introduction to get started.