- aa98cdb: chore: more flexible dependency versioning
- 1486128: feat: add supportsUrl to language model specification
- 7b937c5: feat (provider-utils): improve id generator robustness
- 3b1b69a: feat: provider-defined tools
- 811a317: feat (ai/core): multi-part tool results (incl. images)
- b9b0d7b: feat (ai): access raw request body
- d595d0d: feat (ai/core): file content parts
- 03313cd: feat (ai): expose response id, response model, response timestamp in telemetry and api
- 3be7c1c: fix (provider/anthropic): support prompt caching on assistant messages
- 26515cb: feat (ai/provider): introduce ProviderV1 specification
- f2c025e: feat (ai/core): prompt validation
- 6ac355e: feat (provider/anthropic): add cache control support
- dd4a0f5: fix (ai/provider): remove invalid check in isJSONParseError
- 4bd27a9: chore (ai/provider): refactor type validation
- 029af4c: feat (ai/core): support schema name & description in generateObject & streamObject
- d58517b: feat (ai/openai): structured outputs
- 96aed25: fix (ai/provider): release new version
- a8d1c9e9: feat (ai/core): parallel image download
- 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
- b7290943: feat (ai/core): add token usage to embed and embedMany
- 5edc6110: feat (provider): add headers support to language and embedding model spec
- 102ca22f: fix (@ai-sdk/provider): fix TypeValidationError.isTypeValidationError
- 09295e2e: feat (@ai-sdk/provider): add DownloadError
- f39c0dd2: feat (provider): add toolChoice to language model specification
- 8e780288: feat (ai/provider): add "unknown" finish reason (for models that don't provide a finish reason)
- 6a50ac4: feat (provider): add additional error types
- 0f6bc4e: feat (ai/core): add embed function
- 325ca55: feat (ai/core): improve image content part error message
- 41d5736: ai/core: re-expose language model types.
- d6431ae: ai/core: add logprobs support (thanks @SamStenner for the contribution)
- 25f3350: ai/core: add support for getting raw response headers.
- 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.