# YOLO-World

YOLO-World is a zero-shot object detection model that allows you to perform object detection without any training, just by describing the items you want to detect.

{% hint style="success" %}
You can also run YOLO-World locally using [Inference](https://inference.roboflow.com), our open-source inference server.
{% endhint %}

### API Reference

The base URL for our hosted API is at `https://infer.roboflow.com`.

{% hint style="info" %}
More information on using YOLO-World with Inference, through the Python SDK or the self-hosted API, see the [YOLO-World Inference docs page](https://inference.roboflow.com/foundation/yolo_world/).
{% endhint %}

{% openapi src="<https://infer.roboflow.com/openapi.json>" path="/yolo\_world/infer" method="post" expanded="false" %}
<https://infer.roboflow.com/openapi.json>
{% endopenapi %}
