-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Motivation
Most LLM platforms offer several models with different prices and capabilities. For example Anthropic Claude offers claude-opus-4-6, claude-sonnet-4-6 and claude-haiku-4-5.
The BYOK required users to specify only one model name per platform. It would be nicer if users could add more than one model name so that they can easily switch between them and perhaps assign different models to different agents
Solution
Allow users to add more than one model name per platform.
Allow users to easily switch between their preferred models for each platform.
All users to assign different models to agents (i.e. Haiku for search, Opus for coding)
Alternatives
Maintain a list of available models for each platform to allow users to select them rather than research and paste them in themselves. This might add an unreasonable amount of work for the Eigent team to maintain though - model are frequently released and updated and it's hard to keep track.
Additional context
No response