auto_awesome Google | Mountain View, USA

Gemini for
Enterprise AI in Turkey

Developed by Google DeepMind, the Gemini models are natively multimodal. Access Gemini easily in Turkish Lira with Onysoft AI Gateway.

rocket_launch Get Started compare Try in Playground description API Documentation
3
Models
2023
Founded
8
Sectors
TL
Pricing

What Is Google Gemini?

About the technology and the company behind the model

Gemini is a next-generation AI model designed by Google DeepMind to be multimodal from the ground up. It can natively understand text, images, audio and video. With a context window of over 1 million tokens, it has one of the widest context windows in the industry. Combined with Google's expertise in search and information retrieval, Gemini can deliver up-to-date and verified information thanks to its grounding feature.

business
Provider
Google
calendar_month
Founded
2023
location_on
Headquarters
Mountain View, USA
category
Number of Models
3 models

Gemini Performance Metrics

Results from industry-standard benchmark tests

MMLU Multi-Domain Knowledge 90.0
HumanEval Code Generation 84.1
MATH Mathematics 83.0
GPQA Scientific Reasoning 62.5

* Benchmark results are based on data published by the respective providers and may be updated.

Why Choose Gemini?

Google's Next-Generation Artificial Intelligence

photo_library

Natively Multimodal

Gemini can process text, image, audio and video inputs simultaneously. Unlike other models, it can understand multiple modalities in a single pass.

data_object

1 Million+ Token Context

Gemini Pro offers a context window of more than 1 million tokens. You can process book-length documents in a single pass.

bolt

Speed with the Flash Model

Gemini Flash is designed for real-time applications with ultra-low latency. It provides a cost advantage on high-volume operations.

search

Google Search Integration

Gemini can access up-to-date information by working in integration with Google Search. It produces verified responses with its grounding feature.

code

Code and Mathematics

Strong code generation and mathematical reasoning ability. Complex algorithm design and scientific computation.

security

Google Security Standards

Protected by Google's enterprise security infrastructure, Gemini meets industry standards for data privacy and security.

Gemini Models and Pricing

Gemini models available in TL through Onysoft AI Gateway

Recommended

Gemini 3.1 Pro

Most Powerful

The most powerful Gemini model. For complex analysis and long document processing.

google/gemini-3.1-pro-preview play_circle Try
arrow_downward Input: ₺0,09 / 1K tokens
arrow_upward Output: ₺0,55 / 1K tokens

Gemini 3 Flash

Fastest

Speed and cost optimization. For high-volume applications.

google/gemini-3-flash-preview play_circle Try
arrow_downward Input: ₺0,02 / 1K tokens
arrow_upward Output: ₺0,14 / 1K tokens

Gemini 2.5 Pro

Reasoning

Ideal for complex tasks with strong reasoning ability.

google/gemini-2.5-pro-preview play_circle Try
arrow_downward Input: ₺0,06 / 1K tokens
arrow_upward Output: ₺0,46 / 1K tokens
view_list View All Models and Pricing

Gemini Use Cases

What businesses in Turkey can build with Gemini

image_search

Image Analysis & OCR

Use Gemini's multimodal capabilities for document scanning, invoice reading, visual content analysis and OCR operations.

summarize

Document Summarization

Quickly summarize long reports, research papers and legal documents with the 1 million token context window.

translate

Multilingual Communication

High-quality translation and content generation in more than 100 languages with Google's linguistic expertise.

science

Research & Analysis

In-depth analysis capabilities for scientific research, market analysis and competitive intelligence.

Which Sectors Does Gemini Serve?

Sectors using Gemini through Onysoft AI Gateway

Media & Content Retail Healthcare Education Finance Research Public Sector Tourism

How to Get Started with Gemini?

Start using Gemini models in your project in 3 steps

1

Create an Account

Sign up to Onysoft AI Gateway for free. Sign in instantly with your email address or your GitHub/Google account. Your API key is generated automatically.

2

Add Balance

Add as much balance as you like in Turkish Lira. You can pay by bank transfer/EFT, credit card or corporate invoice. Transparent TL pricing with the current TCMB exchange rate.

3

Start Using the API

Thanks to our OpenAI-compatible API endpoint, access Gemini models without changing your existing code. Just change the base_url and api_key.

from openai import OpenAI

client = OpenAI(
    api_key="sk-ony-...",
    base_url="https://api.onysoft.com/v1"
)

response = client.chat.completions.create(
    model="google/gemini-3.1-pro-preview",
    messages=[{"role": "user", "content": "Merhaba!"}]
)
print(response.choices[0].message.content)
import OpenAI from 'openai';

const client = new OpenAI({
    apiKey: 'sk-ony-...',
    baseURL: 'https://api.onysoft.com/v1'
});

const response = await client.chat.completions.create({
    model: 'google/gemini-3.1-pro-preview',
    messages: [{role: 'user', content: 'Merhaba!'}]
});
console.log(response.choices[0].message.content);
curl https://api.onysoft.com/v1/chat/completions \
  -H "Authorization: Bearer sk-ony-..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemini-3.1-pro-preview",
    "messages": [{"role": "user", "content": "Merhaba!"}]
  }'
$ch = curl_init('https://api.onysoft.com/v1/chat/completions');
curl_setopt_array($ch, [
    CURLOPT_HTTPHEADER => [
        'Authorization: Bearer sk-ony-...',
        'Content-Type: application/json'
    ],
    CURLOPT_POSTFIELDS => json_encode([
        'model' => 'google/gemini-3.1-pro-preview',
        'messages' => [['role' => 'user', 'content' => 'Merhaba!']]
    ]),
    CURLOPT_RETURNTRANSFER => true,
    CURLOPT_POST => true
]);
$response = json_decode(curl_exec($ch));
echo $response->choices[0]->message->content;

Why Use Gemini with Onysoft?

The advantages of choosing Onysoft AI Gateway over the Google API directly

currency_lira

Pay in Turkish Lira

No foreign credit card needed. Transparent pricing in TL with the current TCMB exchange rate. Bank transfer, credit card or corporate invoice.

receipt_long

Invoicing in Turkey

As a company based in Turkey, we issue e-invoices and e-archive invoices. Your accounting processes run smoothly.

hub

One API, All Models

Access 370+ models including Gemini just by changing the base_url. OpenAI SDK compatible.

support

24/7 Support in Turkish

Our Turkish-speaking technical support team is always with you. Integration help and issue resolution.

shield

KVKK Compliant

Data processing policies aligned with Turkish regulations. Enterprise data security standards.

trending_down

Cost Optimization

Switch easily between different models as your needs change. Optimize your budget.

Frequently Asked Questions About Gemini

What people wonder about Gemini and Onysoft AI Gateway

How can I access the Gemini API from Turkey? expand_more

You can access Gemini models in TRY by signing up through Onysoft AI Gateway. No Google Cloud account or foreign credit card is required.

What does Gemini's 1 million token context mean? expand_more

You can process roughly 750,000 words of text in a single pass. This means you can analyze documents several books in length.

What is the difference between Gemini Pro and Flash? expand_more

Pro is the most powerful and comprehensive model, ideal for complex tasks. Flash is much faster and more economical, suitable for high-volume simple tasks.

Can Gemini analyze images and video? expand_more

Yes! Gemini is a natively multimodal model. It can understand and analyze photos, screenshots, PDFs and video content.

auto_awesome Google Gemini

Power Up Your Project with Gemini

Create a free account, get your API key and start using Gemini in TL right away. Custom pricing is available for enterprise projects.

Want help finding the right model?