From 12bf3bf64b060c0b3acccf5dc0729e373ff174fe Mon Sep 17 00:00:00 2001 From: Sergiu Waxmann <47978446+sergiuwaxmann@users.noreply.github.com> Date: Wed, 7 Aug 2024 13:29:48 +0300 Subject: [PATCH] Dedicated Inference API Docs (#14992) Co-authored-by: Glenn Jocher --- docs/en/hub/inference-api.md | 306 +++++++++++++++++++++++++---------- docs/en/hub/pro.md | 3 +- docs/en/modes/predict.md | 2 +- 3 files changed, 224 insertions(+), 87 deletions(-) diff --git a/docs/en/hub/inference-api.md b/docs/en/hub/inference-api.md index fc8caeefc..80f54fcae 100644 --- a/docs/en/hub/inference-api.md +++ b/docs/en/hub/inference-api.md @@ -6,9 +6,9 @@ keywords: Ultralytics, HUB, Inference API, Python, cURL, REST API, YOLO, image p # Ultralytics HUB Inference API -The [Ultralytics HUB](https://ultralytics.com/hub) Inference API allows you to run inference through our REST API without the need to install and set up the Ultralytics YOLO environment locally. +After you [train a model](./models.md#train-model), you can use the [Shared Inference API](#shared-inference-api) for free. If you are a [Pro](./pro.md) user, you can access the [Dedicated Inference API](#dedicated-inference-api). The [Ultralytics HUB](https://ultralytics.com/hub) Inference API allows you to run inference through our REST API without the need to install and set up the Ultralytics YOLO environment locally. -![Ultralytics HUB screenshot of the Deploy tab inside the Model page with an arrow pointing to the Ultralytics Inference API card](https://raw.githubusercontent.com/ultralytics/assets/main/docs/hub/inference-api/hub_inference_api_1.jpg) +![Ultralytics HUB screenshot of the Deploy tab inside the Model page with an arrow pointing to the Dedicated Inference API card and one to the Shared Inference API card](https://raw.githubusercontent.com/ultralytics/assets/main/docs/hub/inference-api/hub_inference_api_1.jpg)