This open source Streamlit application is the official NeuraNET API Playground and provides an interactive interface to the NeuraNET API, allowing users to access and utilize AI models for chat, image generation, and TTS (Text-To-Speech).
- API Authentication: Secure API key input for accessing NeuraNET services.
- Model Selection: Users can choose between chat, image generation and text to speech.
- Dynamic Inputs: Input fields adapt based on the model selected.
- Error Handling: The app includes checks for missing API keys and empty inputs, along with error messages for user guidance.
- Install requirements with:
pip install -r requirements.txt
Run the app with the command:
streamlit run main.py
- NeuraNET Lite: A free version of the NeuraNET chat AI, perfect for basic queries and conversations.
- NeuraNET Hyper: A premium chat model offering advanced understanding and more detailed responses.
- Vinci SM: A fast and cheaper version for basic image generation tasks.
- Vinci XL: A premium image generation model delivering high-quality visual content.
The NeuraNET Text-to-Speech AI Model, referred to as NeuraNET Mint, has an array of 300 distinct voice options.
- Image Generation:
POST https://neuranet-ai.com/api/v1/image
- Chat:
POST https://neuranet-ai.com/api/v1/chat
- TTS:
POST https://neuranet-ai.com/api/v1/tts
The NeuraNET API Playground is open-source and is under the MIT License. See the LICENSE for more information.