Skip to main content

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>