You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[to-be-considered] Whitelist models that work with Shortest framework?
Automatically support ENV for the API key
ANTHROPIC_API_KEY
or with SHORTEST_* prefix
SHORTEST_ANTHROPIC_API_KEY
Note
All AI-related ENVs supported by Vercel AI SDK should be automatically generally supported as-si (same value), or with the SHORTEST_ prefix (in case users would want to use separate keys)
backward compatibity for config.anthropicKey with warn message
Simplify the introduction of new providers and models in the future. Specifically, Amazon Bedrock and OpenAI once they release computer use on the API.
Example
No response
The text was updated successfully, but these errors were encountered:
What
Replace
@anthropic-ai/sdk
with@ai-sdk/anthropic
New config structure (when ai.provider is
anthropic
,ai.apiKey
is required); future provider will beamazon-bedrock
with different propsAll provider props should be optional
claude-3-5-sonnet-20241022
)Automatically support ENV for the API key
or with SHORTEST_* prefix
Note
All AI-related ENVs supported by Vercel AI SDK should be automatically generally supported as-si (same value), or with the
SHORTEST_
prefix (in case users would want to use separate keys)config.anthropicKey
with warn messageResources
Why
Simplify the introduction of new providers and models in the future. Specifically, Amazon Bedrock and OpenAI once they release computer use on the API.
Example
No response
The text was updated successfully, but these errors were encountered: