export const DEFAULT_KIE_BASE_URL = "https://api.kie.ai/v1"; export const ENDPOINTS = { models: "/models", jobs: "/jobs", tasks: "/tasks" } as const;