Nice!

#1
by victor HF staff - opened

Great concept! Did you try it with DeepSeek v3? Their API is insanely cheap. I run https://huggingface.co/spaces/huggingface-projects/ai-video-composer with it, and for ~2M tokens, the cost is under $0.5 :)

edit: congrats for being in the Spaces of the Week

HyperCluster org

Thank you so much! It feels great to be featured in Spaces of the Week ๐Ÿค—

We are actually using DeepSeek v3 for generating the manim code right now! Its price-to-performance ratio is amazing ๐Ÿ™Œ

HyperCluster org

Thanks!

We plan on adding audio explanations also alongside videos soon and https://huggingface.co/spaces/huggingface-projects/ai-video-composer is a great reference for us!

We are actually using DeepSeek v3 for generating the manim code right now! Its price-to-performance ratio is amazing ๐Ÿ™Œ

Awesome! I missed that (saw another model id somewhere in the code:))

HyperCluster org

We are using multiple models for different uses right now so you might've seen one of those.

We're using Gemini for its large context window to take in uploaded PDFs or research papers and generate scene descriptions for manim. And we're also using Llama 3.3 70B on SambaNova for generating scene descriptions from user prompts (and make sure we don't exceed rate limits on a single provider)

These scene descriptions are being passed to Deepseek-v3 to generate the manim code for the video.

Congrats, it's the space on the year already! Such a great concept

Sign up or log in to comment