GPT-5.5
GPT-5.5 officially hits mainstream on Azure with pricing down ~18% and a 1M-token context. Available on the gateway.
OpenAI-compatible API to dozens of GPT, Claude, Gemini, image, audio, and realtime models. Keys, budgets, billing in MDL and EUR — all from a single console.
1import OpenAI from "openai";2 3const client = new OpenAI({4 apiKey: process.env.ROUTER_API_KEY,5 baseURL: "https://api.megapromoting.com/v1",6});7 8const res = await client.chat.completions.create({9 model: "gpt-5.4-mini",10 messages: [{ role: "user", content: "Salut!" }],11});12 13console.log(res.choices[0].message.content);Platform live
AI tokens served through Router by MP — cumulative since launch
Hand-curated by the Mega Promoting team. Launches, betas, pricing changes.
GPT-5.5 officially hits mainstream on Azure with pricing down ~18% and a 1M-token context. Available on the gateway.
Opus 4.8 public preview: extended reasoning, improved vision, and parallel tools. Accessible via Router keys.
Gemini 3.1 Pro: 2M-token context, native audio + video understanding, and a Live API stable for production.
Video generation up to 60s, 1080p, synced audio. Available through Router on Business and Enterprise plans.
A reasoning-dedicated variant with extended chain-of-thought, 78% SWE-bench score. Recommended for coding agents.
Voice-to-voice with <300ms latency, 24 native voices, and tool-call support. Used by Kallina and call centres.
Why Router by MP
Router by MP is built for everyday work. Not “yet another OpenAI wrapper”.
Create separate keys with budgets, lifetimes, and allowed models. The token is shown once; afterwards only the fingerprint remains. Rotate in 30 seconds.
Wallet, Stripe top-up, Moldova e-Factura, and Enterprise SLA — all from a single console.
Spend per key and per model, spike warnings at 70/90%, and a monthly report for accounting.
Just set baseURL. Works with Node, Python, .NET, Go, LangChain, LlamaIndex.
Implementation, debugging, and architecture discussed directly with the team — no ticket queues.
$X in your wallet = $X of AI usage at the listed prices. No hidden fees.
Real-world use cases
Support widgets, lead qualification, and CRM replies with a separate budget per project.
Code, research, and ops agents with a whitelist of allowed models per key.
Rewriting, scoring, editorial planning, and translations for local teams.
Controlled access to gpt-image-2 whenever the model is exposed on your key.
Voice assistants and PBX bridges through the available realtime models.
Indexing, semantic search, and knowledge bases with separate tracking.
3 lines of code
Keep using the OpenAI SDK exactly as you do today. Same code in Python, Node, .NET, Go. The difference? You control the key, the budget, and the exposed models — we handle billing and compatibility.
1# Python — acelasi cod ca pe OpenAI2from openai import OpenAI3 4client = OpenAI(5 api_key=os.environ["ROUTER_API_KEY"],6 base_url="https://api.megapromoting.com/v1",7)8 9stream = client.chat.completions.create(10 model="claude-sonnet-4.6",11 messages=[{"role": "user", "content": "..."}],12 stream=True,13)14for chunk in stream:15 print(chunk.choices[0].delta.content or "", end="")Pricing
Pay-as-you-go from $5. Or a subscription with monthly credit included.
Frequently asked questions
$1 credit at signup — no card required. Connect the OpenAI SDK in 3 minutes.