Gemini API দিয়ে একটি অ্যাপ তৈরি করুন, Gemini API দিয়ে একটি অ্যাপ তৈরি করুন, Gemini API দিয়ে একটি অ্যাপ তৈরি করুন, Gemini API দিয়ে একটি অ্যাপ তৈরি করুন
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
আপনি যখন App Prototyping agent ব্যবহার করতে পারেন স্বয়ংক্রিয়ভাবে Gemini API এর সাথে একটি নতুন অ্যাপ প্রোটোটাইপ তৈরি করতে, আপনি একটি বোতামের এক ক্লিকের মাধ্যমে Gemini বিকাশকারী API সহ একটি ফাঁকা ক্যানভাসও চালু করতে পারেন৷ আপনার প্রয়োজনীয় সমস্ত Gemini API পরিকাঠামো অন্তর্ভুক্ত করে এমন একটি টেমপ্লেট সহ আপনার অ্যাপে Google-এর থেকে সাম্প্রতিক জেনারেটিভ AI মডেলগুলি ব্যবহার করা শুরু করুন৷ আপনাকে যা করতে হবে তা হল আপনার Gemini API কী যোগ করুন এবং কোডিং পান!
Gemini API প্রি-লোড করে একটি নতুন অ্যাপ তৈরি করুন
টেমপ্লেট ড্যাশবোর্ড থেকে Firebase Studio Gemini API টেমপ্লেট অ্যাক্সেস করুন এবং AI এর শক্তি দিয়ে তৈরি করুন।
- Firebase Studio টেমপ্লেট ড্যাশবোর্ড থেকে Gemini API-এর জন্য Firebase Firebase Studio টেমপ্লেট খুলুন।
- আপনার পরিবেশের জন্য ভাষা এবং কাঠামো নির্বাচন করুন। Firebase Studio Gemini API টেমপ্লেটটি JavaScript (Vite বা Genkit সহ) এবং Python (নোটবুক বা ফ্লাস্ক সহ ওয়েব অ্যাপ)-এ উপলব্ধ, আরও ভাষা এবং ফ্রেমওয়ার্ক শীঘ্রই আসছে।
- (ঐচ্ছিক) আপনি যদি আপনার অ্যাপে LangChain ফ্রেমওয়ার্ক যোগ করতে চান, তাহলে LangChain ব্যবহার করুন বিকল্পটি নির্বাচন করুন।
- আপনার ওয়ার্কস্পেস লোড হয়ে গেলে,
main.js
বা main.py
ফাইলটি খুলুন এবং Google AI স্টুডিও থেকে আপনার Gemini API কী দিয়ে API_KEY
ভেরিয়েবল আপডেট করুন। - জেমিনি API অ্যাকশনে দেখতে ওয়েব প্রিভিউ প্যানেলে বেস অ্যাপটি পরীক্ষা করুন এবং সেই অনুযায়ী আপনার নতুন জেমিনি API অ্যাপটি পরিবর্তন করুন।
একটি বিদ্যমান অ্যাপে Gemini API যোগ করুন
এছাড়াও আপনি Firebase Studio থেকে সরাসরি আপনার বিদ্যমান অ্যাপে Gemini API যোগ করতে পারেন।
Firebase Studio খুলুন।
Firebase Firebase Studio প্যানেল খুলতে নেভিগেশন ফলক থেকে Firebase Studio আইকনে ক্লিক করুন।
Google ইন্টিগ্রেশন বিভাগ প্রসারিত করুন এবং Gemini API যোগ করুন ক্লিক করুন।
আপনার অ্যাকাউন্ট প্রমাণীকরণের জন্য প্রম্পট অনুসরণ করুন এবং আপনার অ্যাপে একটি Gemini API কী যোগ করুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["While you can use [the App Prototyping agent](/docs/studio/get-started-ai)\nto automatically create a new app prototype with the Gemini API, you can\nalso launch a blank canvas with the\n[Gemini Developer API](https://ai.google.dev/) through one click of\na button. Start using the latest generative AI models from Google in your\napp with a template that includes all the Gemini API infrastructure you\nneed. All you need to do is add your\n[Gemini API key](https://ai.google.dev/tutorials/setup) and get coding!\n\nBuild a new app with the Gemini API pre-loaded\n\nAccess the Firebase Studio Gemini API template from the\ntemplates dashboard and build with the power of AI.\n\n1. Open the [Firebase Studio template for the Gemini API](https://studio.firebase.google.com//new/gemini) from the Firebase Studio template dashboard.\n2. Select the language and framework for your environment. The Gemini API template in Firebase Studio is available in JavaScript (with Vite or Genkit) and Python (notebook or web app with Flask), with more languages and frameworks coming soon.\n3. *(Optional)* If you want to add the [LangChain](https://www.langchain.com/) framework to your app, select the **Use LangChain** option.\n4. When your workspace loads, open the `main.js` or `main.py` file and update the `API_KEY` variable with your Gemini API key from [Google AI Studio](https://aistudio.google.com/app/apikey).\n5. Test the base app in the web preview panel to watch the Gemini API in action, and modify your new Gemini API app accordingly.\n\nAdd the Gemini API to an existing app\n\nYou can also add the Gemini API to your existing app directly from\nFirebase Studio.\n\n1. Open [Firebase Studio](https://studio.firebase.google.com/).\n\n2. Click the Firebase Studio icon from the navigation pane to open the\n Firebase Studio panel.\n\n3. Expand the **Google Integrations** section and click **Add Gemini API**.\n\n4. Follow the prompts to authenticate your account and add a Gemini API key\n to your app."]]