← Back to Physical AI
·
Inference endpoint
·
checkpoint step-29500
·
powered by Positronic Robotics
π
warehouse-pick-prod
Active
Endpoint URL
https://warehouse-pick-prod.ep-9k2a.serverless.nebius.com
Auth: bearer token from project secrets · TLS 1.3 · 99.95% SLA
Requests · last 5 min
7,103
peak 1,640 / min · 3 robots
P50 latency · last 5 min
38 ms
P95 62 ms · P99 89 ms
Active replicas
2 / 4 max
auto-scaled · scale-to-zero in 15m
Today
$12.84
at $0.0094 / 1k requests
Connect from your robot
Same Positronic inference protocol used by every model in the leaderboard. Drop the snippet below into any Python control loop.
Python
REST
ROS 2
from positronic.inference import RemotePolicy policy = RemotePolicy( host="warehouse-pick-prod.ep-9k2a.serverless.nebius.com", token=os.environ["NEBIUS_ENDPOINT_TOKEN"], ) while robot.is_active(): obs = robot.get_observation() # cameras + proprio actions = policy(obs, instruction="pick the red bin") robot.execute(actions) # 4-step chunk @ 30 Hz
Test in browser
Stream a sample episode through the endpoint and visualise the predicted action chunks against ground truth.