vercel/vercel-ai

GitHub Action to interact with different AI model providers.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
promptThe input prompt to generate the text fromyes
api-keyAn API KEY for the AI Gateway: https://vercel.com/d?to=%2F%5Bteam%5D%2F%7E%2Fai%2Fapi-keysyes
modelAn identifier from the list of provider models supported by the AI Gateway: https://vercel.com/ai-gateway/modelsyes
schemaOptional JSON schema for structured output. When provided, the action will use generateObject and return structured JSON data.no
systemOptional system message to set the behavior or context for the AI modelno
namedescription
textGenerated text output
jsonGenerated JSON output (only available when schema input is provided)