> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-router-model-page-pilot.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Gemini Partner Nodes ComfyUI Official Example

> This article will introduce how to use Google Gemini Partner nodes in ComfyUI to complete conversational functions

Google Gemini is a powerful AI model developed by Google, supporting conversational and text generation functions. Currently, ComfyUI has integrated the Google Gemini API, allowing you to directly use the related nodes in ComfyUI to complete conversational functions.

## What Google Gemini is good at

* **Conversational and text generation**: Chat with Google's multimodal AI directly inside a ComfyUI workflow
* **Multimodal reasoning**: Interpret images with Gemini's reasoning capabilities
* **Image-to-prompt interpretation**: The official template ships with a prompt that turns your images into corresponding drawing prompts
* **Multi-image input**: Use `Batch Images` to send several images for AI interpretation in a single run

## Use it

<CardGroup cols={2}>
  <Card title="Google Gemini workflow" icon="diagram-project" href="/tutorials/partner-nodes/google/gemini/workflow">
    Run the Gemini conversational workflow in ComfyUI, locally or on Comfy Cloud
  </Card>

  <Card title="Call it from code" icon="code" href="/tutorials/partner-nodes/google/gemini/code">
    Call it over HTTP through Comfy Router, with copy-paste Python, TypeScript and cURL snippets
  </Card>
</CardGroup>

Both paths run on the same Comfy account and are billed in the same credits. See [Partner Nodes pricing](/tutorials/partner-nodes/pricing) for per-model rates and [Concurrency limits](/tutorials/partner-nodes/concurrency-limits) for how many requests you can have in flight.
