Blog

ByteDance Seed Models Are Now Available in Puter.js

On this page

Puter.js now supports ByteDance Seed models, including Seed 1.6 and Seed 1.6 Flash.

What is ByteDance Seed?

ByteDance Seed is a family of general-purpose AI models developed by the ByteDance Seed team. These models incorporate multimodal capabilities and adaptive deep thinking with a 256K context window.

  • Seed 1.6: A general-purpose model with multimodal capabilities and adaptive deep thinking.
  • Seed 1.6 Flash: An ultra-fast multimodal deep thinking model that supports both text and visual understanding. It can generate outputs of up to 16K tokens.

Examples

Basic Chat

puter.ai.chat("Explain the concept of machine learning in simple terms", {
    model: "bytedance-seed/seed-1.6"
})

Deep Thinking

puter.ai.chat("Debug this logic: If I have 3 apples and give away 5, how many do I have?",
    { model: "bytedance-seed/seed-1.6", stream: true }
)

Image Analysis

puter.ai.chat("What do you see in this image?",
    "https://assets.puter.site/doge.jpeg",
    { model: "bytedance-seed/seed-1.6-flash" }
)

Get Started Now

Just add one script tag to your HTML:

<script src="https://js.puter.com/v2/"></script>

No API keys needed. Start building with ByteDance Seed immediately.

Learn more:

Free, Serverless AI and Cloud

Start creating powerful web applications with Puter.js in seconds!

Get Started Now

Read the Docs Try the Playground