Skip to content

Releases: OpenRouterTeam/typescript-sdk

typescript - v0.9.11 - 2026-02-23 22:57:38

23 Feb 22:57
7ab9d00

Choose a tag to compare

Generated by Speakeasy CLI

2026-02-23 22:57:38

Changes

Based on:

Generated

  • [typescript v0.9.11] .

Releases

Publishing Completed

typescript - v0.8.0 - 2026-02-06 00:15:32

06 Feb 00:15
f1da972

Choose a tag to compare

Generated by Speakeasy CLI

2026-02-06 00:15:32

Changes

Based on:

Generated

  • [typescript v0.8.0] .

Releases

Publishing Completed

typescript - v0.7.0 - 2026-02-05 18:34:40

05 Feb 18:34
8ac682c

Choose a tag to compare

Generated by Speakeasy CLI

2026-02-05 18:34:40

Changes

Based on:

Generated

  • [typescript v0.7.0] .

Releases

typescript - v0.5.1 - 2026-01-27 16:43:22

27 Jan 16:43
6c2d07d

Choose a tag to compare

Generated by Speakeasy CLI

2026-01-27 16:43:22

Changes

Based on:

Generated

  • [typescript v0.5.1] .

Releases

Publishing Completed

typescript - v0.4.0 - 2026-01-22 22:44:03

22 Jan 22:44
cb302be

Choose a tag to compare

Generated

  • [typescript v0.4.0] .

Releases

Breaking Changes

  • Removed completions API - The completions.generate() method has been removed. Use chat.send() or callModel() instead.

Added

  • getItemsStream() method for streaming all output item types (messages, function_calls, reasoning, web_search_call, file_search_call, image_generation_call, function_call_output)
  • StreamableOutputItem type union for typed streaming items

Deprecated

  • getNewMessagesStream() - use getItemsStream() instead for complete visibility into all response items

Migration Guide

// Before (removed in v0.4.0)
const response = await openrouter.completions.generate({...})

// After - use chat.send()
const response = await openrouter.chat.send({...})

// Or use callModel() for the agentic API
const result = await openrouter.callModel({...})

typescript - v0.3.16 - 2026-01-22 01:29:33

22 Jan 01:29
af9cf16

Choose a tag to compare

Generated by Speakeasy CLI

2026-01-22 01:29:33

Changes

Based on:

Generated

  • [typescript v0.3.16] .

Releases

Publishing Completed

typescript - v0.3.15 - 2026-01-19 01:14:25

19 Jan 01:14
a804045

Choose a tag to compare

Generated by Speakeasy CLI

2026-01-19 01:14:25

Changes

Based on:

Generated

  • [typescript v0.3.15] .

Releases

Publishing Completed

typescript - v0.3.14 - 2026-01-14 01:43:10

14 Jan 01:43
1e49648

Choose a tag to compare

Generated by Speakeasy CLI

2026-01-14 01:43:10

Changes

Based on:

Generated

  • [typescript v0.3.14] .

Releases

Publishing Completed

typescript - v0.3.12 - 2026-01-09 15:35:12

09 Jan 15:35
5207eaf

Choose a tag to compare

Generated by Speakeasy CLI

2026-01-09 15:35:12

Changes

Based on:

Generated

  • [typescript v0.3.12] .

Releases

Publishing Completed

typescript - v0.3.11 - 2025-12-28 23:19:05

28 Dec 23:19
d3d485c

Choose a tag to compare

Generated by Speakeasy CLI

2025-12-28 23:19:05

Changes

Based on:

Generated

  • [typescript v0.3.11] .

Releases

Publishing Completed