Skip to content

Latest commit

 

History

History
150 lines (78 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

150 lines (78 loc) · 2.75 KB

@ai-sdk/provider

0.0.24

Patch Changes

  • d595d0d: feat (ai/core): file content parts

0.0.23

Patch Changes

  • 03313cd: feat (ai): expose response id, response model, response timestamp in telemetry and api
  • 3be7c1c: fix (provider/anthropic): support prompt caching on assistant messages

0.0.22

Patch Changes

  • 26515cb: feat (ai/provider): introduce ProviderV1 specification

0.0.21

Patch Changes

  • f2c025e: feat (ai/core): prompt validation

0.0.20

Patch Changes

  • 6ac355e: feat (provider/anthropic): add cache control support

0.0.19

Patch Changes

  • dd4a0f5: fix (ai/provider): remove invalid check in isJSONParseError

0.0.18

Patch Changes

  • 4bd27a9: chore (ai/provider): refactor type validation

0.0.17

Patch Changes

  • 029af4c: feat (ai/core): support schema name & description in generateObject & streamObject

0.0.16

Patch Changes

  • d58517b: feat (ai/openai): structured outputs

0.0.15

Patch Changes

  • 96aed25: fix (ai/provider): release new version

0.0.14

Patch Changes

  • a8d1c9e9: feat (ai/core): parallel image download

0.0.13

Patch Changes

  • 2b9da0f0: feat (core): support stopSequences setting.
  • a5b58845: feat (core): support topK setting
  • 4aa8deb3: feat (provider): support responseFormat setting in provider api
  • 13b27ec6: chore (ai/core): remove grammar mode

0.0.12

Patch Changes

  • b7290943: feat (ai/core): add token usage to embed and embedMany

0.0.11

Patch Changes

  • 5edc6110: feat (provider): add headers support to language and embedding model spec

0.0.10

Patch Changes

  • 102ca22f: fix (@ai-sdk/provider): fix TypeValidationError.isTypeValidationError

0.0.9

Patch Changes

  • 09295e2e: feat (@ai-sdk/provider): add DownloadError

0.0.8

Patch Changes

  • f39c0dd2: feat (provider): add toolChoice to language model specification

0.0.7

Patch Changes

  • 8e780288: feat (ai/provider): add "unknown" finish reason (for models that don't provide a finish reason)

0.0.6

Patch Changes

  • 6a50ac4: feat (provider): add additional error types

0.0.5

Patch Changes

  • 0f6bc4e: feat (ai/core): add embed function

0.0.4

Patch Changes

  • 325ca55: feat (ai/core): improve image content part error message

0.0.3

Patch Changes

  • 41d5736: ai/core: re-expose language model types.

0.0.2

Patch Changes

  • d6431ae: ai/core: add logprobs support (thanks @SamStenner for the contribution)
  • 25f3350: ai/core: add support for getting raw response headers.

0.0.1

Patch Changes

  • eb150a6: ai/core: remove scaling of setting values (breaking change). If you were using the temperature, frequency penalty, or presence penalty settings, you need to update the providers and adjust the setting values.