* feat(docs/providers-and-models.md): add TypeGPT provider and update model support
* feat(g4f/models.py): add TypeGPT provider and enhance model configurations
* refactor(g4f/Provider/hf_space/BlackForestLabs_Flux1Dev.py): update model aliases and image models definition
* refactor(g4f/Provider/hf_space/BlackForestLabs_Flux1Schnell.py): adjust model configuration and aliases
* refactor(g4f/Provider/hf_space/CohereForAI_C4AI_Command.py): update model configuration and aliases
* refactor(g4f/Provider/hf_space/DeepseekAI_JanusPro7b.py): reorganize model classification attributes
* feat(g4f/Provider/hf_space/Microsoft_Phi_4.py): add model aliases and update vision model handling
* refactor(g4f/Provider/hf_space/Qwen_QVQ_72B.py): restructure model configuration and aliases
* feat(g4f/Provider/hf_space/Qwen_Qwen_2_5M_Demo.py): add model alias support for Qwen provider
* refactor(g4f/Provider/hf_space/Qwen_Qwen_2_72B_Instruct.py): derive model list from aliases
* refactor(g4f/Provider/hf_space/StabilityAI_SD35Large.py): adjust model list definitions using aliases
* fix(g4f/Provider/hf_space/Voodoohop_Flux1Schnell.py): correct image_models definition in Voodoohop provider
* feat(g4f/Provider/DDG.py): enhance request handling and error recovery
* feat(g4f/Provider/DeepInfraChat.py): update model configurations and request handling
* feat(g4f/Provider/TypeGPT.py): enhance TypeGPT API client with media support and async capabilities
* refactor(docs/providers-and-models.md): remove streaming column from provider tables
* Update docs/providers-and-models.md
* added(g4f/Provider/hf_space/Qwen_Qwen_2_5_Max.py): new provider
* Update g4f/Provider/hf_space/Qwen_Qwen_2_72B_Instruct.py
* added(g4f/Provider/hf_space/Qwen_Qwen_2_5.py): new provider
* Update g4f/Provider/DeepInfraChat.py g4f/Provider/TypeGPT.py
* Update g4f/Provider/LambdaChat.py
* Update g4f/Provider/DDG.py
* Update g4f/Provider/DeepInfraChat.py
* Update g4f/Provider/TypeGPT.py
* Add audio generation model and update documentation
* Update providers-and-models documentation and include ARTA in flux best providers
* Update ARTA provider details and adjust documentation for image models
* Remove redundant text_models assignment in LambdaChat provider
---------
Co-authored-by: kqlio67 <>
- [fix] change model alias from "flux_black_ink" to "black_ink" in g4f/Provider/ARTA.py
- [feat] Add optional seed parameter with random generation in ARTA.