timeout(240)->post(sprintf('%s/api/generate', env('OLLAMA_HOST')), [ 'model' => 'llava', 'prompt' => 'Describe this image in a sentence or two', 'stream' => false, 'images' => $base64JpegImages, ])->json(); return $result['response']; } }