jebin2's picture
refactor: remove worker pool, use direct fal.ai API calls
693e4e3
raw
history blame contribute delete
318 Bytes
"""
Fal.ai Service for video generation.
Provides access to Veo 3.1 and other models through fal.ai's unified API.
"""
from services.fal_service.api_client import (
FalService,
MODELS,
MOCK_MODE,
get_fal_api_key,
)
__all__ = [
"FalService",
"MODELS",
"MOCK_MODE",
"get_fal_api_key",
]