Plugin: AI (Azure AI)

Plugin with ability to send chat completion requests to AzureAI for models deployed by Azure AI Foundry and Azure Machine Learning Studio.

Uses the Inference API, which is in Preview, thus not recommended for production yet (as of April 2025).

Provider URL: See Getting Started section at MS learning platform.

Class: LTGear.Flowme.Plugin.MT.AzureAI.Translate

Pipeline Format: XLIFF (MT)

Parameters

  • ApiKey: API key to access OpenAI.

  • AzureResourceName (Optional): Specific for the Azure OpenAI. The name of your Azure OpenAI Resource.

  • AzureDeploymentName (Optional): Specific for the Azure OpenAI. The deployment name you chose when you deployed the Azure OpenAI model.

  • Prompt: Prompt, what to ask the OpenAI chat. Allowed placeholders are: {sourceLanguage}, {targetLanguage}, {sourceText}, and {targetText}.

  • WriteTo: Write OpenAI result to source or target? Note that Prompt should be defined accordingly. Allowed values: Source or Target.