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

Public discovery

Inspect Google Cloud Translation's current readiness, sources, capabilities, and MCP tool posture through Aweb's public integration catalog. Provider-pinned execute examples are intentionally withheld until the canonical public execute contract is normalized.

cURL

curl "https://aweblabs.ai/api/v2/integrations/catalog" \
  | jq '.providers[] | select(.providerId == "googlecloudtranslation")'

TypeScript

const response = await fetch(
  'https://aweblabs.ai/api/v2/integrations/catalog'
);

const catalog = await response.json();
const provider = catalog.providers.find((item) => item.providerId === 'googlecloudtranslation');

console.log(provider?.readiness);
console.log(provider?.mcpTools?.length ?? 0);

Related Translation providers

DeepL

standard tier

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