ComfyUI Node
LTX2 R2V Browser LLM
Calls an OpenAI-compatible endpoint from the browser frontend.
LTX2 R2V Browser LLM
- image
- text
◄system_prompt►
◄prompt►
◄api_endpointhttps://api.openai.com/v1/chat/completions►
◄modelgpt-4o-mini►
◄api_key►
◄response►
CategoryLTX2
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| system_prompt | STRING | System prompt passed to the LLM. | |
| prompt | STRING | User prompt passed to the LLM. | |
| api_endpoint | STRING | https://api.openai.com/v1/chat/completions | OpenAI-compatible chat completions endpoint. |
| model | STRING | gpt-4o-mini | Model name to request. |
| api_key | STRING | API key (stored in browser cookie by frontend). | |
| response | STRING | LLM response populated by the frontend. | |
| imageopt | IMAGE | Optional reference image input. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |