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

# Completions (Legacy)

> POST /inference/v1/completions — Legacy text-in/text-out endpoint — Coming Soon

<Warning>
  This endpoint is not yet available. It is planned for a future release.
</Warning>

Legacy text-in/text-out endpoint. Still used by some code completion tools, but chat completions supersede it for most use cases.

This endpoint will match the OpenAI `/v1/completions` format. Most developers should use [Chat Completions](/docs/api-reference/chat-completions) instead.
