Changelog

Type

January 2026

Feature

System Update

Add Apple OAuth SSO

We're excited to announce that Apple OAuth (Sign in with Apple) is now supported on the Apertis login page for all users.

<p align="center"> <img src="/applesso.png" alt="Apple SSO" width="180" /> </p>

We're excited to announce that Apple OAuth (Sign in with Apple) is now supported on the Apertis login page for all users.

You can now sign in to Apertis using your Apple ID for a faster, more secure, and privacy-focused authentication experience.

Why this matters:

  • ✅ One-click login with your Apple ID
  • 🔒 Enhanced security with Apple's OAuth flow
  • 🕵️ Privacy-first: hide your email if you choose
  • 🚀 Faster onboarding for new users

This update is available to all users starting today.

👉 Try it now on the login page and let us know what you think.

Read more

Feature

Feature Added

New Feature: FREE Real-Time Web Search for Any Model

We're excited to announce Web Search - a powerful new feature that brings real-time internet data to any AI model on Apertis.

What's New

Simply add :web to any model name to enable real-time web search:

  • gpt-4o-mini:web
  • claude-3-5-sonnet-20241022:web
  • gemini-1.5-pro:web,...

🎉 Simply add :web suffix directly for ALL Model Ids!!!

Key Features

  • Real-Time Data: Get up-to-date information on stock prices, news, weather, and more
  • Source Citations: Every response includes web_sources with referenced URLs
  • Streaming Support: See the 🔍 Web searching... indicator followed by live content streaming
  • Zero Extra Cost: Web search costs are absorbed by the platform - you only pay for model tokens
  • Graceful Fallback: If search fails, the request automatically continues without interruption

🔥 Key benefits

  • Real-time information (stock prices, news, weather, live events)
  • Source citations included in every response
  • Streaming support with visible search indicators
  • 🤩 No extra cost — web search is included
  • Automatic fallback if search is unavailable to ensure stability

Example Response

  {
    "content": "As of January 6, 2026, Apple (AAPL) is trading at $262.36...",
    "web_sources": [
      {"title": "Apple Investor Relations", "url": "https://investor.apple.com/..."},
      {"title": "MarketWatch", "url": "https://www.marketwatch.com/..."}
    ]
  }

Documentation

For complete usage details, request parameters, and best practices, check out our documentation:

👉 https://docs.apertis.ai/web-search

Read more

December 2025