Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OPENAI_MODEL | No | The model to use (defaults to MiniMax-M1) | MiniMax-M1 |
OPENAI_API_KEY | Yes | Your MiniMax API key (required) | |
OPENAI_BASE_URL | No | API base URL (defaults to MiniMax) | https://api.minimaxi.com/v1 |
MAX_INPUT_TOKENS | No | Maximum input context tokens (default 120000) | 120000 |
MAX_OUTPUT_TOKENS | No | Maximum output context tokens (default 8000) | 8000 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
get_server_config | 获取服务器配置信息 |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
call_model | |
scrape_webpage | |
summarize_content | |
summarize_webpage | |
read_and_summarize_text_file | |
read_and_summarize_pdf_file | |
topic_based_summary |