---
name: "hf-space-llamameta-fake-flux-pro-unlimited"
description: "Use the Hugging Face Space llamameta/Fake-FLUX-Pro-Unlimited."
metadata:
  source: huggingface-space
  spaceId: "llamameta/Fake-FLUX-Pro-Unlimited"
  hubUrl: https://huggingface.co/spaces/llamameta/Fake-FLUX-Pro-Unlimited
  agentsMdUrl: https://huggingface.co/spaces/llamameta/Fake-FLUX-Pro-Unlimited/agents.md
  appUrl: https://llamameta-fake-flux-pro-unlimited.hf.space
---

# Hugging Face Space: llamameta/Fake-FLUX-Pro-Unlimited

Use this skill when the user wants to use the Hugging Face Space `llamameta/Fake-FLUX-Pro-Unlimited`.

- Space page: https://huggingface.co/spaces/llamameta/Fake-FLUX-Pro-Unlimited
- App URL: https://llamameta-fake-flux-pro-unlimited.hf.space
- Source instructions: https://huggingface.co/spaces/llamameta/Fake-FLUX-Pro-Unlimited/agents.md

## Space agent instructions

To use this application (llamameta/Fake-FLUX-Pro-Unlimited: Generate images from text prompts):
API schema: GET https://llamameta-fake-flux-pro-unlimited.hf.space/gradio_api/info
Config (find fn_index): GET https://llamameta-fake-flux-pro-unlimited.hf.space/config → dependencies[i].id where api_name matches API schema endpoint
Join the queue: POST https://llamameta-fake-flux-pro-unlimited.hf.space/gradio_api/queue/join (pass {"data": [...], "fn_index": <from-config>, "session_hash": "<random-uuid>"})
Stream results: GET https://llamameta-fake-flux-pro-unlimited.hf.space/gradio_api/queue/data?session_hash=<same-uuid>
File inputs: POST https://llamameta-fake-flux-pro-unlimited.hf.space/gradio_api/upload -F "files=@file.ext", use as: {"path": "<returned-path>", "meta": {"_type": "gradio.FileData"}, "orig_name": "file.ext"}
Auth: Bearer $HF_TOKEN (https://huggingface.co/settings/tokens)
