Metadata-Version: 2.1
Name: openrouter-node
Version: 0.0.1
Summary: This is a node to use OpenRouter API from within ComfyUI. It supports both prompt and image+prompt requests (for multimodal LLMs).
Home-page: https://github.com/valofey/Openrouter-Node
Requires-Python: >=3.10
Requires-Dist: requests==2.31.0          # For making HTTP requests to the API
Requires-Dist: Pillow==9.5.0             # For handling image processing tasks
