bytedance/doubao-seedance-1.5-pro
ByteDance Seedance 1.5 Pro text-to-video.
Replace the ONEHOP_KEY placeholder with your API key. Create one โ
from google import genai
# OneHop ๅ
ผๅฎน Vertex AI Gemini generateContent ๆฅๅฃ
client = genai.Client(
api_key="<ONEHOP_KEY>",
http_options={"base_url": "https://api.onehop.ai/vertex-ai"},
)
response = client.models.generate_content(
model="bytedance/doubao-seedance-1.5-pro",
contents="What is the meaning of life?",
)
print(response.text)