Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port to run the server on | 8000 |
| BASE_URL | Yes | Your actual server URL (e.g., https://your-app-name.onrender.com) so download links work! | |
| GROQ_API_KEY | Yes | Your Groq API key | |
| WHISPER_MODEL | No | Whisper transcription model to use | whisper-large-v3-turbo |
| MAX_VIDEO_DURATION_SEC | No | Maximum video duration allowed in seconds (default: 10 min) | 600 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |