> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keywordsai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Gemini

> Use your own Gemini credits through Keywords AI

<CardGroup cols={1}>
  <Card title="Get Google Gemini API key" icon="key" href="https://aistudio.google.com/app/apikey">
    Get your Google Gemini API key from Google AI Studio to start using Gemini models through Keywords AI.
  </Card>
</CardGroup>

## Google Gemini models compatibility

<AccordionGroup>
  <Accordion title="✅ Supported Frameworks">
    * [OpenAI SDK](/integration/development-frameworks/llm_framework/openai/openai-sdk)
    * [LangChain SDK](/integration/development-frameworks/llm_framework/langchain)
    * [Vercel/OpenAI](/integration/development-frameworks/llm_framework/vercel#openai)
    * [Vercel/Google](/integration/development-frameworks/llm_framework/vercel#google)
    * [LlamaIndex SDK](/integration/development-frameworks/llm_framework/llama-index)
    * [Google GenAI](/integration/development-frameworks/llm_framework/google_genai)
    * [Keywords native (Otel)](/get-started/quickstart/gateway)
  </Accordion>

  <Accordion title="❌ Unsupported Frameworks">
    * [Anthropic SDK](/integration/development-frameworks/llm_framework/anthropic)
    * [Vercel/Anthropic](/integration/development-frameworks/llm_framework/vercel#anthropic)
  </Accordion>
</AccordionGroup>

## Add Google Gemini API keys

There are 2 ways to add your Google Gemini credentials to your requests:

### Via UI

<Steps>
  <Step title="Go to the Providers page">
    Go to [Providers page](https://platform.keywordsai.co/platform/api/providers)

    <Frame>
      <img src="https://keywordsai-static.s3.us-east-1.amazonaws.com/docs/settings/providers.jpg" alt="Providers Page" />
    </Frame>
  </Step>

  <Step title="Add your Gemini credentials.">
    <img src="https://keywordsai-static.s3.us-east-1.amazonaws.com/docs/Integrations/provider_gemini/gemini_credentials.png" alt="Dashboard Page" />
  </Step>
</Steps>
