For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cloud

Run Pops on EyePop-hosted infrastructure

Run your Pops on infrastructure hosted and managed by EyePop — no servers to provision. Every cloud workload uses one of two session types.

Choose a session type

Session

transient

persistent

Created by

SDK, on demand

CLI or dashboard, ahead of time

Lifetime

idles out when unused

stays running, no idle expiry

Models

load on first use (cold start)

pre-loaded (no cold start)

Pop binding

passed by the client at connect

set when the Deployment is created

Session UUID required

no

yes

Best for

building, testing, batch

production, real-time, 24/7

Start in Development, and promote to a Deployment when you need production latency.

Next steps

  • Development — connect the SDK and run your first cloud inference

  • Deployment — create a persistent session and attach to it

  • Private cameras — cloud inference for cameras behind a firewall

  • On-Premise — run the runtime inside your own infrastructure instead

Last updated