one-api/relay/adaptor/openai
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.go feat: support Gemini openai compatible api 2025-02-16 17:59:39 +08:00
compatible.go feat: support Gemini openai compatible api 2025-02-16 17:59:39 +08:00
constants.go feat: sync AI models and pricing across all providers 2025-08-27 02:57:23 +08:00
helper.go feat: add OpenAI compatible channel (close #2091) 2025-02-16 17:38:06 +08:00
image.go chore: reorganize adaptor related package 2024-04-06 01:36:48 +08:00
main.go fix: return the usage info if not null (#1792) 2024-09-22 16:41:10 +08:00
model.go feat: support cloudflare now 2024-04-26 23:05:48 +08:00
token.go feat: improve error logging for token encoder initialization with offline usage guidance 2025-02-02 17:24:23 +08:00
util.go feat: support replicate chat models (#1989) 2024-12-21 14:41:19 +08:00