Feature
Models Added
Add Gemini 3.1 Flash Lite Preview & GPT-5.3 Chat
Add Gemini 3.1 Flash Lite Preview & GPT-5.3 Chat
Feature
Add Gemini 3.1 Flash Lite Preview & GPT-5.3 Chat
Add Gemini 3.1 Flash Lite Preview & GPT-5.3 Chat
Feature
✨ New Feature: Context Compression
Context Compression automatically summarizes conversation history using a smaller, cost-efficient model before sending requests to your primary model. This significantly reduces input token costs while preserving conversation context.
conservative — compresses after 8+ turns (minimal context loss)on — compresses after 6+ turns (balanced)aggressive — compresses after 3+ turns (maximum savings)POST /v1/chat/completionsPOST /v1/messagesPOST /v1/responsesGo to API Key Management → Edit your API key → Enable Context Compression and select your preferred strategy. All requests using that key will automatically apply compression.
{
"model": "gpt-4.1",
"messages": [...],
"compression": {
"enabled": true,
"strategy": "on",
"model": "gpt-4.1-mini"
}
}X-Context-Compression: on X-Compression-Model: gpt-4.1-mini
Compression examples are now available for all supported SDKs:
Request body params > HTTP headers > API key defaults. Per-request settings always override key-level defaults.
See more on **Documentation**
Feature
Add Grok 4.2
Grok 4.2 is the next major iteration of xAI's Grok series, advancing the model's reasoning, coding, and multimodal capabilities with architectural improvements over Grok 4 and 4.1. It is positioned as a more powerful and general-purpose frontier AI model in the Grok family with stronger deep reasoning and real-world task performance.
Feature
Add Qwen 3.5 Full Series & Seed-2.0-Mini
The full Qwen 3.5 series is provided at **Apertis Coding Plan** as well, Enjoy it.
Feature
Add Nano Banana 2 (Gemini 3.1 Flash Image Preview)
Gemini 3.1 Flash Image Preview (also known as "Nano Banana 2") is Google's latest state-of-the-art image generation and editing model, delivering Pro-level visual quality at Flash-level speed. It combines strong contextual understanding with fast, cost-efficient inference, enabling high-quality image generation and seamless iterative editing. Optimized for both performance and accessibility, it makes advanced visual creation workflows faster and more scalable.