> ## Documentation Index
> Fetch the complete documentation index at: https://ngrok.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> AI Gateway feature updates and changes.

<Update label="2026-06-23" description="app.ngrok.ai launch" tags={["General Availability"]}>
  ## app.ngrok.ai and gateway.ngrok.ai

  Manage your AI Gateway from [app.ngrok.ai](https://app.ngrok.ai) and send traffic to a shared gateway URL:

  * Manage [access keys](/ai-gateway/concepts/access-keys), [access key configurations](/ai-gateway/guides/access-key-configurations), provider keys, credits, and settings at **[app.ngrok.ai](https://app.ngrok.ai)**.
  * Send LLM traffic from your applications to **`https://gateway.ngrok.ai`** with an access key only—provider keys are stored server-side.
  * Updated the [Quickstart](/ai-gateway/quickstart), [Overview](/ai-gateway/overview), [How It Works](/ai-gateway/how-it-works), and [Access Keys](/ai-gateway/concepts/access-keys).
  * [Provider keys](/ai-gateway/guides/attaching-provider-keys) are now account-scoped in app.ngrok.ai BYOK.
  * Endpoint-based Traffic Policy setup is deprecated. See [Migrating from endpoints](/ai-gateway/guides/migrating-from-endpoints) to move over.
</Update>

<Update label="2026-02-24" description="EA v0.0.5" tags={["Early Access"]}>
  ## AI Gateway API Keys & Credits

  You can now authenticate requests to your AI Gateway with **AI Gateway API Keys**—no provider accounts needed. The AI Gateway manages the provider keys for OpenAI and Anthropic on your behalf. Purchase prepaid credits to fund usage.

  * [AI Gateway API Keys](/ai-gateway/concepts/access-keys): Create keys to authenticate requests
  * [Credits](/ai-gateway/concepts/credits): Understand pricing and balance management
  * [Bring Your Own Keys](/ai-gateway/concepts/bring-your-own-keys): Use your own provider keys for additional providers
  * Updated [Quickstart](/ai-gateway/quickstart), [Overview](/ai-gateway/overview), and all [SDK guides](/ai-gateway/sdks) to use AI Gateway API Keys as the primary path
</Update>

<Update label="2026-02-17" description="EA v0.0.4" tags={["Early Access"]}>
  ## Native Anthropic SDK Support

  Use Anthropic's official Python and TypeScript SDKs directly with the AI Gateway. The gateway now supports the native `/v1/messages` API format alongside the OpenAI-compatible format. See the [Anthropic SDK guide](/ai-gateway/sdks/anthropic) for setup instructions.
</Update>

<Update label="2026-01-14" description="EA v0.0.3" tags={["Early Access"]}>
  ## Groq Provider Support

  Groq is now a built-in provider. Access Llama and Mixtral models running on Groq's LPU hardware with automatic failover and observability.
</Update>

<Update label="2026-01-14" description="EA v0.0.2" tags={["Early Access"]}>
  ## Expanded Model Catalog

  Added new providers to the model catalog: Hyperbolic, InceptionLabs, Inference.net, and OpenRouter. Updated model aliases and provider-specific model IDs for improved compatibility.
</Update>

<Update label="2025-12-15" description="EA v0.0.1" tags={["Early Access"]}>
  ## Early Access Release

  Initial Early Access release of the AI Gateway.

  ### Features

  * OpenAI-compatible API for routing requests to multiple AI providers
  * Support for OpenAI, Anthropic, Google, and other providers
  * Multi-provider failover across models, providers, and API keys
  * Multi-key failover per provider
  * CEL-based model selection strategies
  * Custom provider support via internal endpoints
  * Token counting and usage metrics
</Update>
