Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/seedance-25-1080p.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sync-models.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/ai-byteplus/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
# @tanstack/ai-byteplus

## 0.1.3

### Patch Changes

- [#1149](https://github.com/TanStack/ai/pull/1149) [`870e5cc`](https://github.com/TanStack/ai/commit/870e5ccf811479651f00a360a6a4eae195da6afe) - Allow 1080p on Seedance 2.5 (`dreamina-seedance-2-5-260628`).

BytePlus ModelArk and the live fal Seedance 2.5 spec now accept native
`480p` / `720p` / `1080p` (default still `720p`). `4k` remains exclusive
to `dreamina-seedance-2-0-260128`.

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-byteplus/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-byteplus",
"version": "0.1.2",
"version": "0.1.3",
"description": "BytePlus ModelArk adapter for TanStack AI: Seed LLM chat, Seedance video, Seedream image, and Seed Speech TTS/ASR.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/ai-openrouter/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
# @tanstack/ai-openrouter

## 0.17.2

### Patch Changes

- [#1150](https://github.com/TanStack/ai/pull/1150) [`b6d7f52`](https://github.com/TanStack/ai/commit/b6d7f5217c04a42d7e23161b8a89f961f6f04ab7) - Update model metadata from OpenRouter API

## 0.17.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-openrouter/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-openrouter",
"version": "0.17.1",
"version": "0.17.2",
"description": "TanStack AI adapter for OpenRouter chat, provider tools, structured outputs, and access to hundreds of LLMs.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/ai-vercel-gateway/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
# @tanstack/ai-vercel-gateway

## 0.1.2

### Patch Changes

- [#1150](https://github.com/TanStack/ai/pull/1150) [`b6d7f52`](https://github.com/TanStack/ai/commit/b6d7f5217c04a42d7e23161b8a89f961f6f04ab7) - Update model metadata from OpenRouter API

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-vercel-gateway/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-vercel-gateway",
"version": "0.1.1",
"version": "0.1.2",
"description": "Vercel AI Gateway adapter for TanStack AI chat, embeddings, and image generation.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down