ComfyUI Node
SID LLM API
Unified LLM provider: Cloud (Anthropic, OpenAI, Gemini, Groq, etc.) + Local (Ollama, LM Studio)
SID LLM API
- LLM_MODEL
◄providerAnthropic►
◄api_key►
◄model[Anthropic] claude-sonnet-4-5-20250929►
◄custom_model►
◄api_url►
◄temperature0.3►
◄max_tokens_presetMedium (2048)►
◄custom_max_tokens4096►
◄enable_reasoningtrue►
CategorySID Photography Toolkit/LLM Providers
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| provider | COMBO | Anthropic | Select LLM provider |
| api_key | STRING | API key for your provider (not needed for local providers) | |
| model | COMBO | [Anthropic] claude-sonnet-4-5-20250929 | Select model (provider prefix shows which API will be used) |
| custom_model | STRING | Override model name (for custom/unlisted models) | |
| api_url | STRING | Custom API URL (leave empty to use provider default) | |
| temperature | FLOAT | 0.30–2 | Creativity level (0=deterministic, 0.3=balanced, 1+=creative) |
| max_tokens_preset | COMBO | Medium (2048) | Output length: Low=512, Medium=2048, High=8192, Very High=Model Max |
| custom_max_tokens | INT | 4096128–200000 | Custom max tokens (only used when preset is 'Custom') |
| enable_reasoning | BOOLEAN | true | Enable extended thinking for supported models (Claude 4.5, o1, o3, DeepSeek R1, etc.) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| LLM_MODEL | LLM_MODEL | LLM configuration to connect to SID_ZImagePromptGenerator |