PRO Account and Faster Serverless API for Flux Dev

#47
by fdsgfdvbf - opened

With a PRO account, are requests for generating images via the Serverless API for the Flux Dev model executed on higher-performance resources, such as dedicated GPUs? If so, does this result in faster image generation compared to the free account?

I understand the limit is 20,000 requests daily, but does this mean I can generate approximately 13 images per minute?

===== Build Queued at 2026-05-26 18:31:08 / Commit SHA: 7013f8c =====

--> FROM docker.io/library/python:3.13@sha256:a922e65d7cd72025d709fe78f3847c4cf89cc69c6fe1b6902f1c4d39fe9af82e
DONE 0.0s

--> RUN pip install --no-cache-dir gradio[oauth,mcp]==6.14.0 "uvicorn>=0.14.0" "websockets>=10.4" spaces
CACHED

--> COPY --from=root / /
CACHED

--> WORKDIR /app
CACHED

--> RUN apt-get update && apt-get install -y git git-lfs ffmpeg libsm6 libxext6 cmake rsync libgl1 && rm -rf /var/lib/apt/lists/* && git lfs install
CACHED

--> RUN pip install --no-cache-dir pip -U && pip install --no-cache-dir datasets "huggingface-hub>=0.30" "hf-transfer>=0.1.4" "protobuf<4" "click<8.1"
CACHED

--> RUN apt-get update && apt-get install -y curl && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* && apt-get clean
CACHED

--> RUN mkdir -p /pipfreeze
CACHED

--> RUN pip freeze > /pipfreeze/freeze.txt
CACHED

--> RUN mkdir -p /home/user && ( [ -e /home/user/app ] || ln -s /app/ /home/user/app ) || true
CACHED

--> COPY --link ./ /app
DONE 0.0s

--> COPY --from=pipfreeze --link /pipfreeze/ /pipfreeze/
DONE 0.0s

--> Pushing image
DONE 0.9s

--> Exporting cache
DONE 0.4s

===== Build Queued at 2026-05-26 18:31:08 / Commit SHA: 7013f8c =====

--> FROM docker.io/library/python:3.13@sha256:a922e65d7cd72025d709fe78f3847c4cf89cc69c6fe1b6902f1c4d39fe9af82e
DONE 0.0s

--> RUN pip install --no-cache-dir gradio[oauth,mcp]==6.14.0 "uvicorn>=0.14.0" "websockets>=10.4" spaces
CACHED

--> COPY --from=root / /
CACHED

--> WORKDIR /app
CACHED

--> RUN apt-get update && apt-get install -y git git-lfs ffmpeg libsm6 libxext6 cmake rsync libgl1 && rm -rf /var/lib/apt/lists/* && git lfs install
CACHED

--> RUN pip install --no-cache-dir pip -U && pip install --no-cache-dir datasets "huggingface-hub>=0.30" "hf-transfer>=0.1.4" "protobuf<4" "click<8.1"
CACHED

--> RUN apt-get update && apt-get install -y curl && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* && apt-get clean
CACHED

--> RUN mkdir -p /pipfreeze
CACHED

--> RUN pip freeze > /pipfreeze/freeze.txt
CACHED

--> RUN mkdir -p /home/user && ( [ -e /home/user/app ] || ln -s /app/ /home/user/app ) || true
CACHED

--> COPY --link ./ /app
DONE 0.0s

--> COPY --from=pipfreeze --link /pipfreeze/ /pipfreeze/
DONE 0.0s

--> Pushing image
DONE 0.9s

--> Exporting cache
DONE 0.4s

npm install -g @google/gemini-cli

Sign up or log in to comment