Short answer: You can gemini generate content in Google Gemini by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Google Gemini Gemini Generate Content action to a workflow, map its 7 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Model model | options | Required | Which Gemini model to use |
Prompt prompt | string | Required | Your prompt |
System Instruction system_instruction | string | Optional | System-level guidance |
Temperature temperature | string | Optional | 0–2 |
Max Output Tokens max_output_tokens | string | Optional | 2048 |
Top P top_p | string | Optional | 0.95 |
Top K top_k | string | Optional | 40 |
{"model": "{{trigger.model}}","prompt": "{{trigger.prompt}}","system_instruction": "{{trigger.system_instruction}}","temperature": "0.7","max_output_tokens": "2048"}
{"candidates": [{"content": {"role": "model","parts": [{"text": "Sample response"}]},"finishReason": "STOP"}],"usageMetadata": {"totalTokenCount": 60,"promptTokenCount": 10,"candidatesTokenCount": 50}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.