From 9b08d1cad8673f09b47225acd846bdd92b2de6e3 Mon Sep 17 00:00:00 2001 From: Christine Chen <10511452+christineschen@users.noreply.github.com> Date: Fri, 12 Jun 2026 16:04:58 -0400 Subject: [PATCH] docs: update outdated model counts in SDK documentation Update model count from 300+ to 400+ across README, OVERVIEW, package metadata, and Speakeasy config to match current OpenRouter marketing. Co-authored-by: Cursor --- .speakeasy/gen.yaml | 2 +- CLAUDE.md | 2 +- OVERVIEW.md | 2 +- README.md | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index a357dd1b6..91dfe8bd1 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -47,7 +47,7 @@ typescript: vitest: ^3.2.4 peerDependencies: {} additionalPackageJSON: - description: The OpenRouter TypeScript SDK is a type-safe toolkit for building AI applications with access to 300+ language models through a unified API. + description: The OpenRouter TypeScript SDK is a type-safe toolkit for building AI applications with access to 400+ language models through a unified API. keywords: - openrouter - sdk diff --git a/CLAUDE.md b/CLAUDE.md index cdccfb5d0..49edfaa8e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## Overview -This is the OpenRouter TypeScript SDK - a type-safe toolkit for building AI applications with access to 300+ language models. The SDK is **generated using Speakeasy** from an OpenAPI specification, with custom hand-written features for tool orchestration, async parameter resolution, and streaming. +This is the OpenRouter TypeScript SDK - a type-safe toolkit for building AI applications with access to 400+ language models. The SDK is **generated using Speakeasy** from an OpenAPI specification, with custom hand-written features for tool orchestration, async parameter resolution, and streaming. **IMPORTANT**: Most code in this repository is auto-generated by Speakeasy. Do not manually edit generated files - changes will be overwritten. See the "Code Generation" section below for how to make changes. diff --git a/OVERVIEW.md b/OVERVIEW.md index 86fb09fcf..7c221f726 100644 --- a/OVERVIEW.md +++ b/OVERVIEW.md @@ -1,6 +1,6 @@ # OpenRouter TypeScript SDK -The OpenRouter TypeScript SDK is a type-safe toolkit for building AI applications with access to 300+ language models through a unified API. +The OpenRouter TypeScript SDK is a type-safe toolkit for building AI applications with access to 400+ language models through a unified API. ## Why use the OpenRouter SDK? diff --git a/README.md b/README.md index b4e935e87..a0cddf450 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # OpenRouter SDK (Beta) -The [OpenRouter SDK](https://openrouter.ai/docs/sdks/typescript) is a TypeScript toolkit designed to help you build AI-powered features and solutions in any JS or TS based runtime. Giving you easy access to over 300 models across providers in an easy and type-safe way. +The [OpenRouter SDK](https://openrouter.ai/docs/sdks/typescript) is a TypeScript toolkit designed to help you build AI-powered features and solutions in any JS or TS based runtime. Giving you easy access to 400+ models across providers in an easy and type-safe way. To learn more about how to use the OpenRouter SDK, check out our [API Reference](https://openrouter.ai/docs/sdks/typescript/reference) and [Documentation](https://openrouter.ai/docs/sdks/typescript). diff --git a/package.json b/package.json index b3d74ee5f..847e24b3e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@openrouter/sdk", "version": "0.13.1", "author": "OpenRouter", - "description": "The OpenRouter TypeScript SDK is a type-safe toolkit for building AI applications with access to 300+ language models through a unified API.", + "description": "The OpenRouter TypeScript SDK is a type-safe toolkit for building AI applications with access to 400+ language models through a unified API.", "keywords": [ "openrouter", "sdk",