Installation#
Basic Installation#
gmuse requires Python 3.10 or higher.
$ uv tool install gmuse
$ pipx install gmuse
$ pip install gmuse
Extras#
Extra |
Purpose |
|---|---|
clipboard |
Automatically copy gmuse suggestions to clipboard |
$ pip install gmuse[clipboard]
Provider Support#
gmuse supports 100+ LLM providers via LiteLLM. All providers work with the base installation - no additional packages are required.
Popular providers include:
OpenAI
Anthropic (Claude)
Azure OpenAI
Cohere
Google Gemini
AWS Bedrock
Google Vertex AI
And many more
See the LiteLLM documentation for the complete list of supported providers.