Commit Graph

8 Commits

Author SHA1 Message Date
longkeyy
c3f17d65e1 feat: sync AI models and pricing across all providers
- Add 50+ new AI models across 10 major providers
- Update OpenAI pricing structure for GPT-5/4.1/o3/o4 series
- Add Claude 4/4.1 series support with accurate pricing
- Include Gemini 2.5 series models and pricing
- Add DeepSeek V3 and R1 models with latest pricing
- Update completion ratios for accurate output token billing
- Add AWS Bedrock channel-specific pricing support
- Enhance model organization with clear categorization
- Maintain backward compatibility for existing models

Providers updated: OpenAI, Anthropic, Google, DeepSeek, Groq,
MiniMax, Mistral, Cohere, SiliconFlow, TogetherAI

Closes: sync-models-pricing feature request
2025-08-27 02:57:23 +08:00
JustSong
293ba93ad6 fix: remove outdated model from ModelList and add new deepseek models 2025-02-07 00:13:57 +08:00
jiz4oh
ea3331b79a
fix: remove duplicated model (#2012)
the model `llama-3.2-11b-vision-preview` was declared at 3915ce9814/relay/adaptor/groq/constants.go (L11)
2025-02-02 22:21:30 +08:00
Laisky.Cai
cbfc983dc3
feat: add new claude models (#1910)
* feat: Add new models to ModelList in constants.go

* feat: update model lists and mappings for Claude 3.5 versions

---------

Co-authored-by: JustSong <39998050+songquanpeng@users.noreply.github.com>
2024-11-09 22:48:54 +08:00
longkeyy
629378691b
feat: update groq model and price (#1864) 2024-10-27 17:07:24 +08:00
longkeyy
b4bfa418a8
feat: update gemini model and price (#1705) 2024-08-06 23:43:33 +08:00
tylinux
a2a00dfbc3
feat: groq support Llama3 now (#1333)
* feat: groq support Llama3 now

* fix: update model ratio

---------

Co-authored-by: JustSong <songquanpeng@foxmail.com>
2024-04-21 14:53:03 +08:00
JustSong
24ed170e7b chore: reorganize adaptor related package 2024-04-06 01:36:48 +08:00