·
4 commits
to main
since this release
Patch Changes
- 8edc775: feat (provider/xai): support Grok Imagine Video 1.5. Adds the
grok-imagine-video-1.5model id and native1080pfor text-to-video and image-to-video (the standardresolution: '1920x1080'now maps to1080p). Reference-to-video remains capped at720p, so a1080prequest in that mode is downgraded with a warning. Also fixes reference routing: previously any non-emptyinputReferencesarray selected reference-to-video, so an array holding only a non-image reference sentreference_images: []with no usable references. - 3d05053: feat (provider/xai): add
referenceVoiceIdsfor reference-to-video reference audio. Pass up to 3 xAI preset voice ids (e.g.['eve']) and reference them from the prompt with<AUDIO_0>–<AUDIO_2>; they are sent asreference_audios: [{ voice_id }]onPOST /v1/videos/generations.