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

# Legacy API (Deprecated)

> Reference for deprecated Sunbird AI endpoints

<Warning>
  The endpoints in this version are **deprecated**. They continue to work for now but return `Deprecation` and `Sunset` response headers and will be removed in a future release. New integrations should use the current **v2 · Latest** API.
</Warning>

This section documents the older Sunbird AI endpoints for reference while you migrate. Switch to **v2 · Latest** using the version dropdown at the top of the sidebar.

## Where to go instead

| Deprecated area                                                                                  | Current replacement                                                                              |
| :----------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------- |
| Speech to Text (`/tasks/stt`, `/tasks/modal/stt`, …)                                             | [`POST /tasks/audio/transcriptions`](/api-reference/speech/speech-to-text)                       |
| Text to Speech (`/tasks/tts`, `/tasks/modal/tts`, `/tasks/modal/orpheus/*`, `/tasks/runpod/tts`) | [`POST /tasks/audio/speech`](/api-reference/speech/text-to-speech)                               |
| Conversational AI (`/tasks/sunflower_inference`, `/tasks/sunflower_simple`)                      | [`POST /tasks/chat/completions`](/api-reference/ai/chat-completions)                             |
| Summarization (`/tasks/summarise`)                                                               | [`POST /tasks/chat/completions`](/api-reference/ai/chat-completions) with a summarization prompt |

For the full list of changes, see the [Changelog](/api-reference/changelog).
