If your Bioptimus contact sent you a private offer, accept it via the link they provided before continuing. After acceptance the model appears under Manage your subscriptions, and the remaining steps are identical.
1
Subscribe on AWS Marketplace
Subscribe to the model. In Manage your subscriptions, open your model subscription and click Configure.
2
Choose a model access interface
You will be asked to select the model access interface — SageMaker AI (Python SDK) or CLI — based on your preference and use case.
3
Select region and inference mode
Select your region and inference mode (e.g. a real-time inference endpoint or batch transform jobs). This guide spawns a simple real-time inference endpoint.Copy the Model Package ARN shown in the right-hand pane of the configuration page — make sure you copy the one for your chosen region.
The region must be identical across every command and in the Model Package ARN. Mixing regions is the most common cause of deployment failures.
AWS walks you through these steps from the configuration page. The commands below are provided in case you prefer to run them yourself. For full option details, see the aws sagemaker command reference.
Use the Model Package ARN for your region. Network isolation is required for Marketplace model packages. The names below are arbitrary and work for either package (H-Optimus or M-Optimus) — choose your own.
Create the endpoint configuration (instance type and count), then the endpoint itself. The generous timeouts give the large model weights time to download and load before SageMaker’s startup health check — without them, endpoint creation can fail.Set <INFERENCE_AMI_VERSION> to a supported SageMaker inference AMI for your region (e.g. al2-ami-sagemaker-inference-gpu-2), or omit the field to let SageMaker pick the default.