Skip to content

v1.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Mar 11:20
3cc5172

Minor Changes

  • 2e6efbd: Accept aiApiId (endpoint ID) as a valid model ID for image models and add video generation support.

    Image models now use the same fallback pattern as speech, transcription, and video models: any unrecognized model ID is used directly as https://api.runpod.ai/v2/{modelId} instead of incorrectly appending /openai/v1. This means aiApiIds like wan-2-6-t2i or black-forest-labs-flux-1-schnell work out of the box without needing explicit mappings. Console endpoint URLs are also now supported for image models.

    Video generation support includes 15 models across multiple providers (Pruna, Vidu, Kling, Wan, Seedance, Sora) with async polling, provider options, and both text-to-video and image-to-video capabilities.

  • 32f06c4: Add support for the google/nano-banana-2-edit image model with resolution options (1k/2k/4k), 14 aspect ratios, output format, and safety checker.