Skip to content

Changelog

Product updates, model releases, and platform improvements.

January 2026

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 update

December 2025