AuthorizationIn: header
application/jsonRequiredmodelThe name of the model used to translate the messages. The available models are 'translation-enko' and 'translation-koen'.
messagesThe message to be translated. The translation tone can be calibrated by supplying additional few-shot examples in the form of user-assistant pairs.
max_tokensintegerAn optional parameter that limits the maximum number of tokens to generate. If max_tokens is set, sum of input tokens and max_tokens should be lower than or equal to context length of model.
"inf"streambooleanAn optional parameter that specifies whether a response should be sent as a stream. If set to true, partial message deltas will be sent. Tokens will be sent as data-only server-sent events.
falseValue in: true | false