<Card>), and parameter names untouched.
I need to meticulously maintain the original MDX structure and formatting. Line breaks and spacing are crucial, as is preserving the markdown syntax. I also need to make sure to keep common technical terms in English – things like “API,” “SDK,” “token,” etc. The tone needs to be professional and technical throughout. Finally, I only return the translated text; the original MDX structure is not included in the response.
Alright, let’s look at the specific examples given.
For the Frontmatter:
title: "Create 3D Model"becomestitle: "创建 3D 模型".openapi: "POST /v1/3d/generations"remains unchanged.description: "Creates a 3D model generation task"becomesdescription: "创建一个 3D 模型生成任务".
- “Generate 3D models from text or images using Tripo3D and other providers. This is an asynchronous API.” becomes “使用 Tripo3D 和其他提供商从文本或图像生成 3D 模型。这是一个异步 API。”
## Request Bodybecomes## 请求体## Responsebecomes## 响应
model: “Model to use (e.g.,tripo3d-v2.5,tripo3d-v2).” becomes “要使用的模型(例如tripo3d-v2.5,tripo3d-v2)。”prompt: “Text description of the 3D model to generate.” becomes “要生成的 3D 模型的文本描述。”image: “Base64-encoded image for image-to-3D generation.” becomes “用于图像转 3D 生成的 Base64 编码图像。”image_url: “URL of image for image-to-3D generation.” becomes “用于图像转 3D 生成的图像 URL。”format: “Output format:glb,fbx,obj, orusdz.” becomes “输出格式:glb、fbx、obj或usdz。”quality: “Quality level:draft,standard, orhigh.” becomes “质量等级:draft、standard或high。”style: “Style preset for the model.” becomes “模型的风格预设。”seed: “Seed for reproducible generation.” becomes “用于可复现生成的种子。”user: “A unique identifier for the end-user.” becomes “终端用户的唯一标识符。”id: “Task ID for polling status.” becomes “用于轮询状态的任务 ID。”status: “Task status:pending,processing,completed, orfailed.” becomes “任务状态:pending、processing、completed或failed。”created: “Unix timestamp of task creation.” becomes “任务创建的 Unix 时间戳。”
title: “创建 3D 模型” openapi: “POST /v1/3d/generations” description: “创建一个 3D 模型生成任务”
使用 Tripo3D 和其他提供商从文本或图像生成 3D 模型。这是一个异步 API。请求体
要使用的模型(例如
tripo3d-v2.5,tripo3d-v2)。要生成的 3D 模型的文本描述。
用于图像转 3D 生成的 Base64 编码图像。
用于图像转 3D 生成的图像 URL。
输出格式:
glb、fbx、obj 或 usdz。质量等级:
draft、standard 或 high。模型的风格预设。
用于可复现生成的种子。
终端用户的唯一标识符。
响应
用于轮询状态的任务 ID。
任务状态:
pending、processing、completed 或 failed。任务创建的 Unix 时间戳。