Skip to main content
Glama
config.py499 B
"""Configuration constants for MCP Doubao integration.""" import os # Doubao Ark API Configuration BASE_URL = "https://ark.cn-beijing.volces.com/api/v3" MODEL_ID = "doubao-seedream-4-0-250828" # API Key for Doubao Ark - loaded from environment variable ARK_API_KEY = os.getenv("ARK_API_KEY", "") # Default parameters DEFAULT_SIZE = "2K" MAX_IMAGES = 3 # Available image sizes (for reference) AVAILABLE_SIZES = [ "1K", # 1024x1024 "2K", # 2048x2048 "4K", # 4096x4096 ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mingforpc/seedream_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server