Gemini API, Gemini, Veo, Nano Banana वगैरह के साथ प्रॉम्प्ट से प्रोडक्शन तक पहुंचने का सबसे तेज़ तरीका है. इसकी मदद से, इन जनरेटिव मॉडल को अपने ऐप्लिकेशन में इंटिग्रेट किया जा सकता है. इससे टेक्स्ट और इमेज जनरेट करने, मल्टीमॉडल इनपुट का विश्लेषण करने, और बातचीत करने वाले एजेंट बनाने में मदद मिलती है.
Python
from google import genai
client = genai.Client()
interaction = client.interactions.create(
model="gemini-3.8-flash",
input="Explain how AI works in a few words"
)
print(interaction.output_text)
JavaScript
import { GoogleGenAI } from "@google/genai";
const ai = new GoogleGenAI({});
const interaction = await ai.interactions.create({
model: "gemini-3.8-flash",
input: "Explain how AI works in a few words",
});
console.log(interaction.output_text);
Java
import com.google.genai.Client;
import com.google.genai.gaos.models.interactions.CreateModelInteraction;
import com.google.genai.gaos.models.interactions.Interaction;
import com.google.genai.gaos.models.interactions.InteractionsInput;
import com.google.genai.gaos.models.interactions.Model;
import com.google.genai.gaos.models.operations.CreateInteractionRequestBody;
Client client = new Client();
CreateModelInteraction params =
CreateModelInteraction.builder()
.model(Model.of("gemini-3.7-flash"))
.input(InteractionsInput.of("Explain how AI works in a few words"))
.build();
Interaction interaction =
client.interactions.create(CreateInteractionRequestBody.of(params)).interaction().get();
System.out.println(interaction.outputText().orElse(""));
REST
curl -X POST "https://generativelanguage.googleapis.com/v1beta/interactions" \
-H "x-goog-api-key: $GEMINI_API_KEY" \
-H 'Content-Type: application/json' \
-d '{
"model": "gemini-3.8-flash",
"input": "Explain how AI works in a few words"
}'
मॉडल के बारे में जानकारी
सभी देखेंGemini 3.8 Flash नया
यह हमारा सबसे स्मार्ट फ़्लैश मॉडल है. इसे लंबे समय तक चलने वाली सॉफ़्टवेयर इंजीनियरिंग, ऑटोनॉमस एजेंट, और एंटरप्राइज़ के मुश्किल वर्कफ़्लो के लिए बनाया गया है.
Gemini 3.5 Flash-Lite
ज़्यादा वॉल्यूम वाला, कीमत के हिसाब से संवेदनशील मॉडल. इसे कम समय में ज़्यादा थ्रूपुट वाले सब-एजेंट टास्क के लिए ऑप्टिमाइज़ किया गया है.
Gemini 3.1 Pro
यह हमारा सबसे इंटेलिजेंट मॉडल है. यह मल्टीमॉडल कॉन्टेंट को समझने के लिए, दुनिया का सबसे बेहतरीन मॉडल है. इसे बेहतरीन लॉजिक के साथ बनाया गया है.
Nano Banana 2 और Nano Banana Pro
इमेज जनरेट करने और उनमें बदलाव करने वाले बेहतरीन मॉडल.
Gemini Omni Flash
वीडियो जनरेट करने और उनमें बदलाव करने वाला हमारा बेहतरीन मॉडल.
Gemini 3.5 Transcribe नया
यह मॉडल, बोले गए शब्दों को कम समय में टेक्स्ट में बदलता है. इसमें, बोले गए शब्दों के आधार पर भाषा की पहचान करने, स्पीकर डायराइज़ेशन, और शब्दों के टाइमस्टैंप की जानकारी देने की सुविधा होती है.
Gemini Robotics
यह एक विज़न-लैंग्वेज मॉडल (वीएलएम) है जो रोबोटिक्स में Gemini की एजेंटिक एआई की सुविधाएँ लाता है और फ़िज़िकल दुनिया में ऐडवांस रीज़निंग को सक्षम बनाता है.
सुविधाओं के बारे में जानें
इमेज जनरेट करने की सुविधा
Nano Banana की मदद से, कॉन्टेक्स्ट के हिसाब से इमेज जनरेट करें और उनमें बदलाव करें.
ज़्यादा कॉन्टेक्स्ट वाली विंडो
Gemini मॉडल में लाखों टोकन इनपुट करें. साथ ही, बिना किसी स्ट्रक्चर वाली इमेज, वीडियो, और दस्तावेज़ों को समझें.
स्ट्रक्चर्ड आउटपुट
Gemini को सिर्फ़ JSON फ़ॉर्मैट में जवाब देने के लिए कहें. यह स्ट्रक्चर्ड डेटा फ़ॉर्मैट, अपने-आप प्रोसेस होने के लिए सही होता है.
फ़ंक्शन कॉलिंग
Gemini को बाहरी एपीआई और टूल से कनेक्ट करके, एजेंटिक वर्कफ़्लो बनाएँ.
Veo 3.1 की मदद से वीडियो जनरेट करना
हमारे बेहतरीन मॉडल की मदद से, टेक्स्ट या इमेज प्रॉम्प्ट का इस्तेमाल करके अच्छी क्वालिटी वाला वीडियो कॉन्टेंट जनरेट करें.
Live API की मदद से वॉइस एजेंट
लाइव एपीआई की मदद से, रीयल-टाइम में काम करने वाले वॉइस ऐप्लिकेशन और एजेंट बनाएं.
टूल
Gemini को दुनिया से कनेक्ट करने के लिए, Google Search, यूआरएल कॉन्टेक्स्ट, Google Maps, कोड एक्ज़ीक्यूशन, और कंप्यूटर इस्तेमाल करने जैसे टूल का इस्तेमाल करें.
दस्तावेज़ को समझना
मल्टीमॉडल की पूरी जानकारी या टेक्स्ट पर आधारित अन्य फ़ाइल टाइप के साथ, 1,000 पेजों तक की PDF फ़ाइलों को प्रोसेस किया जा सकता है.
सूझ-बूझ वाला मॉडल
जानें कि सोचने की क्षमता, मुश्किल कामों और एजेंट के लिए तर्क को कैसे बेहतर बनाती है.
एजेंट बनाना
एजेंट बनाने और मैनेज करने की सुविधा, Gemini को एक ऐसा वर्कस्पेस देते हैं जहां वह खुद ही टास्क प्लान कर सकता है और उन्हें पूरा कर सकता है. एक ही अनुरोध में, Gemini कोड लिख सकता है और उसे चला सकता है. साथ ही, वेब पर खोज कर सकता है और होस्ट किए गए सैंडबॉक्स एनवायरमेंट में फ़ाइलें बना सकता है. पहले से तैयार किए गए हमारे Antigravity एजेंट का इस्तेमाल करें या अपने निर्देशों और टूल के हिसाब से इसे पसंद के मुताबिक़ बनाएँ.
Python
from google import genai
client = genai.Client()
interaction = client.interactions.create(
agent="antigravity-preview-09-2026",
input=(
"Research the top 5 sustainable fashion brands, "
"compare their materials and pricing tiers, and "
"build an interactive dashboard in analysis.html."
),
environment="remote"
)
print(interaction.output_text)
JavaScript
import { GoogleGenAI } from "@google/genai";
const ai = new GoogleGenAI({});
const interaction = await ai.interactions.create({
agent: "antigravity-preview-09-2026",
input:
"Research the top 5 sustainable fashion brands, " +
"compare their materials and pricing tiers, and " +
"build an interactive dashboard in analysis.html.",
environment: "remote",
});
console.log(interaction.output_text);
Java
import com.google.genai.Client;
import com.google.genai.gaos.models.interactions.AgentOption;
import com.google.genai.gaos.models.interactions.CreateAgentInteraction;
import com.google.genai.gaos.models.interactions.CreateAgentInteractionEnvironment;
import com.google.genai.gaos.models.interactions.Interaction;
import com.google.genai.gaos.models.interactions.InteractionsInput;
import com.google.genai.gaos.models.operations.CreateInteractionRequestBody;
Client client = new Client();
CreateAgentInteraction params =
CreateAgentInteraction.builder()
.agent(AgentOption.of("antigravity-preview-09-2026"))
.input(
InteractionsInput.of(
"Research the top 5 sustainable fashion brands, "
+ "compare their materials and pricing tiers, and "
+ "build an interactive dashboard in analysis.html."))
.environment(CreateAgentInteractionEnvironment.of("remote"))
.build();
Interaction interaction =
client.interactions.create(CreateInteractionRequestBody.of(params))
.interaction()
.get();
System.out.println(interaction.outputText().orElse(""));
REST
curl -X POST \
"https://generativelanguage.googleapis.com/v1beta/interactions" \
-H "x-goog-api-key: $GEMINI_API_KEY" \
-H 'Content-Type: application/json' \
-d '{
"agent": "antigravity-preview-09-2026",
"input": "Research the top 5 sustainable fashion brands, compare their materials and pricing tiers, and build an interactive dashboard in analysis.html.",
"environment": "remote"
}'
Interactions API
Interactions API, जून 2026 से हमारा डिफ़ॉल्ट इंटरफ़ेस बन गया है. आने वाले समय में, Gemini मॉडल और एजेंट के साथ काम करने का यह सबसे अच्छा तरीका है. अगर आपको कोई नया प्रोजेक्ट शुरू करना है, तो आपको Interactions API का इस्तेमाल करना चाहिए. generateContent एपीआई अब भी काम करता है, लेकिन इसे लेगसी माना जाता है.
इंटरैक्शन की खास जानकारी
जानें कि Interactions API, बातचीत की स्थिति, मैसेज, और आउटपुट फ़ॉर्मैट को कैसे मैनेज करता है.
माइग्रेशन गाइड
अपने कोड को generateContent से Interactions API पर ले जाने के लिए, सिलसिलेवार निर्देशों वाली गाइड.
स्ट्रीमिंग
रीयल-टाइम टोकन, इंक्रीमेंटल थॉट, और टूल कॉल इवेंट स्ट्रीम करें.