Container image
Use the private CoDynamics registry image shown in your fulfillment email: codynamicslatch.azurecr.io/latch/self-hosted:stable.
Deployment Path
This is the fastest path if you do not want to provision your own GPU VM. The only credentials you need from CoDynamics are your private ACR pull username/password and your CoDynamics runtime token.
Before You Deploy
Step 1
Use the private CoDynamics registry image shown in your fulfillment email: codynamicslatch.azurecr.io/latch/self-hosted:stable.
LATCH serves both the local API and the Console on port 8091.
Enter the short-lived CoDynamics ACR username and password from your fulfillment message so RunPod can pull the image.
Set the three LATCH env vars below exactly. This is the supported customer validation path.
LATCH_LICENSE_TOKEN=<your CoDynamics runtime token>
LATCH_LICENSE_VALIDATION_MODE=codynamics_online
LATCH_LICENSE_VALIDATION_URL=https://cdlac-demo-api.azurewebsites.net/api/license/startup_validate
Step 2
Step 3
curl -s http://127.0.0.1:8091/health | jq '.status, .ready, .profile_id'
"ready"
true
"cdlac_latch_qwen14b_locked_20260317"
Next
Use the local HTTP surface directly for health, compile, query, batch, and clear operations.
Use the Console documentation to understand document upload, query settings, telemetry, and workspace flow.