Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.geogen.io/llms.txt

Use this file to discover all available pages before exploring further.

geogen models

List every LLM model GeoGen can run mention checks against (ChatGPT, Claude, Perplexity, Gemini, etc.). Maps to GET /v1/models.
geogen models
Columns: id, name, description. Use the id (a UUID) with the --models flag on commands like geogen entities create, geogen entities update, geogen responses list, and the trend commands.
# Pick the two model UUIDs you want and pass them comma-separated
geogen entities update --entity ent_123 --models <uuid-a>,<uuid-b>