Skip to content

Instantly share code, notes, and snippets.

@sightfactory
sightfactory / gist:fe591b442c7bd541f579794c85ae5004
Created May 13, 2025 13:18
Generating Text and Images using PHP with Google Gemini 2.0 Flash
<?php
$geminiApiKey = "your api key here";
$apiUrl = "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash-preview-image-generation:generateContent?key=" . $geminiApiKey;
$postData = [
"contents" => [
[
"parts" => [