Dashboard

Models

Configure LLM model providers, API keys, and model assignments for your agent.

Models

The Models page lets you manage the AI models your agent uses. Synthcore is provider-agnostic — bring your own API keys and choose the models that work best for your project.

Supported providers

ProviderModelsUse case
AnthropicClaude Opus, Sonnet, HaikuGeneral development, code review, planning
OpenAIGPT-4o, GPT-4o-miniAlternative coding, broad task support
GoogleGemini 2.5 Pro, FlashFast iteration, large context tasks
MiniMaxMiniMax modelsFlat-rate coding
xAIGrok modelsAlternative coding and reasoning

Providers are added as they become available. Synthcore supports automatic fallback across providers — if your primary model is unavailable, your agent switches to the next provider in the chain without interruption.

Adding API keys

  1. Go to Models in the sidebar
  2. Click Add Provider
  3. Enter your API key for the provider
  4. The key is encrypted and stored securely — never shared between projects or customers

You can add keys for multiple providers. Your agent will use whichever provider is configured for your project.

Model configuration

Each project can be configured with:

  • Primary model — The default model your agent uses for most tasks
  • Fallback chain — Backup models used automatically if the primary is unavailable or rate-limited (e.g., Claude Sonnet → GPT-4o-mini → Gemini Flash)

Viewing usage

The models page shows:

  • Which models are active across your projects
  • Current usage levels and token consumption per model
  • Rate limiting or availability issues from providers
  • Cost per model — see the Costs page for detailed breakdowns

Best practices

  • Start with defaults — Synthcore ships with sensible model assignments. Customize once you see usage patterns
  • Use fallbacks — Provider outages happen. A fallback chain keeps your agent productive
  • Match model to task — High-capability models for architecture and review, fast models for routine tasks