ComfyUI Node
Lumi OpenRouter Provider
Creates an OpenRouter provider configuration for LLM processing. The API key must be set as an environment variable for security. This provider configuration is passed to the LLM Prompt Processor node.
Lumi OpenRouter Provider
- provider
◄env_keyOPENROUTER_API_KEY►
◄modelmeituan/longcat-2.0►
◄max_tokens1000►
◄top_p1.00►
CategoryLumi/LLM
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| env_key | STRING | OPENROUTER_API_KEY | Environment variable name containing the OpenRouter API key |
| model | COMBO | meituan/longcat-2.0 | Select the OpenRouter model to use |
| max_tokens | INT | 10001–32000 | Maximum number of tokens to generate |
| top_p | FLOAT | 1.000–1 | Top-p sampling parameter for response diversity |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| provider | LLM_PROVIDER | — |