English | 简体中文
A command-line interface for interacting with various AI models.
Install aether
by using pip
pip install aether-cli
- GPT-4 Turbo (
gpt-4
) - GPT-4 Mini (
gpt-4-mini
) - GPT-3.5 Turbo (
gpt-3.5
)
- Gemini Pro (
gemini-pro
) - Gemini Pro Vision (
gemini-pro-vision
) - Gemini Ultra (
gemini-ultra
) - Gemini 2.0 Flash (
gemini-2-flash
)
- Kimi (
kimi
) - Qwen (
qwen
) - Spark (
spark
)
ask set model-name your-api-key
For example,
ask set gpt-4 sk-xxxxxxxxx
ask use model-name
For example,
ask use gpt-4
ask proxy
ask proxy http://xxx.xx:xxxx
For example,
ask proxy http://127.0.0.1:7890
ask proxy none
ask
For example,
❱❱❱ ask
Chatting with kimi. Type '/bye' to quit.
>>> hi
Hi there! How can I assist you today? If you have any questions or need help with something, feel free to ask!
>>> /bye
- Multiple AI model support
- Easy model switching
- Proxy support
- Async chat interface
- Loading animation
This project is licensed under the MIT License, see LICENSE