LLM Providers¶
This application uses OpenRouter as the unified API gateway to access various Large Language Models from different providers. OpenRouter provides a single interface to access models from multiple LLM providers, simplifying integration and offering competitive pricing. The cost is paid by Mira Geoscience up to a given maximum usage per user.
The application offers one model. Users can select their own model in the Geoscience ANALYST menu.
About data policy
The application restricts the list of providers from OpenRouter so that your data are never used to train or improve models. The model below is served exclusively through providers with a zero data retention (ZDR) policy: the providers will not store your data for any period of time.
OpenAI Models¶
OpenAI provides the GPT family of models through OpenRouter:
gpt-5.4: Most advanced OpenAI model; best for complex geological interpretation and summarization tasks. Zero data retention
Data Policy: For OpenAI models, this application uses only providers with a zero data retention policy.
Custom Model Configuration¶
You can configure the application to use your own models from different providers or custom endpoints. To do so, go to Files > Preferences > LLM settings in Geoscience ANALYST.
OpenAI API compatible models¶
URL: The OpenAI-compatible API endpoint from your model provider (e.g.
https://yourmodelprovider.com/api/v1/)Model: The name or identifier of the model you intend to use (e.g.
your-model-name)Enter LLM API key: Click to enter the API key for your model provider
Ollama models (local)¶
Model: The name of the Ollama model you have installed locally.
Important
We cannot guarantee compatibility for custom models, as they might not fully support some API options and their answer format might differ from the expected one.