AI Provider APIs
Aido integrates with the following AI service providers:
| Service | Purpose | Data Sent |
|---|---|---|
| Google Gemini API | AI text generation when using Gemini models | Your text prompts only. No device info, contacts, or metadata. |
| OpenAI API | AI text generation when using GPT models | Your text prompts only. No device info, contacts, or metadata. |
| Groq API | Fast AI inference (if selected by user) | Your text prompts only. No device info, contacts, or metadata. |
Important: We use these APIs in "stateless" mode. Each request is independent, and the AI providers do not store conversation history unless you explicitly configure API settings to do so.
Android Libraries & SDKs
The following Android libraries are bundled within the app:
| Library | Purpose | Privacy Impact |
|---|---|---|
| AndroidX Libraries | Core Android UI and compatibility components | NO data collection |
| Kotlin Coroutines | Asynchronous programming for smooth UI | NO data collection |
| Room Database | Local storage for preprompts and settings | NO data collection (local only) |
| Ktor / OkHttp | HTTP client for API communication | NO independent data collection |
What We DO NOT Use
To maintain your privacy, Aido explicitly does NOT include:
- Google Analytics / Firebase Analytics - No usage tracking
- Crashlytics / Sentry - No crash reporting with user data
- Facebook SDK - No social media integration
- AdMob / Ad Networks - No advertisements
- Push Notification Services - No marketing notifications
- Third-party Trackers - No behavioral analytics
Model Sources
- Google AI: Google
- Hugging Face Models: Hugging Face