feat: add MiniMax provider with Anthropic-compatible API (#7640)
Signed-off-by: ximi <ximi@minimaxi.com>
This commit is contained in:
@@ -7,6 +7,7 @@ import DatabricksLogo from './icons/databricks@3x.png';
|
||||
import OpenRouterLogo from './icons/openrouter@3x.png';
|
||||
import SnowflakeLogo from './icons/snowflake@3x.png';
|
||||
import XaiLogo from './icons/xai@3x.png';
|
||||
import MiniMaxLogo from './icons/minimax@3x.png';
|
||||
import DefaultLogo from './icons/default@3x.png';
|
||||
|
||||
// Map provider names to their logos
|
||||
@@ -20,6 +21,7 @@ const providerLogos: Record<string, string> = {
|
||||
openrouter: OpenRouterLogo,
|
||||
snowflake: SnowflakeLogo,
|
||||
xai: XaiLogo,
|
||||
minimax: MiniMaxLogo,
|
||||
default: DefaultLogo,
|
||||
};
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 923 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
Reference in New Issue
Block a user