Version 1.5.0

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-06 21:45:32 +00:00
parent 9ca048fb9d
commit 52603f2deb
6 changed files with 109 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
# AI Functions Reference
**Last Verified:** January 5, 2026
**Last Verified:** January 6, 2026
---

View File

@@ -1,6 +1,6 @@
# Database Models Reference
**Last Verified:** January 5, 2026
**Last Verified:** January 6, 2026
---
@@ -105,6 +105,14 @@ class AIModelConfig(models.Model):
| dall-e-3 | image | - | 5 | quality |
| google:4@2 | image | - | 15 | premium |
**Image Model Reference (v1.5.0 Planned):**
| Model | AIR ID | Tier | Supported Dimensions |
|-------|--------|------|---------------------|
| Hi Dream Full | `runware:97@1` | Basic | 1024×1024, 1280×768 |
| Bria 3.2 | `bria:10@1` | Quality | 1024×1024, 1344×768 |
| Nano Banana | `google:4@2` | Premium | 1024×1024, 1376×768 |
**Helper Methods:**
- `AIModelConfig.get_default_text_model()` - Get default text model
- `AIModelConfig.get_default_image_model()` - Get default image model