Feature
🎉 LiteLLM: Apertis is Now an Official LiteLLM Model Provider
We're proud to announce that Apertis has become an official model provider for LiteLLM.
With this integration, LiteLLM users can route requests to 470+ AI models through Apertis while retaining LiteLLM’s powerful proxy, routing, and observability features.
---
Apertis is now natively supported as a model provider within the LiteLLM SDK ecosystem.
Access OpenAI, Anthropic, Google, and more through a single provider configuration.
Works with existing LiteLLM proxy, routing, fallback, and load-balancing setups.
Simplify API key management and cost tracking via Apertis.
---
Configure Apertis as a provider in LiteLLM:
---
We're excited to work closely with the LiteLLM community and enable more flexible, scalable multi-model deployments with Apertis.
Feature
🔥 LlamaIndex: Apertis is Now an Official LlamaIndex Model Provider
We're excited to announce that Apertis is now an official model provider for LlamaIndex.
This integration allows LlamaIndex users to seamlessly access 470+ models across multiple providers through Apertis, using a single, unified API.
---
Apertis is now recognized as an official model provider in the LlamaIndex ecosystem.
Use OpenAI, Anthropic, Google, and more without changing your application logic.
Works seamlessly with existing LlamaIndex workflows and abstractions.
Manage keys, usage, and costs centrally through Apertis.
---
Refer to the LlamaIndex documentation to configure Apertis as your model provider:
---
---
We're excited to support the LlamaIndex community and look forward to enabling more flexible, multi-model AI applications with Apertis.
Feature
🎉 Release @apertis/ai-sdk-provider v1.1.1
We're excited to announce the release of `@apertis/ai-sdk-provider`, the official Apertis provider for the Vercel AI SDK.
This release brings full compatibility with AI SDK 6+ and unlocks seamless access to 470+ AI models across multiple providers — all through a single, unified interface.
---
Fully implements the LanguageModelV3 specification.
Access models from OpenAI, Anthropic, Google, and more via Apertis.
Built-in support for both chat generation and text embeddings.
Real-time streaming responses with zero additional setup.
First-class support for function / tool calling.
---
npm install @apertis/ai-sdk-provider aiimport { apertis } from '@apertis/ai-sdk-provider';
import { generateText } from 'ai';
const { text } = await generateText({
model: apertis('gpt-5.2-chat'),
prompt: 'Hello, world!',
});
console.log(text);Feature
Add Apple OAuth SSO
<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:
This update is available to all users starting today.
👉 Try it now on the login page and let us know what you think.