Unlock exclusive introductory pricing for the newly launched Gemini 3.5 Flash.
D

Doubao-Seed-Evolving

อินพุต:$0.66672/M
เอาต์พุต:$3.3336/M
วันที่เผยแพร่:Jun 22, 2026

doubao-seed-evolving is designed for coding and agent scenarios, delivering weekly capability updates through a unified model ID.

ใหม่
ใช้งานเชิงพาณิชย์

Playground สำหรับ Doubao-Seed-Evolving

สำรวจ Playground ของ Doubao-Seed-Evolving — สภาพแวดล้อมแบบโต้ตอบสำหรับทดสอบโมเดลและรันคำถามแบบเรียลไทม์ ลองใช้ prompts ปรับพารามิเตอร์ และทำซ้ำทันทีเพื่อเร่งการพัฒนาและตรวจสอบกรณีการใช้งาน

Technical Specifications of Seed Evolving

ItemDoubao Seed Evolving
ProviderByteDance Seed Team
Model TypeSelf-improving multimodal foundation model framework
FamilySeed / Doubao Ecosystem
ModalitiesText, Image, Video, Audio, Agent Tasks
Architecture FocusSelf-evolution through evaluation, data generation, training, and infrastructure feedback loops
Primary GoalContinuous model improvement and autonomous capability expansion
AvailabilityResearch framework integrated into Seed family development
Latest Related GenerationSeed 2.1
Deployment FocusAgent systems, reasoning, multimodal understanding, real-world task execution

What is Seed Evolving?

"Seed Evolving" is not a standalone commercial model like Seedance or Seedream. Instead, it refers to ByteDance Seed's self-evolving AI development framework that continuously improves future generations of Seed models through automated evaluation, data generation, reinforcement learning, training optimization, and infrastructure feedback. ByteDance describes this internally as a "Seed-for-Seed" lifecycle where models help improve future models.

The concept became more visible with the release of Seed 2.1, where ByteDance discussed a self-evolving lifecycle composed of:

  • Evaluation Loop
  • Data Loop
  • Training Loop
  • Infrastructure Loop

These systems allow newer Seed models to participate in generating training signals and improving subsequent model generations.


Main Features of Seed Evolving

  • Self-improving training pipeline where models contribute to future model development.
  • Automated evaluation systems that identify weaknesses and generate improvement targets.
  • Agent-centric optimization designed for long-horizon task execution rather than simple chat interactions.
  • Multimodal learning across text, images, audio, video, and GUI environments.
  • Real-world task orientation focusing on tool use, coding, browsing, and multi-step workflows.
  • Scalable model evolution framework intended to improve performance without relying solely on manual dataset construction.

Benchmark Performance

ByteDance has not published benchmark numbers specifically for "Seed Evolving" because it is a methodology rather than a deployable model.

Performance is reflected through newer Seed-family models:

BenchmarkSeed Family Result
BrowseComp77.3
τ²-Bench Retail90.4
τ²-Bench Telecom94.2
Terminal Bench 2.055.8

These benchmark improvements are cited as outcomes of the broader Seed 2.0 development process and evolving training ecosystem.

Seed Evolving vs Traditional Model Development

FeatureSeed EvolvingTraditional AI Training
EvaluationContinuous automated feedbackPeriodic human evaluation
Data CreationModel-assisted generationMostly human-curated
Improvement CycleContinuousRelease-based
Agent LearningCore focusOften secondary
Multimodal OptimizationNativeFrequently separate systems
Scaling StrategySelf-reinforcing loopsLarger datasets and comput

คำถามที่พบบ่อย

ราคาสำหรับ Doubao-Seed-Evolving

สำรวจราคาที่แข่งขันได้สำหรับ Doubao-Seed-Evolving ที่ออกแบบมาให้เหมาะสมกับงบประมาณและความต้องการการใช้งานที่หลากหลาย แผนการบริการที่ยืดหยุ่นของเรารับประกันว่าคุณจะจ่ายเฉพาะสิ่งที่คุณใช้เท่านั้น ทำให้สามารถขยายขนาดได้ง่ายเมื่อความต้องการของคุณเพิ่มขึ้น ค้นพบว่า Doubao-Seed-Evolving สามารถยกระดับโปรเจกต์ของคุณได้อย่างไรในขณะที่ควบคุมต้นทุนให้อยู่ในระดับที่จัดการได้

ModelComet Price (USD / M Tokens)Official Price (USD / M Tokens)Discount
doubao-seed-evolving
อินพุต:$0.66672/M
เอาต์พุต:$3.3336/M
อินพุต:$0.8334/M
เอาต์พุต:$4.167/M
-20%

โค้ดตัวอย่างและ API สำหรับ Doubao-Seed-Evolving

เข้าถึงโค้ดตัวอย่างที่ครอบคลุมและทรัพยากร API สำหรับ Doubao-Seed-Evolving เพื่อปรับปรุงกระบวนการผสานรวมของคุณ เอกสารประกอบที่มีรายละเอียดของเราให้คำแนะนำทีละขั้นตอน ช่วยให้คุณใช้ประโยชน์จากศักยภาพเต็มรูปแบบของ Doubao-Seed-Evolving ในโครงการของคุณ

# Get your CometAPI key from https://www.cometapi.com/console/token
# Export it as: export COMETAPI_KEY="your-key-here"

set -eo pipefail

curl -sS --retry 3 --retry-delay 2 --retry-all-errors https://api.cometapi.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_KEY" \
  -d '{
    "model": "doubao-seed-evolving",
    "max_completion_tokens": 2048,
    "reasoning_effort": "medium",
    "messages": [
      {
        "role": "user",
        "content": [
          {
            "type": "image_url",
            "image_url": {
              "url": "https://ark-project.tos-cn-beijing.ivolces.com/images/view.jpeg"
            }
          },
          {
            "type": "text",
            "text": "Describe the scene in two concise bullet points and infer one likely use case."
          }
        ]
      }
    ]
  }' | jq '.choices[0].message.content // .error // .'

cURL Code Example

# Get your CometAPI key from https://www.cometapi.com/console/token
# Export it as: export COMETAPI_KEY="your-key-here"

set -eo pipefail

curl -sS --retry 3 --retry-delay 2 --retry-all-errors https://api.cometapi.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_KEY" \
  -d '{
    "model": "doubao-seed-evolving",
    "max_completion_tokens": 2048,
    "reasoning_effort": "medium",
    "messages": [
      {
        "role": "user",
        "content": [
          {
            "type": "image_url",
            "image_url": {
              "url": "https://ark-project.tos-cn-beijing.ivolces.com/images/view.jpeg"
            }
          },
          {
            "type": "text",
            "text": "Describe the scene in two concise bullet points and infer one likely use case."
          }
        ]
      }
    ]
  }' | jq '.choices[0].message.content // .error // .'

Python Code Example

from openai import OpenAI
import os

# Get your CometAPI key from https://www.cometapi.com/console/token, and paste it here
COMETAPI_KEY = os.environ.get("COMETAPI_KEY") or "<YOUR_COMETAPI_KEY>"
BASE_URL = "https://api.cometapi.com/v1"

client = OpenAI(base_url=BASE_URL, api_key=COMETAPI_KEY)

completion = client.chat.completions.create(
    model="doubao-seed-evolving",
    max_completion_tokens=2048,
    extra_body={"reasoning_effort": "medium"},
    messages=[
        {
            "role": "user",
            "content": [
                {
                    "type": "image_url",
                    "image_url": {
                        "url": "https://ark-project.tos-cn-beijing.ivolces.com/images/view.jpeg"
                    },
                },
                {
                    "type": "text",
                    "text": "Describe the scene in two concise bullet points and infer one likely use case.",
                },
            ],
        }
    ],
)

print(completion.choices[0].message.content)

JavaScript Code Example

import OpenAI from "openai";

// Get your CometAPI key from https://www.cometapi.com/console/token, and paste it here
const api_key = process.env.COMETAPI_KEY || "<YOUR_COMETAPI_KEY>";
const base_url = "https://api.cometapi.com/v1";

const openai = new OpenAI({
  apiKey: api_key,
  baseURL: base_url,
});

async function main() {
  const completion = await openai.chat.completions.create({
    model: "doubao-seed-evolving",
    max_completion_tokens: 2048,
    reasoning_effort: "medium",
    messages: [
      {
        role: "user",
        content: [
          {
            type: "image_url",
            image_url: {
              url: "https://ark-project.tos-cn-beijing.ivolces.com/images/view.jpeg"
            }
          },
          {
            type: "text",
            text: "Describe the scene in two concise bullet points and infer one likely use case."
          }
        ]
      }
    ],
  });

  console.log(completion.choices[0].message.content);
}

main();

Uptime

อัตราความสำเร็จของคำขอในช่วง 30 วันที่ผ่านมา สะท้อนถึงความน่าเชื่อถือของผู้ให้บริการแต่ละราย CometAPI ตรวจสอบผู้ให้บริการที่เชื่อมต่อทั้งหมดแบบเรียลไทม์ตลอด 24 ชั่วโมง

RespondLIVE
12397msAvg. Response
UptimeLIVE
97.3%Avg. Uptime

รุ่นของ Doubao-Seed-Evolving

เหตุผลที่ Doubao-Seed-Evolving มีสแนปช็อตหลายตัวอาจรวมถึงปัจจัยที่อาจเกิดขึ้น เช่น ความแปรผันของผลลัพธ์หลังการอัปเดตที่ต้องการสแนปช็อตรุ่นเก่าสำหรับความสม่ำเสมอ การให้ช่วงเวลาเปลี่ยนผ่านสำหรับนักพัฒนาเพื่อการปรับตัวและการย้ายข้อมูล และสแนปช็อตที่แตกต่างกันซึ่งสอดคล้องกับเอนด์พอยต์ระดับโลกหรือระดับภูมิภาคเพื่อเพิ่มประสิทธิภาพประสบการณ์ผู้ใช้ สำหรับความแตกต่างโดยละเอียดระหว่างเวอร์ชัน โปรดอ้างอิงเอกสารทางการ

Version
doubao-seed-evolving