one-api/relay
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
..
adaptor feat: sync AI models and pricing across all providers 2025-08-27 02:57:23 +08:00
apitype feat: support replicate chat models (#1989) 2024-12-21 14:41:19 +08:00
billing feat: sync AI models and pricing across all providers 2025-08-27 02:57:23 +08:00
channeltype feat: support Gemini openai compatible api 2025-02-16 17:59:39 +08:00
constant feat: support set system prompt for channel (close #1920) 2024-11-10 14:53:34 +08:00
controller fix: update system prompt handling by renaming field and ensuring proper usage in request processing (close #2069) 2025-02-09 14:41:42 +08:00
meta fix: update system prompt handling by renaming field and ensuring proper usage in request processing (close #2069) 2025-02-09 14:41:42 +08:00
model feat: add completion tokens details and reasoning effort fields to model (close #2050) 2025-02-09 18:14:01 +08:00
relaymode feat: add Proxy channel type and relay mode (#1678) 2024-07-22 22:51:19 +08:00
adaptor_test.go chore: add ut 2024-06-23 14:28:55 +08:00
adaptor.go feat: support replicate chat models (#1989) 2024-12-21 14:41:19 +08:00