Where Nexus uses models
- Generation composes the answer to a query, using a generation model from the catalog.
- Curation builds artifacts from your sources, using your configured models (covered below).
- Embedding and rerank power retrieval, using Pinecone-hosted models by default.
provider/model identifier. In BYOC, you supply the keys, so see Deploy Nexus BYOC.
Model tiers
Nexus groups generation models into three tiers. Start with the default and adjust from there, matching the tier to the question rather than the size of the context:- Standard is the default, balanced choice. Use it when you’re unsure.
- Light is cheaper and faster. Reach for it on simple or high-volume queries where speed and cost matter most.
- Pro is the most capable. Use it for complex, multi-step reasoning.
In the invite-only Nexus trial, Pinecone fills the tiers from its managed catalog:
- Standard: Claude Sonnet 5
- Light: Gemini 3.5 Flash Lite
- Pro: Claude Opus 5
Curation models
Curation runs your configured embedding and generation models across your sources to build artifacts, the same models a query uses. Because it processes every source, curation is the most cost-sensitive step, so weigh curation cost when you choose your generation model. See Data flows and residency for what content each model sees.Configure models in BYOC
In your own deployment, you configure the models yourself. You assign your own model to each tier, and generation defaults to Google Gemini. You can bring any model a LiteLLM-supported provider offers, and point generation, embedding, or rerank at a different provider or an endpoint inside your own boundary, each with its own key. Align to your cloud provider where it helps:- Azure deployments typically use Azure OpenAI or AI Foundry models.
- AWS deployments typically use Amazon Bedrock models.