You're looking at a specific version of this model. Jump to the model overview.
zf-kbot /manga-translator:2ed1448a
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| source_lan |
None
|
ja
|
Source language (Auto-selects the best OCR engine: MangaOCR for JA, Paddle for ZH/KO, EasyOCR for others)
|
| target_lan |
None
|
zh-CN
|
Target language for translation
|
| translator |
None
|
google
|
Translation Engine: 'google' (Free/Fast) or 'llm' (High Quality, requires API Key)
|
| image |
string
|
Input image file
|
|
| openai_model |
string
|
gpt-4o
|
LLM Model Name. (e.g., 'gpt-4o', 'deepseek-chat', 'moonshot-v1-8k')
|
| openai_api_key |
string
|
LLM API Key. Required if 'translator' is set to 'llm'. Supports OpenAI, DeepSeek, Moonshot, etc.
|
|
| openai_base_url |
string
|
https://api.openai.com/v1
|
LLM Base URL. Optional. Change this if using non-OpenAI models (e.g., 'https://api.deepseek.com')
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}