Skip to content

Support MiniMax#19

Closed
hotzen wants to merge 1 commit into
spacedriveapp:mainfrom
hotzen:minimax
Closed

Support MiniMax#19
hotzen wants to merge 1 commit into
spacedriveapp:mainfrom
hotzen:minimax

Conversation

@hotzen

@hotzen hotzen commented Feb 17, 2026

Copy link
Copy Markdown
Contributor

Add MiniMax as a new LLM provider integrating via the anthropic compatible API as per

Comment thread src/llm/model.rs
.http_client()
.post("https://api.minimax.io/anthropic/v1/messages")
.header("x-api-key", &api_key)
.header("anthropic-version", "2023-06-01")

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure about this, guess we should drop

@hotzen

hotzen commented Feb 17, 2026

Copy link
Copy Markdown
Contributor Author

duplicates #13

@hotzen hotzen closed this Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant