12 lines
353 B
Bash
12 lines
353 B
Bash
|
|
# Freepik API Configuration
|
||
|
|
# Get your API key at https://www.freepik.com/api
|
||
|
|
FREEPIK_API_KEY=your_api_key_here
|
||
|
|
|
||
|
|
# Optional overrides
|
||
|
|
# FREEPIK_BASE_URL=https://api.freepik.com
|
||
|
|
# FREEPIK_POLL_TIMEOUT=600
|
||
|
|
# FREEPIK_DEFAULT_IMAGE_MODEL=flux-2-pro
|
||
|
|
# FREEPIK_DEFAULT_VIDEO_MODEL=kling-o1-pro
|
||
|
|
# FREEPIK_DEFAULT_OUTPUT_DIR=./output
|
||
|
|
# FREEPIK_SHOW_BANNER=true
|