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

# Base URL & Endpoints

## Base URL

```text theme={null}
https://api.sciforium.com/v1
```

## Endpoints

| Endpoint                | Method | Description                  |
| ----------------------- | ------ | ---------------------------- |
| `/models`               | GET    | List available models        |
| `/chat/completions`     | POST   | Generate a chat completion   |
| `/audio/transcriptions` | POST   | Transcribe audio to text     |
| `/audio/speech`         | POST   | Text-to-speech               |
| `/images/generations`   | POST   | Generate images              |
| `/images/edits`         | POST   | Edit Images                  |
| `/videos`               | POST   | Create a video job           |
| `/videos/{id}/content`  | GET    | Download video content (MP4) |
| `/videos/{id}`          | GET    | Get video job status         |
|                         |        |                              |
