Skip to content

Conversation

@D1m7asis
Copy link

@D1m7asis D1m7asis commented Sep 8, 2025

This PR introduces AI/ML API as a provider integration via the AI SDK.

From #1154

✅ Features:

  • Added provider configuration for AI/ML API
  • Verified compatibility with spec v1 models (chat/completions)
  • Tested with deepseek/deepseek-chat and openai/gpt-4o as default model

🖼️ Demo:
Screenshot


Usage example:

export default lingoCompiler.next({
  sourceLocale: 'en',
  targetLocales: ['ja-JP'],
  models: {
    '*:*': 'aimlapi:openai/gpt-4o',
  },
})(baseConfig);

Checklist

  • Added provider implementation
  • Verified integration with AI SDK
  • Provided screenshot of working example

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants