
doubao-seed-code-preview-251028
API Overview
A programming model released by Volcano Engine, specifically optimized for Agentic Coding tasks, supports a 256K context and performs well in full-stack development, particularly excelling in frontend capabilities. It is the first domestic programming model that supports visual understanding, enabling it to generate code based on UI design drafts, screenshots, or hand-drawn sketches. Additionally, it can visually compare generated pages against original designs, autonomously fixing styles and resolving bugs.
302 has already added support for Claude's original format with this model.
After completing the installation of Claude Code, please set up environment variables as follows to use the Kimi For Coding model.
macOS and Linux
sh
export ANTHROPIC_BASE_URL=https://api.302.ai export ANTHROPIC_AUTH_TOKEN=<your API Key> # Enter your 302 API Key here export ANTHROPIC_MODEL=doubao-seed-code-preview-251028 export ANTHROPIC_SMALL_FAST_MODEL=doubao-seed-code-preview-251028 claude
Windows
powershell
$env:ANTHROPIC_BASE_URL="https://api.302.ai" $env:ANTHROPIC_AUTH_TOKEN="<your API Key>" # Enter your 302 API Key here $env:ANTHROPIC_MODEL="doubao-seed-code-preview-251028" $env:ANTHROPIC_SMALL_FAST_MODEL="doubao-seed-code-preview-251028" claude
Playground
Log in to explore more features! Click to Log In