> ## Documentation Index
> Fetch the complete documentation index at: https://docs.compose.market/llms.txt
> Use this file to discover all available pages before exploring further.

# Alibaba

> Alibaba model routes in Compose.

Alibaba rows run through provider-specific adapter code instead of the OpenAI-family path.

The adapter supports several modalities when the catalog row exposes them:

| Modality      | Routes                                       |
| ------------- | -------------------------------------------- |
| Text          | `/v1/chat/completions`, `/v1/responses`      |
| Embeddings    | `/v1/embeddings`                             |
| Images        | `/v1/images/generations`, `/v1/images/edits` |
| Speech        | `/v1/audio/speech`                           |
| Transcription | `/v1/audio/transcriptions`                   |
| Video         | `/v1/videos/generations`, `/v1/videos/{id}`  |

Use catalog search to select the exact Alibaba row.

## Related

* [Providers and vendors](/inference/vendors)
* [Modalities](/inference/modalities/overview)
