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:

  1. Deploy LLM - Specify required basemodel and lora adapter if needed to create a monsterapi deploy llm endpoint based on vLLM.
  2. Custom Docker Image - Specify a custom docker image to be launched on our compute infrastructure from your registry.
  3. SDXL Dreambooth - Service to deploy sdxl dreambooth trained adapter along with basemodel to deploy as Custom Deployment.
  1. deploy - Health GET {{baseUrl}}/deploy/health

  2. deploy - Lm Eval POST {{baseUrl}}/deploy/evaluation/llm/lm_eval

  3. deploy - Deploy Llm POST {{baseUrl}}/deploy/llm

  4. deploy - Deploy Dreambooth POST {{baseUrl}}/deploy/sdxl-dreambooth

  5. deploy - Deploy Custom Image POST {{baseUrl}}/deploy/custom_image

  6. deploy - Is User Beta GET {{baseUrl}}/deploy/is_beta_user

  7. deploy - List Deployments GET {{baseUrl}}/deploy/list?status=<string>&deployment_service=<string>

  8. deploy - Status GET {{baseUrl}}/deploy/status/:deployment_id

  9. deploy - Logs GET {{baseUrl}}/deploy/logs/:deployment_id?n_lines=30

  10. deploy - Terminate POST {{baseUrl}}/deploy/terminate