Close menu
Explore Plans
Mobile menu Close menu
Gemini

Ask Gemini

Pro plus icon This query returns the text generated by Gemini in response to the prompt you provide.

Developer info

API endpoint slug
gemini.ask_gemini
Runtime method
performQuery("gemini.ask_gemini"}

Query fields

Model Dropdown list

Label
Model
Helper text
Which Gemini model to use.
Slug
model
Required
true
Can have default value
false

Prompt Text input > Long text

Label
Prompt
Helper text
The prompt to send to Gemini.
Slug
prompt
Required
true
Can have default value
true

System instructions Text input

Label
System instructions
Helper text
Optional instructions that shape how Gemini responds (e.g. tone, format, persona).
Slug
system_instructions
Required
false
Can have default value
true

Ingredients

Generated text The text response from Gemini.

Slug
generated_text
Filter code
Gemini.askGemini.GeneratedText
Type
String
Example
Hello! How can I help you today?

Model used The Gemini model that produced the response.

Slug
model_used
Filter code
Gemini.askGemini.ModelUsed
Type
String
Example
gemini-2.5-flash

Prompt used The prompt that was sent to Gemini.

Slug
prompt_used
Filter code
Gemini.askGemini.PromptUsed
Type
String
Example
Write a haiku about spring.

Created at When the response was generated.

Slug
created_at
Filter code
Gemini.askGemini.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00