This query returns the text generated by Gemini in response to the prompt you provide.
- API endpoint slug
- gemini.ask_gemini
- Runtime method
- performQuery("gemini.ask_gemini"}
Query fields
- Label
- Model
- Helper text
- Which Gemini model to use.
- Slug
- model
- Required
- true
- Can have default value
- false
- Label
- Prompt
- Helper text
- The prompt to send to Gemini.
- Slug
- prompt
- Required
- true
- Can have default value
- true
- 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
- Slug
- generated_text
- Filter code
- Gemini.askGemini.GeneratedText
- Type
- String
- Example
- Hello! How can I help you today?
- Slug
- model_used
- Filter code
- Gemini.askGemini.ModelUsed
- Type
- String
- Example
- gemini-2.5-flash
- Slug
- prompt_used
- Filter code
- Gemini.askGemini.PromptUsed
- Type
- String
- Example
- Write a haiku about spring.
- Slug
- created_at
- Filter code
- Gemini.askGemini.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00