UNPKG

@aj-archipelago/cortex

Version:

Cortex is a GraphQL API for AI. It provides a simple, extensible interface for using AI services from OpenAI, Azure and others.

11 lines (9 loc) 279 B
// Description: Translate text using Google Cloud Translation API export default { inputParameters: { from: 'auto', // Source language, 'auto' for automatic detection to: 'en', // Target language }, model: 'google-translate', timeout: 120, }