#Gemini API tutorials  |  Google AI for D...

1 messages · Page 1 of 1 (latest)

fervent kindle
#

Are you using a library to send the requests. For example in Python or Rust? Or using the REST API?

gentle marlin
#

using this one import { GoogleGenerativeAI } from "@google/generative-ai";

#

javascript web

#

works fine with const model = genAI.getGenerativeModel({ model: "gemini-pro"}); guess I'm missing a lot of steps to add the custom one