Skip to content

Changelog

Product updates, model releases, and platform improvements.

April 2026

Add Xiaomi MiMo-V2.5 & MiMo-V2.5-Pro

MiMo-V2.5

MiMo-V2.5 is Xiaomi's native omnimodal model, delivering pro-level agentic performance at roughly half the inference cost. It surpasses MiMo-V2-Omni in multimodal perception, particularly in image and video understanding. With a 1M-token context window, it can handle complete documents, extended conversations, and complex task contexts in a single pass.

Combining strong reasoning, rich perception, and cost efficiency, MiMo-V2.5 is well suited for integration into advanced agent frameworks and real-world multimodal applications.

MiMo-V2.5-Pro

MiMo-V2.5-Pro is Xiaomi's flagship model, delivering top-tier performance in agentic capabilities, complex software engineering, and long-horizon tasks. It ranks highly on benchmarks such as ClawEval, GDPVal, and SWE-bench Pro, demonstrating strong real-world reliability. The model can autonomously complete professional tasks that would take human experts days or weeks, executing thousands of tool calls within a single workflow.

With a 1M-token context window, it is well suited for integration into advanced agent frameworks and large-scale task orchestration systems.

Enjoy it.

Read update

Add GPT Image 2

GPT Image 2

GPT Image 2 combines OpenAI's GPT-5.4 with advanced image generation capabilities from GPT Image 2, enabling fully integrated multimodal workflows.

It allows users to seamlessly transition between reasoning, coding, and visual generation within a single interaction, making it well suited for creative, development, and agent-driven applications that require both intelligence and visual output.

Enjoy it.

Read update

Add Kimi K2.6

Kimi K2.6

Kimi K2.6 is Moonshot AI's next-generation multimodal model, designed for long-horizon coding, UI/UX generation, and multi-agent orchestration. It handles complex end-to-end development tasks across languages such as Python, Rust, and Go, and can transform prompts and visual inputs into production-ready interfaces.

Powered by a scalable agent swarm architecture, K2.6 can coordinate hundreds of parallel sub-agents for autonomous task decomposition, enabling the generation of documents, websites, and spreadsheets in a single run without human intervention.

Enjoy it.

Read update

Skills & MCP Server — `@apertis/mcp-server` v0.3.0

A Model Context Protocol server that lets any MCP-compatible AI assistant call Apertis directly. No setup, no wrapper code — just install once.

Install (Claude Code):

claude mcp add apertis -- npx -y @apertis/mcp-server

Nine tools shipped:

ToolWhat it does
list_modelsList models with optional free/paid + capability filters
get_model_infoDetailed info for a specific model (pricing, context, provider)
compare_modelsSide-by-side comparison of 2–5 models
check_quotaAccount balance, subscription status, remaining quota
get_usage_statsUsage by model and period (today / week / month)
list_api_keysList your keys (masked) with status and quota
create_api_keyCreate a new key with an optional quota limit
suggest_modelFreeform keyword search over the full catalog
recommend_modelCurated Apertis pick for a task type with live pricing *(new in v0.3.0)*

→ Guide: docs.apertis.ai/api/sdks/mcp-server → npm: `@apertis/mcp-server`

Agent Skills — one-command install for 45+ AI tools

Three curated skills that teach your AI assistant how to use Apertis correctly. Install once, works everywhere.

npx skills add theQuert/apertis-skills

Compatible with Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, and 45+ other AI coding tools.

SkillWhat your agent learns
apertis-apiAuth, endpoints, :web suffix, MCP reference — the complete API surface
apertis-model-pickerOpinionated model picks by task type with reasoning
apertis-migrateOne-line swap from OpenAI SDK to Apertis

→ Source: github.com/theQuert/apertis-skills

GET /v1/recommend — dynamic model selection endpoint

Ask Apertis what to use for a task and get back the curated pick with live pricing. Recommendations update as models are added, retired, or re-priced — your code stays the same.

curl "https://api.apertis.ai/v1/recommend?task=coding&budget=medium" \
  -H "Authorization: Bearer $APERTIS_API_KEY"

Task types: coding, long-context, fast-chat, reasoning, vision Budget tiers: low, medium (default), high

Response shape:

{
  "model": "claude-sonnet-4-6",
  "pricing": { "input_per_1m": 2.40, "output_per_1m": 12.00 },
  "why": "Best coding ability per dollar. 200K context.",
  "alternatives": [
    { "model": "deepseek-v3", "note": "3x cheaper, good for simpler coding" },
    { "model": "claude-opus-4-6", "note": "most capable, higher cost" }
  ]
}

Use the returned model ID directly in your next /v1/chat/completions call.

→ Reference: docs.apertis.ai/api/utilities/recommend

Docs

  • New: @apertis/mcp-server SDK guide with recommend_model walkthrough
  • New: GET /v1/recommend endpoint reference with Python example
  • Updated: Cursor integration guide with new screenshots and apertis/ prefix convention
  • Updated: Ideas page now publicly browsable at docs.apertis.ai/help/ideas
  • Updated: Timeout documentation — X-Timeout header, 408 status semantics

Why this release

We kept seeing two questions in support:

1. *“Which model should I use?”* 2. *“How do I wire Apertis into my agent/IDE?”*

recommend_model + the skills + the MCP server answer both — without asking you to paste the same instructions into every new session. Your agent now picks the right model and knows how to call us, natively.

Read update

Add Claude Opus 4.7

Claude Opus 4.7

Opus 4.7 is the next generation of Anthropic's Opus family, designed for long-running, asynchronous agent workflows. Building on Opus 4.6, it delivers stronger performance on complex, multi-step tasks and more reliable execution across extended pipelines such as large codebases, multi-stage debugging, and end-to-end project orchestration. Beyond coding, Opus 4.7 enhances knowledge work capabilities, including document drafting, presentation creation, and data analysis. With strong coherence over long outputs and sessions, it is well suited for tasks requiring persistence, judgment, and sustained execution.

Enjoy it.

Read update