지금 사용 가능
ByteDance
doubao-seedream-4
Image
요청당$0.20
유형Image
엔드포인트openai
성능
성능 데이터 로딩 중...
§ 01
요금
| 요청당 가격 | $0.20 · 요청 |
| 호환 엔드포인트 | openai |
| 공급자 | ByteDance |
§ 02
코드에서 doubao-seedream-4 호출
OpenAI 호환 SDK를 UnoRouter으로 향하게 하고 이름으로 모델을 요청하세요. YOUR_API_KEY를 대시보드의 실제 키로 교체하세요.
bash
curl https://api.unorouter.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "doubao-seedream-4",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
자주 묻는 질문
doubao-seedream-4은 요청당 얼마인가요?
doubao-seedream-4은 요청당 고정 $0.20로 청구됩니다.
API를 통해 doubao-seedream-4에 어떻게 액세스하나요?
model=doubao-seedream-4으로 UnoRouter /v1/chat/completions 엔드포인트에 요청을 보내세요. OpenAI 호환 클라이언트 라이브러리가 작동합니다. 인증은 표준 Bearer 토큰을 사용합니다.
§ 04