freeGPTFix
  • Welcome
  • Getting Started
    • Quickstart
  • Client
    • gpt3
    • gpt3.5
    • gpt4
    • gpt4o
    • gemini
    • prodia
    • pollinations
  • Lib
    • models
    • proxy
    • helper
    • room
      • ConnectRoles
      • ConnectModel
  • roles
    • roles
    • Undertale
      • SANS
      • PAPYRUS
      • GASTER
      • ALPHIS
    • HXH
      • GON
      • KILLUA
      • MERUEM
      • NETERO
    • KimetsuNoYaiba
      • RENGOKU
    • Other
      • FRIEND
      • HISTORIAN
      • PSYCHIATRIST
  • Change Log
    • Versions
      • 1.3.0
      • 1.2.0
  • Reference
    • Helpers
    • Contacts
Powered by GitBook
On this page
  1. Client

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.

Example
from freeGPTFix import Client
resp = Client.create_completion("gemini", "Your text")
print(resp)
Previousgpt4oNextprodia

Last updated 9 months ago