모델에 연결을 시도했으나 다음 오류가 반환되었습니다: { "error": { "code": 404, "message": "models/embedding-001 is not found for API version v1beta, or is not supported for embedContent. Call ListModels to see the list of available models and their supported methods.", "status": "NOT_FOUND" } }
저는 text-embedding-3-small 옵션조차 없습니다. 다른 모델에서 가져온 건가요? 아니에요, OpenAI의 것이었네요. 제 AI는 모두 Gemini를 사용하여 Google Cloud에 설정되어 있습니다. 제가 가진 임베딩 옵션은 Gemini's embedding-001 모델뿐입니다.
아, 저한테도 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" } }