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
theapiKeyprovider setting or theKLINGAI_API_KEYenvironment variable. The
legacyaccessKey/secretKeypair keeps working; when it is used the
provider continues to sign a short-lived JWT per request.