=== GEMINI API DIRECT TEST === Prompt: A beautiful sunset over the ocean API Key: AIzaSyD2KnRZ9eZryLId... API URL: https://generativelanguage.googleapis.com/v1/models/gemini-pro:generateContent Sending request to Gemini API... Payload: {"contents":[{"parts":[{"text":"A beautiful sunset over the ocean"}]}],"generationConfig":{"temperature":0.7,"maxOutputTokens":1024}} HTTP Code: 404 === RAW RESPONSE === { "error": { "code": 404, "message": "models/gemini-pro is not found for API version v1, or is not supported for generateContent. Call ListModels to see the list of available models and their supported methods.", "status": "NOT_FOUND" } } === PARSED RESPONSE === Array ( [error] => Array ( [code] => 404 [message] => models/gemini-pro is not found for API version v1, or is not supported for generateContent. Call ListModels to see the list of available models and their supported methods. [status] => NOT_FOUND ) ) === RESULT === ✗ No video URL found in response Possible issues: - API key may be invalid - Model may not support video generation - Response format may be different than expected === END ===