sync(veo): add 4 new API guides + fix model image-count table#119
Closed
sync(veo): add 4 new API guides + fix model image-count table#119
Conversation
- Fix model table: all non-fast models now correctly show 2 images for first/last frame mode (was 3); veo3-fast and veo31-fast also updated - Update image_urls parameter description with per-model image limits - Update model lists in Image-to-Video, Get-1080p, and Specify-Video-Size sections to include veo31, veo31-fast, veo31-fast-ingredients - Add Related APIs section to veo_videos guide - Add 4 new API integration guides: upsample, extend, reshoot, objects - Update README.md APIs and Guides table with new endpoints Agent-Logs-Url: https://github.com/AceDataCloud/APIs/sessions/b9577f92-7632-4d2e-9d2c-d58a65e74095 Co-authored-by: Germey <8678661+Germey@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Sync API documentation with upstream updates
sync(veo): add 4 new API guides + fix model image-count table
May 3, 2026
Member
|
Auto-closed during PR backlog cleanup: superseded sync (+427/-11) — content covered by next dispatch against current Docs. Root cause was a broken auto-merge in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upstream Docs (83643d2) added four new Veo post-processing endpoints and corrected per-model image input limits. This PR brings the
veo/subdirectory in sync.Model table corrections (
veo_videos_generation_api_integration_guide.md)veo2,veo3,veo31,veo3-fast,veo31-fast: first/last-frame mode takes 2 images, not 3image_urlsdescription now reflects per-model limits:veo2-fast→ 1,veo31-fast-ingredients→ 1–3, all others → 2veo31,veo31-fast,veo31-fast-ingredientsNew API guides
veo_upsample_api_integration_guide.md/veo/upsampleveo_extend_api_integration_guide.md/veo/extend/reshootor/objects)veo_reshoot_api_integration_guide.md/veo/reshootmotion_typevalues (STATIONARY,FORWARD,LEFT_TO_RIGHT, …)veo_objects_api_integration_guide.md/veo/objectsREADME
Added rows for all four new endpoints to the APIs and Guides table.