GA
Global API
DokumentacjaRozpocznij

Konfiguracja w 5 minut

Global API jest zgodne z OpenAI. Wystarczy zmienić base URL.

1

Klucz API

Zarejestruj się i pobierz klucz z panelu.

Klucz →

Zacznij z darmowym planem.

2

Wybierz model

ga-economyNEW ✨

GA-Economy — Outperforms 95% of models at half the price

ga-standardNEW ✨

GA-Standard — Rivals top-tier models at a fraction of the cost

ga-expressNEW ✨

GA-Express — Sub-second intelligence for real-time apps

deepseek-v4-flashPopular

DeepSeek V4 Flash — Best overall value

deepseek-reasonerPopular

DeepSeek R1 — Advanced reasoning

deepseek-v4-pro

DeepSeek V4 Pro — Premium reasoning

Qwen/Qwen3.6-35B-A3BFlagship

Qwen 3.6 — Latest Alibaba flagship

Qwen/Qwen3.5-397B-A17B

Qwen 3.5 — 397B MoE, max intelligence

QwQ-32B

QwQ-32B — Qwen reasoning model

kimi-k2.5Flagship

Kimi K2.5 — Moonshot flagship

kimi-k2.6New

Kimi K2.6 — Latest Moonshot upgrade

THUDM/GLM-4-32B-0414Flagship

GLM-4 32B — Zhipu AI flagship

doubao-seed-2-0-pro-260215

Doubao Seed 2.0 — ByteDance premium

MiniMaxAI/MiniMax-M2.5

MiniMax-M2.5 — Ultra-long 1M context

Qwen/Qwen3-8BFree

Qwen3-8B — Free tier, general purpose

3

Zmień jedną linię kodu

Python
import openai
client = openai.OpenAI(
api_key="your-global-api-key",
base_url="https://global-apis.com/v1" # Just add this line!
)
# Everything else stays the same
response = client.chat.completions.create(
model="deepseek-v4-flash",
messages=[
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)

Dodaj base_url do klienta OpenAI.

Dokumentacja

Pierwsze kroki

API

SDK i przykłady

Najlepsze praktyki

API

URL

https://global-apis.com/v1

Autoryzacja

Authorization: Bearer YOUR_API_KEY

Endpointy

POST /chat/completions

Czat

POST /embeddings

Embeddingi

GET /models

Lista modeli

Nagłówki

Content-Type: application/jsonAuthorization: Bearer YOUR_API_KEY

FAQ

Czy jest zgodne z OpenAI?

Tak!

Jakie modele?

180+ modeli.

What happens if I hit rate limits?

Rate limits vary by plan. Free: 30 req/min, Pro: 500 req/min, Business: 2000 req/min, Scale: 5000+ req/min.

Can I use my existing OpenAI API key?

No — Global API uses its own API keys. However, the migration is simple: just change your base URL and add your new API key.

Do you support streaming?

Yes! All our endpoints support Server-Sent Events (SSE) streaming. Set stream: true in your request.

What about function calling?

DeepSeek supports function calling (tool use). Other features like image input vary by model.

Gotowy?

Bez karty dla Free.

Klucz →

© 2026 Global API.