""" 403 Method doesn't allow unregistered callers (callers without established identity). Please use API Key or other form of API consumer identity to call this API """
normal python curl script , with same api key from the same server works absolutely fine
but when i use
from llama_index.llms.gemini import Gemini llm = Gemini(model=model_name, api_key=api_key)