Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | Yes | Your OpenAI API key with Sora 2 access. Note: Sora 2 access requires a verified organization on the OpenAI platform. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_video | Generate a video using Sora 2 or Sora 2 Pro model. Creates a video from a text prompt with optional parameters for resolution, duration, and model selection. |
| get_video_status | Get the status and details of a video generation job. Returns information about whether the video is still processing, completed, or failed. |
| list_videos | List all video generation jobs with optional filtering and pagination. |
| delete_video | Delete a video generation job and its associated data. |
| merge_videos | Merge multiple video files into a single video. Videos are concatenated in the order provided. |
| create_fade_animation | Create a fade-in animation video from a static image. The image will fade from black to full visibility. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |