아, 저한테도 gemini-2.5-flash-image (nanobanana)에서 비슷한 문제가 생기고 있어요 - 방금 이런 일이 발생했어요:
모델에 연결을 시도하는 중 다음 오류가 반환되었습니다: { "error": { "code": 404, "message": "models/gemini-2.5-flash-image-preview is not found for API version v1beta, or is not supported for generateContent. Call ListModels to see the list of available models and their supported methods.", "status": "NOT_FOUND" } }
제 다른 gemini flash 모델들은 모두 정상적으로 작동하는 것 같습니다 ![]()
수정: 아, 해결했어요. 일부 gemini 이미지 모델의 URL이 변경되어 URL of the service hosting the model 필드에서 업데이트가 필요했네요
임베딩 모델의 경우 https://generativelanguage.googleapis.com/v1beta/models/gemini-embedding-001:embedContent여야 합니다
