I am looking for a URL like this "https://api.gemini.com/v1/qa_pairs"
is a placeholder for the actual endpoint URL provided by the Gemini API for generating question-answer pairs. This URL is typically referred to as an API endpoint.
If anyone can help me would be appreciate.
Thank you
1 Like
Welcome to the forum. The base API endpoint is “https://generativelanguage.googleapis.com/{VERSION}/” where VERSION is either “v1” or “v1beta”. What comes after that depends on the operation you want to perform, there is a table here All methods | Gemini API | Google AI for Developers
Hope that helps.
Just to be clear - api.gemini.com is for the Gemini crypto platform. Not The Gemini LLM API from Google.
The operation i am looking for is question and answer pair.
Thanks a lot for your help mate.