AI Inference
Version updated for https://github.com/actions/ai-inference to version v2.0.7.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 2,061 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action enables the integration of AI models into workflows, allowing users to perform AI inference tasks such as generating responses or processing structured prompts. It automates the handling of AI model inputs and outputs, supporting both inline prompts and advanced templated .prompt.yml files with customizable parameters. This action streamlines AI-based tasks, offering flexibility for various use cases including JSON schema validation and model-specific configurations.
Release notes
What’s Changed
- Support passing max_tokens and max_completion_tokens by @GitPaulo in https://github.com/actions/ai-inference/pull/173
Full Changelog: https://github.com/actions/ai-inference/compare/v2...v2.0.7