Translation

Google Cloud Translation

standard

Google Cloud Translation is an reliable translation provider offering Text Translation, Language Detection through Aweb's unified API. It features none streaming support with standard-tier latency.

Try Google Cloud TranslationOfficial docs

Specifications

CategoryTranslation
Auth Typeapi_key
Latency Tierstandard
Streamingnone
Pricing Tierstandard
Reliabilitypremium
Qualitypremium
Base URLhttps://translation.googleapis.com
SDK Package

Capabilities (2)

Text Translationtranslation.translate
Score: 80DEFAULT
Language Detectiontranslation.detect
Score: 80DEFAULT

Quick start

Use Google Cloud Translation through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "googlecloudtranslation",
    "capability": "translation.translate",
    "input": { "prompt": "Hello from Google Cloud Translation!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'googlecloudtranslation',
  capability: 'translation.translate',
  input: { prompt: 'Hello from Google Cloud Translation!' },
});

console.log(result.output);

Related Translation providers

DeepL

standard tier

Getting started →API reference →All capabilities →All providers →