Skip to main content

Generate a response with Gemini Flash 3

Use Gemini Flash 3 to generate human-like responses to a given prompt or question. Maximum response length varies by model.

This Wrk Action uses AI-generated content. Like all AI content, use with caution; information may be outdated, incomplete, or inaccurate.

Application

  • Google Gemini

Inputs (what you have)

NameDescriptionData TypeRequired?Example
PromptThe prompt to generate completions for. Input will be truncated if it exceeds the limit set by the APIText (Long)Yes
System messageThe message which sets the context and expectations for a conversation with the AIText (Long)No
Maximum output tokensThe maximum number of reasoning and output tokens that can be used in this Wrk Action. If the Generated text output is blank, try increasing this valueNumberNo
TemperatureSampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministicNumber with decimalsNo
Thinking levelConstrains effort on thinking for thinking models. Reducing thinking effort can result in faster responses and fewer tokens used on thinking in a response.Text (Short)No
FilesFiles to be provided to the AIList of undefinedNo
Include thoughts?If set to true, the response will include the thoughts of the AI if availableTrue/FalseNo
Return response as JSON?If set to true, the response of the AI will return valid JSONTrue/FalseNo

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Generated textText content created by artificial intelligenceText (Long)No
Stop reasonThe reason the response was stoppedText (Short)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.

Requirements

  • N/A