Ship a Full-Stack App with One Prompt

Copy this prompt into your AI coding agent, or open it in one below.

Give this to your AI Create a to-do list app using Puter.js

Coding manually? see the guide

ByteDance AI

ByteDance AI API

Access ByteDance AI instantly with Puter.js, and add AI to any app in a few lines of code without backend or API keys.

// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';

puter.ai.chat("Explain AI like I'm five!", {
    model: "bytedance/ui-tars-1.5-7b"
}).then(response => {
    console.log(response);
});
<html>
<body>
    <script src="https://js.puter.com/v2/"></script>
    <script>
        puter.ai.chat("Explain AI like I'm five!", {
            model: "bytedance/ui-tars-1.5-7b"
        }).then(response => {
            console.log(response);
        });
    </script>
</body>
</html>

List of ByteDance AI Models

Chat

Seed 2.1 Turbo

bytedance/seed-2.1-turbo

Seed 2.1 Turbo is the faster, lower-cost variant in ByteDance's Seed 2.1 family, a model line built for coding, long-horizon agent tasks, and multimodal understanding. It accepts text and image input, has a 256K context window, and supports function calling in an OpenAI-compatible format, so existing tool-use pipelines port over with little change. ByteDance positions it for high-volume production workloads such as agent pipelines, coding assistance, and document processing, and prices it at roughly half the cost of Seed 2.1 Pro. The company reports performance close to the Pro version and comparable to GPT-5.5 on coding and agent tasks, though no independently verified benchmark scores for Turbo were published at launch. Choose it when volume and cost drive the decision rather than peak capability; Seed 2.1 Pro remains the stronger option for the hardest tasks.

Chat

Skylark Pro SC 260215

bytedance/sc-260215

Skylark Pro SC 260215 is a dated snapshot of Skylark Pro, the chat model family ByteDance serves through its BytePlus ModelArk platform. The 260215 identifier corresponds to a February 15, 2026 build. BytePlus positions Skylark Pro as its flagship model for complex question answering, summarization, creative writing, and role-playing. The model line also supports function calling and structured output through the API. This snapshot has a 128,000-token context window and returns up to 12,000 output tokens per response. Pinning a dated snapshot like this one keeps behavior stable across requests, which is useful when a workload has been tuned against a specific build rather than a rolling alias.

Chat

Seed 2.0 Code

bytedance/seed-2.0-code

Seed 2.0 Code is ByteDance's dedicated coding model, released with the Seed 2.0 family in February 2026. It is built for agentic software work rather than autocomplete, with a stated focus on decomposing tasks into plans and revising those plans as work progresses, which suits multi-step feature implementation and bug diagnosis and repair. The model accepts image input alongside text, so it can read design mockups, screenshots, and charts and generate code from them. ByteDance cites high-precision text extraction and chart understanding as part of its multimodal perception. It has a 256K context window and up to 128K output tokens. ByteDance has not published benchmark scores for the Code variant. The same model powers coding in TRAE, ByteDance's AI IDE.

Chat

Seed 2.0 Pro

bytedance/seed-2.0-pro

Seed 2.0 Pro is the flagship model in ByteDance's Seed 2.0 series, built for long-chain reasoning, coding, and agent workflows. It accepts text, image, and video input and returns text. On benchmarks it scores 98.3 on AIME 2025, 87.8 on LiveCodeBench v6, and 76.5% on SWE-Bench Verified, with a Codeforces rating of 3020. For agent tasks it reaches 90.4 on tau2-Bench Retail and 77.3 on BrowseComp, and it ranks sixth on the LMArena leaderboard alongside GPT-5.2, Claude Opus 4.5, and Gemini 3 Pro. At $0.50 per million input tokens and $3 per million output tokens with a 256K context window, it is priced well below the frontier models it competes with, a fit for coding agents and complex multi-step workflows.

Chat

Seed 1.8

bytedance/seed-1.8

Seed 1.8 is an agentic multimodal model from ByteDance's Seed team that combines search, code, and GUI agent capabilities in a single system. It accepts text, image, and video input and supports three thinking modes that adjust reasoning depth to task complexity. ByteDance reports 67.6 on BrowseComp-en for web search tasks and 87.8 on VideoMME for long-form video understanding, and says the model approaches Gemini 3 Pro on most multimodal tasks while surpassing it on BrowseComp-en. With a 256K context window and tool calling, it fits multi-step agent workflows such as web research, code generation, and GUI automation over screenshots.

Chat

UI-TARS 7B

bytedance/ui-tars-1.5-7b

UI-TARS 1.5 7B is a multimodal vision-language agent by ByteDance optimized for GUI automation across desktop, web, mobile, and game environments. It uses reinforcement learning-based reasoning to plan and execute actions on graphical interfaces. The model achieves state-of-the-art results on benchmarks like OSWorld, WebVoyager, and AndroidWorld.

Video

Seedance 1.0 Lite

bytedance/seedance-1.0-lite

Seedance 1.0 Lite is ByteDance's speed-optimized AI video generation model that creates 5 second videos at 480p-720p resolution from text prompts or images. It supports text-to-video and image-to-video generation with smooth motion and multi-shot narrative capabilities, designed for fast iteration and experimentation.

Video

Seedance 1.0 Pro

bytedance/seedance-1.0-pro

Seedance 1.0 Pro is ByteDance's professional-grade AI video generation model that produces cinematic 1080p videos from text or images. It excels at multi-shot storytelling with consistent subjects and visual style across scenes, featuring smooth motion, rich details, and advanced prompt following for production-quality content.

Chat

Skylark Pro SC 250615

bytedance/sc-250615

Skylark Pro SC 250615 is a June 2025 snapshot of Skylark Pro, ByteDance's flagship chat model line offered through its BytePlus ModelArk platform. Skylark was ByteDance's original large language model family, made commercially available in 2023, and is the international counterpart to the Doubao models. BytePlus positions Skylark Pro for complex question answering, summarization, creative writing, and role-play, and publishes a role creation guide for building persona-driven and multi-character chat. Role-play platforms such as Moescape have adopted it as a character chat model. The model has a 128,000-token context window, and this deployment supports up to 12,000 output tokens per response. BytePlus documentation lists function calling and structured output among the Skylark Pro line's capabilities, with pricing of $0.40 per million input tokens and $1.60 per million output tokens.

Frequently Asked Questions

What is this ByteDance AI API about?

The ByteDance AI API gives you access to models for AI chat and video generation. Through Puter.js, you can start using ByteDance AI models instantly with zero setup or configuration.

Which ByteDance AI models can I use?

Puter.js supports a variety of ByteDance AI models, including Seed 2.1 Turbo, Skylark Pro SC 260215, Seed 2.0 Code, and more. Find all AI models supported by Puter.js in the AI model list.

How much does it cost?

With the User-Pays model, users cover their own AI costs through their Puter account. This means you can build apps without worrying about infrastructure expenses.

What is Puter.js?

Puter.js is a JavaScript library that provides access to AI, storage, and other cloud services directly from a single API. It handles authentication, infrastructure, and scaling so you can focus on building your app.

Does this work with React / Vue / Vanilla JS / Node / etc.?

Yes — the ByteDance AI API through Puter.js works with any JavaScript framework, Node.js, or plain HTML. Just include the library and start building. See the documentation for more details.