rocket_launch xAI | Austin, USA

Grok for
Enterprise AI in Turkey

Developed by xAI, Grok is an artificial intelligence model that stands out for its real-time information access and distinctive approach. Access Grok easily from Turkey with Onysoft AI Gateway.

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

What Is xAI Grok?

About the technology and the company behind the model

xAI is an artificial intelligence company founded by Elon Musk in 2023. The Grok model is trained on data from the X (formerly Twitter) platform and sets itself apart from other models by being able to access current events. Grok 3 delivers performance that competes with GPT-4 and Claude thanks to its strong reasoning ability.

business
Provider
xAI
calendar_month
Founded
2023
location_on
Headquarters
Austin, USA
category
Number of Models
2 models

Grok Performance Metrics

Results from industry-standard benchmark tests

MMLU Multi-Domain Knowledge 86.5
HumanEval Code Generation 82.0
MATH Mathematics 75.0
GPQA Scientific Reasoning 52.8

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

Why Choose Grok?

Elon Musk's xAI Artificial Intelligence Model

update

Up-to-Date Information Access

Grok can access current events and news. Unlike other models, it can provide real-time information.

psychology

Strong Reasoning

High performance on complex logic and analysis problems. Detailed solutions with multi-step reasoning processes.

data_object

128K Context Window

With a 128,000 token context window, it can process long documents and code.

code

Coding Ability

Strong code generation and analysis ability in many programming languages.

visibility

Vision

It can analyze images, interpret photos and perform image-based question answering.

diversity_3

A Different Perspective

Grok approaches topics from different perspectives to produce creative and original responses.

Grok Models and Pricing

Grok models available in TL through Onysoft AI Gateway

Recommended

Grok 3

Most Powerful

xAI's most powerful model. Superior reasoning and analysis ability.

x-ai/grok-3 play_circle Try
arrow_downward Input: ₺0,14 / 1K tokens
arrow_upward Output: ₺0,69 / 1K tokens

Grok 3 Mini

Budget

Fast and economical. Balanced performance for everyday tasks.

x-ai/grok-3-mini play_circle Try
arrow_downward Input: ₺0,01 / 1K tokens
arrow_upward Output: ₺0,02 / 1K tokens
view_list View All Models and Pricing

Grok Use Cases

What businesses in Turkey can build with Grok

trending_up

Market Analysis

Analyze market trends and build competitive intelligence with up-to-date information access.

edit_note

Content Generation

Create blog posts, news summaries and social media content on current topics.

support_agent

Smart Assistant

Creative and informative assistant applications powered by Grok's ability to offer a different perspective.

biotech

Research & Innovation

Analysis support for scientific research, technology trends and innovative solutions.

Which Sectors Does Grok Serve?

Sectors using Grok through Onysoft AI Gateway

Media Marketing Research Technology Finance Innovation Strategy Communications

How to Get Started with Grok?

Start using Grok 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 Grok 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="x-ai/grok-3",
    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: 'x-ai/grok-3',
    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": "x-ai/grok-3",
    "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' => 'x-ai/grok-3',
        '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 Grok with Onysoft?

The advantages of choosing Onysoft AI Gateway over the xAI 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 Grok 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 Grok

What people wonder about Grok and Onysoft AI Gateway

How does Grok's real-time information access work? expand_more

Grok is a model trained on X platform data that can access current events. It is not bound by the knowledge cutoff date of other models.

How powerful is Grok 3? expand_more

Grok 3 delivers performance that competes with GPT-4 and Claude Sonnet on many benchmarks. It is especially strong on reasoning and analysis tasks.

For which projects should I use Grok? expand_more

It is ideal for projects that need up-to-date information, generate creative content and seek different perspectives. It is preferred for market analysis, content generation and research projects.

rocket_launch xAI Grok

Power Up Your Project with Grok

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

Want help finding the right model?