Sending Image File to Serverless LLAMA3.2 Vision

Hy anyone know how to send Image File to Serverless Runpod which is using LLama 3.2 Vision becasue im struggling alot with that. import requests headers = { 'Content-Type': 'application/json', 'Authorization': 'Bearer YOUR_API_KEY' } data = { 'input': {"prompt":"Your prompt"} } response = requests.post('https://api.runpod.ai/v2/q161e979lxc0nl/run', headers=headers, json=data)
1 Reply
Unknown User
Unknown User2d ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?