ChatCompletion​Chat​Completion

Complete a chat using the Gemini Client.

See Gemini API about text completion for more information.

yaml
type: "io.kestra.plugin.gemini.ChatCompletion"

Chat completion using the Gemini Client.

yaml
id: gemini_chat_completion
namespace: company.team

tasks:
  - id: chat_completion
    type: io.kestra.plugin.gemini.ChatCompletion
    apiKey: "{{ secret('GEMINI_API_KEY') }}"
    model: "gemini-2.5-flash"
    messages:
      - "What is the capital of Japan? Answer with a unique word and without any punctuation."
      - "Who are you? Answer concisely."
Properties

Gemini API Key

SubType string

Messages

Model

Specifies which generative model (e.g., 'gemini-1.5-flash', 'gemini-1.0-pro') to use for the completion.

List of text predictions made by the model.

SubType