MonsterAPI Deploy API
Number of APIs: 12
Welcome to MonsterAPI new Deploy API, with this you can launch various models to production in seconds.
Currently we support launching the following service:
- Deploy LLM - Specify required basemodel and lora adapter if needed to create a monsterapi deploy llm endpoint based on vLLM.
- Custom Docker Image - Specify a custom docker image to be launched on our compute infrastructure from your registry.
- SDXL Dreambooth - Service to deploy sdxl dreambooth trained adapter along with basemodel to deploy as Custom Deployment.
-
deploy - Health GET {{baseUrl}}/deploy/health
-
deploy - Lm Eval POST {{baseUrl}}/deploy/evaluation/llm/lm_eval
-
deploy - Deploy Llm POST {{baseUrl}}/deploy/llm
-
deploy - Deploy Dreambooth POST {{baseUrl}}/deploy/sdxl-dreambooth
-
deploy - Deploy Custom Image POST {{baseUrl}}/deploy/custom_image
-
deploy - Is User Beta GET {{baseUrl}}/deploy/is_beta_user
-
deploy - List Deployments GET {{baseUrl}}/deploy/list?status=<string>&deployment_service=<string>
-
deploy - Status GET {{baseUrl}}/deploy/status/:deployment_id
-
deploy - Logs GET {{baseUrl}}/deploy/logs/:deployment_id?n_lines=30
-
deploy - Terminate POST {{baseUrl}}/deploy/terminate