gougleai.models

gougleai.models: class { list: str, glt: class, gic: class }

The gougleai.models class contains the models of the Gougle AI API, the snippets to easly get a model ID.

Here is the models list:

Model Name

Model ID

Model Type

GLT-1

gougleai.models.glt.glt1

Chat Completion and Text Completion

GLT-1.0.5 Beta

gougleai.models.glt.glt105

Chat Completion and Text Completion

GIC-1

gougleai.models.gic.gic1

Image Generation

GIC-1.0.5 Beta

gougleai.models.gic.gic105

Image Generation

Categories

There is three categories of models:

  • Text Completion

  • Chat Completion

  • Image Generation

gougleai.models.list

list: str

Contains the list of models, here is the value:

GLT-1: gougleai.models.glt.glt1 (gougleai.models.glt.versions[0])
GLT-1.0.5 Beta: gougleai.models.glt.glt105 (gougleai.models.glt.versions[1])
GIC-1: gougleai.models.gic.gic1 (gougleai.models.gic.versions[0])
GIC-1.0.5 Beta: gougleai.models.gic.gic105 (gougleai.models.gic.versions[1])

A models list can be found otherwhere in the documentation, like in the Usages page.

Models families

gougleai.models contains models families, such as GLT and GIC.

Here is the documentation about these things:

  • GLT

  • GIC

These are the models families, some classes containing all versions of the models, such as GLT-1 or GIC-1.0.5 Beta.