> For the complete documentation index, see [llms.txt](https://red-3.gitbook.io/freegptfix/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://red-3.gitbook.io/freegptfix/client/gemini.md).

# gemini

Google's **Gemini 1.5 Pro** is a significant advancement in the AI landscape, surpassing even OpenAI's GPT-4o on the LMSYS Chatbot Arena leaderboard. This model excels in multi-lingual processing, technical tasks like coding and mathematics, and handling complex, multimodal inputs due to its expansive two-million-token context window. This makes it particularly valuable for enterprises engaged in data analysis and software development.

<details>

<summary>Example</summary>

<pre class="language-python"><code class="lang-python"><strong>from freeGPTFix import Client
</strong>resp = Client.create_completion("gemini", "Your text")
print(resp)
</code></pre>

</details>
