zf-kbot/math-to-video

Public
217 runs

Run zf-kbot/math-to-video with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

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
api_key
string
API key
manim_code
string
完整 Manim 场景代码(scene.py 内容)
quality
None
qh
渲染画质
scene_name
string
MathScene
场景类名
audio_urls
string
[]
JSON 格式的 TTS 音频 URL 数组
audio_gap
number
0.4
音频片段之间的静音间隔(秒)

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "string",
  "title": "Output",
  "format": "uri"
}