| --- |
| license: apache-2.0 |
| tags: |
| - devrayog |
| - indian-ai |
| - solo-built |
| - text-generation |
| - conversational |
| language: |
| - en |
| - hi |
| pipeline_tag: text-generation |
| --- |
| |
| # Devrayog Agni |
|
|
| Fast and sharp AI model - 3.8B parameters - optimized for quick responses, coding help, and daily tasks. |
|
|
| ## About Devrayog AI |
|
|
| Devrayog AI is India's first solo-built AI, created by **Devanshu Sharma (Hermes)**, an 18-year-old founder from Neem Ka Thana, Rajasthan, India. |
|
|
| - **Founder:** Devanshu Sharma (Hermes) |
| - **Founded:** 2026 |
| - **Headquarters:** Neem Ka Thana, Rajasthan, India |
| - **Tagline:** India's First Solo-Built AI |
|
|
| ## Model Details |
|
|
| - **Model ID:** devrayog-agni |
| - **Base Model:** microsoft/Phi-3-mini-4k-instruct |
| - **Parameters:** 3.8B |
| - **Context Length:** 4096 |
| - **Language:** English, Hindi |
| - **License:** Apache 2.0 |
|
|
| ## Devrayog AI Family |
|
|
| 1. **Devrayog Agni** - Fast and sharp (3.8B) - Quick responses, coding, daily tasks |
| 2. **Devrayog Vayu** - Creative and flowing (9B) - Storytelling, brainstorming, content |
| 3. **Devrayog Akash** - Most powerful (8B) - Complex reasoning, analysis, research |
|
|
| ## Usage |
|
|
| ```python |
| from transformers import pipeline |
| |
| pipe = pipeline("text-generation", model="dev2089/devrayog-agni") |
| response = pipe("Your prompt here") |
| print(response) |
| ``` |
|
|
| ## Contact |
|
|
| - Hugging Face: https://huggingface.co/dev2089 |
| - Founder: Devanshu Sharma (Hermes), Neem Ka Thana, Rajasthan |
|
|
| --- |
|
|
| Built with ❤️ by Devanshu Sharma (Hermes), Age 18, Rajasthan, India |
|
|