# Async API

{% hint style="info" %}
The page is currently being developed. If you experience issues, please contact our support team. Your feedback helps us improve our documentation for everyone.
{% endhint %}

The Asynchronous Inference API provides a unified interface for submitting and managing long-running AI tasks—such as chat completions, image generations, and other model inferences—without blocking your application. Tasks are queued and processed in the background, allowing you to fetch results later using a unique task ID. This architecture is ideal for scaling inference workloads, handling variable latency, and integrating AI into event-driven or serverless systems. Whether you're running compute-intensive models or managing bursty traffic, the async API ensures flexibility, reliability, and control across all supported task types.

{% content-ref url="/pages/EfooG2k9jB13cAcQKNXX" %}
[Chat](/distribute-for-enterprise/enterprise-inference-api/openai-compatible-api/chat.md)
{% endcontent-ref %}

{% content-ref url="/pages/aQKd0onGds67iVs639GL" %}
[Images](/distribute-for-enterprise/enterprise-inference-api/openai-compatible-api/images.md)
{% endcontent-ref %}

{% content-ref url="/pages/iP1H38uKbBYNNBLm5l6E" %}
[Speech](/distribute-for-enterprise/enterprise-inference-api/async-api/speech.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.distribute.ai/distribute-for-enterprise/enterprise-inference-api/async-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
