ComfyUI Node
API LLM Loader
A ComfyUI node in LLM with 4 inputs and 1 output.
API LLM Loader
- client_info
◄base_urlhttps://api.openai.com/v1►
◄api_keysk-1234567890►
◄model_namegpt-5-high►
◄client_typeopenai►
CategoryLLM
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| base_url | STRING | https://api.openai.com/v1 | The API URL of the provider. |
| api_key | STRING | sk-1234567890 | The API key of the provider. |
| model_name | STRING | gpt-5-high | The name of the model. |
| client_typeopt | COMBO | openai | The type of the LLM client (OpenAI chat comptitable? or Mistral?). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| client_info | CLIENT_INFO | — |