From cb4eb43209a43b801b76a97eba31458df92a6977 Mon Sep 17 00:00:00 2001 From: Steve W Date: Thu, 9 Apr 2026 17:48:34 +0000 Subject: [PATCH] Fix MiniMax Anthropic endpoint example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7787b06..aff2d1c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ MiniMax recommends Anthropic-compatible integration. ```bash export LLM_PROVIDER=anthropic -export LLM_BASE_URL=https://api.minimax.io/v1 +export LLM_BASE_URL=https://api.minimax.io/anthropic export LLM_API_KEY=your_minimax_key export LLM_MODEL=MiniMax-M2.7 ``` @@ -51,7 +51,7 @@ Request body: "body": "Hi Daniel, please review the attached budget proposal." }, "provider": "anthropic", - "base_url": "https://api.minimax.io/v1", + "base_url": "https://api.minimax.io/anthropic", "model": "MiniMax-M2.7", "temperature": 0.1 }