- Added `BlackForestLabs_Flux1KontextDev.py` to `g4f/Provider/hf_space` implementing image generation with streaming via HuggingFace Space
- Registered `BlackForestLabs_Flux1KontextDev` in `g4f/Provider/hf_space/__init__.py`
- Implemented `create_async_generator` to handle media upload, token fetching, and async result streaming
- Defined `run` method to POST and GET requests to the queue endpoint using ZeroGPU headers
- Added logic to process and upload media using `FormData` and `merge_media`
- Introduced `login_url` and `get_models` method in `Azure` provider with use of `AZURE_DEFAULT_MODEL` environment variable in `g4f/Provider/needs_auth/Azure.py