Skip to main content

Models

RouteStack can expose different model families through one unified API surface.

Typical model categories

  • general chat models
  • reasoning models
  • multimodal models
  • embeddings models
  • image generation models
  • audio models

Model access control

Model availability can be controlled by:
  • user group
  • token-level model restrictions
  • global model enablement

Best practices

  • start with a small set of models
  • separate low-cost and premium models clearly
  • document recommended use cases for each model

Example model strategy

  • gpt-4o-mini for low-cost general chat
  • gpt-4.1 for higher quality reasoning
  • claude-3-5-sonnet for writing and analysis
  • gemini-2.5-pro for broader multimodal tasks