Troubleshooting of Google Gemini: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
Workaround solution: | Workaround solution: | ||
* If you upload a video file for API analysis, you might consider shortening the video duration, for example, using ffmpeg to reduce an hour-long video to half its length. This will help reduce the input token length. | * If you upload a video file for API analysis, you might consider shortening the video duration, for example, using ffmpeg to reduce an hour-long video to half its length. This will help reduce the input token length. | ||
== Further reading == | |||
* [https://ai.google.dev/gemini-api/docs/troubleshooting?hl=zh-tw 疑難排解指南 | Google AI for Developers | Google for Developers] | |||
[[Category:Tools]] [[Category:Google]] | [[Category:Tools]] [[Category:Google]] | ||
[[Category:Generative AI]] | [[Category:Generative AI]] | ||
Revision as of 12:10, 21 May 2024
Troubleshooting of Google Gemini API
How to fix "Request contains an invalid argument"
Error message
無法提交提示 錯誤訊息:「Request contains an invalid argument.」 狀態:400 錯誤代碼:3 要求 ID:xxx
Model: gemini-1.5-pro-preview-0409 or gemini-1.5-flash-preview-0514
Workaround solution:
- If you upload a video file for API analysis, you might consider shortening the video duration, for example, using ffmpeg to reduce an hour-long video to half its length. This will help reduce the input token length.