Skip to content

@ai-sdk/klingai@3.0.32

Choose a tag to compare

@github-actions github-actions released this 28 Jul 17:38
98d8c43

Patch Changes

  • 747a1f3: feat(provider/klingai): support single API key authentication

    Kling AI now issues a single API key that is sent as a bearer token. Set it via
    the apiKey provider setting or the KLINGAI_API_KEY environment variable. The
    legacy accessKey / secretKey pair keeps working; when it is used the
    provider continues to sign a short-lived JWT per request.