TranslationModel

Information about a translation model in IBM Watson Language Translator V3.

TranslationNatural Language ProcessingMachine TranslationIBM WatsonArtificial IntelligenceText AnalysisDeprecated

Properties

Name Type Description
model_id string A globally unique string that identifies the underlying model used for translation.
name string Optional name specified when the model was created.
source string Translation source language code.
target string Translation target language code.
base_model_id string Model ID of the base model used to customize this model. Empty string if not a custom model.
domain string The domain of the translation model.
customizable boolean Whether this model can be used as a base for customization.
default_model boolean Whether this model is a default model for a given language pair.
owner string The IBM Cloud ID of the instance that created the model. Empty string for IBM-provided models.
status string Availability status of the model.
View JSON Schema on GitHub

JSON Schema

translation-model.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ibm-translate/main/json-schema/translation-model.json",
  "title": "TranslationModel",
  "description": "Information about a translation model in IBM Watson Language Translator V3.",
  "type": "object",
  "properties": {
    "model_id": {
      "type": "string",
      "description": "A globally unique string that identifies the underlying model used for translation.",
      "example": "en-es"
    },
    "name": {
      "type": "string",
      "description": "Optional name specified when the model was created.",
      "example": "My custom model"
    },
    "source": {
      "type": "string",
      "description": "Translation source language code.",
      "example": "en"
    },
    "target": {
      "type": "string",
      "description": "Translation target language code.",
      "example": "es"
    },
    "base_model_id": {
      "type": "string",
      "description": "Model ID of the base model used to customize this model. Empty string if not a custom model.",
      "example": "en-es"
    },
    "domain": {
      "type": "string",
      "description": "The domain of the translation model.",
      "example": "general"
    },
    "customizable": {
      "type": "boolean",
      "description": "Whether this model can be used as a base for customization.",
      "example": true
    },
    "default_model": {
      "type": "boolean",
      "description": "Whether this model is a default model for a given language pair.",
      "example": true
    },
    "owner": {
      "type": "string",
      "description": "The IBM Cloud ID of the instance that created the model. Empty string for IBM-provided models.",
      "example": ""
    },
    "status": {
      "type": "string",
      "description": "Availability status of the model.",
      "enum": ["available", "training", "error"],
      "example": "available"
    }
  },
  "required": ["model_id", "source", "target", "base_model_id", "domain", "customizable", "default_model", "owner", "status"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/translation-model"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.