Skip to main content
Tooling
1 vote
1 replies
58 views

Currently, the Gemini File Search API abstracts the embedding process, providing a seamless but “black-box” indexing experience. With the release of gemini-embedding-2-preview, developers now have ...
Deric Ferreira's user avatar
0 votes
1 answer
113 views

Our team is currently integrating the new gemini-3-pro-image-preview (Nano Banana Pro) model into our production pipeline on AWS App Runner in an EU region (eu-central-1). While the model's text-in-...
Abir Kolin's user avatar
0 votes
0 answers
109 views

I’m experiencing an issue where the LLM correctly invokes a tool (tool call is successful), but it appears unable to interpret or process the tool’s result. Here is the code to reproduce the issue: ...
Gad82's user avatar
  • 131
1 vote
0 answers
91 views

Passing the text from OCR on a PDF is much faster than using the cache. Why? Passing raw text, Nth call takes ~2 seconds. response = client.models.generate_content( model=MODEL_NAME, contents=f&...
joshlevy89's user avatar
0 votes
1 answer
261 views

I have been having issues setting up Google Gemini 1.5 Pro to analyze uploaded images or documents by users. I have been able to setup the uploading part, the images and documents are being uploaded ...
Chris's user avatar
  • 75
1 vote
0 answers
50 views

I'm using Vertex AI's generative model API, and after a request it returns two fields: totalTokens and totalBillableCharacters. According to the Gemini Flash 2.0 Lite pricing page, input tokens cost $...
MJQZ1347's user avatar
  • 2,717
1 vote
3 answers
964 views

I'm encountering an ImportError after upgrading the google-generativeai library. The error is: ImportError: cannot import name 'get_default_text_client' from 'google.generativeai.client' (/path/to/my/...
Umesh Krishnamurthy's user avatar
0 votes
1 answer
239 views

im making clone of gemini AI using react and javascript, at first glance it seems works, but after i inspect my project at the browser i got these errors, can anyone explain to me? newbie here @...
Devan Tera's user avatar
1 vote
1 answer
4k views

I am trying to build an Android app using a no-code platform but there are certain features that the platform doesn't offer. I want to prompt Gemini with an Image file using the API. I have created an ...
Varun Kadapatti's user avatar
1 vote
2 answers
8k views

I am developing a tool that describes what a file is, using Gemini api. However, I had came into this issue of getting an error 400 Unsupported MIME type, when I uploaded a .docx type file. Does the ...
UnfreeHeX's user avatar
0 votes
1 answer
995 views

When I select a large file from google drive on Googles AI Studio. Googles AI Studio loads my file very fast. However when I use code (Nodejs), I need to download this file from then upload this file ...
Hoàng Quốc Việt's user avatar