Troubleshooting of Google Gemini: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 4: Line 4:
== Troubleshooting of Google Gemini API ==
== Troubleshooting of Google Gemini API ==
=== How to fix "Request contains an invalid argument" ===
=== How to fix "Request contains an invalid argument" ===
Error message
'''Error message'''
<pre>
<pre>
無法提交提示
無法提交提示
Line 14: Line 14:
</pre>
</pre>


Model: gemini-1.5-pro-preview-0409 or gemini-1.5-flash-preview-0514  
'''Model Affected''': gemini-1.5-pro-preview-0409 or gemini-1.5-flash-preview-0514  


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.



Revision as of 17:14, 23 May 2024


icon_scale_pencil.png This article "Troubleshooting of Google Gemini" is still being written. If there are any incomplete parts, you are welcome to directly edit them. 這篇文章「Troubleshooting of Google Gemini」內容還在撰寫中,如果有不完整的部分,歡迎你直接動手修改


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 Affected: 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.

Further reading