Changelog

Type

February 2026

Models

Models Deprecated

8 Models Deprecated

grok-4-fast:freegrok-4.1-fast:freegpt-oss-120b:freegpt-oss-20b:freekimi-k2:freegemini-2.5-pro-exp-03-25:free
  • grok-4-fast:free
  • grok-4.1-fast:free
  • gpt-oss-120b:free
  • gpt-oss-20b:free
  • kimi-k2:free
  • gemini-2.5-pro-exp-03-25:free
  • minimax-m2:free
  • qwen3-235b-a22b-07-25:free
Read more

January 2026

Feature

Feature Added

✨ Ask AI for Documentation

🎉 We've added a brand-new Ask AI experience to Apertis Documentation You can now query our docs conversationally and embed the same capability directly into your own applications.

<p align="center"> <img src="https://apertis.ai/ask-ai.png" alt="ask-ai-image" width="250" /> </p>

What's new

  • AI-powered documentation search
  • Ask questions in natural language and get precise, context-aware answers from Apertis docs.
  • No more manual searching or jumping between pages.
  • Built for integration
  • The Ask AI experience is powered by the same APIs you can use in your own product.
  • Easily embed an “Ask AI” assistant into your docs site, dashboard, or developer tools.
  • Developer-friendly by design
  • Optimized for technical questions, code usage, and API workflows.
  • Responses are grounded in official documentation to reduce hallucinations.
  • Faster onboarding & troubleshooting
  • Help users discover features, understand APIs, and resolve issues instantly.
  • Ideal for reducing support load and improving developer experience.

Why it matters

Ask AI turns documentation from a static reference into an interactive developer assistant. Whether you're building an internal tool, a public SDK site, or a customer-facing app, you can now offer the same AI-powered doc experience with minimal integration effort.

Get started

  • Try Ask AI directly in Apertis Documentation
  • Follow the integration guide to add Ask AI to your own application
Read more

Fix

System Update

Optimization on API requests: 40-80% latency reduction

Before: 30-55ms After: 5-10ms (cache hits) / 15-25ms (cache misses)Estimated improvement: 40-80% latency reduction
  • Before: 30-55ms
  • After: 5-10ms (cache hits) / 15-25ms (cache misses)
  • Estimated improvement: 40-80% latency reduction
Read more

Fix

Feature Added

Python SDK: Add comprehensive SDK features (v0.2.0)

- Vision/Image support with create_with_image() convenience method- Audio input/output support- Video content support- Web Search with create_with_web_search() convenience method- Reasoning Mode support (glm-4.7)- Extended Thinking (Gemini) support

Add comprehensive SDK features (v0.2.0) New Features:

  • Vision/Image support with create_with_image() convenience method
  • Audio input/output support
  • Video content support
  • Web Search with create_with_web_search() convenience method
  • Reasoning Mode support (glm-4.7)
  • Extended Thinking (Gemini) support
  • Models API (list, retrieve)
  • Responses API (OpenAI format)
  • Messages API (Anthropic format)
  • Rerank API (BAAI/bge-reranker-v2-m3, Qwen models)
  • Helper utilities for base64 encoding

Includes 81 unit tests covering all new functionality.

PyPI Package: https://pypi.org/project/apertis/

Read more