Skip to content

Commit 469a472

Browse files
committed
v5.7 content updates
1 parent caf9c5e commit 469a472

5 files changed

Lines changed: 21 additions & 21 deletions

File tree

File renamed without changes.

MyApp/_posts/2025-04-24_text-to-blazor-premium.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,6 @@ This will query 5 different leading AI coding models to generate 5x different Da
7777

7878
[![](/img/posts/text-to-blazor-premium/text-to-blazor-premium.webp)](/text-to-blazor)
7979

80-
### Using AI to only generate Data Models
81-
82-
Whilst the result is a working CRUD App, the approach taken is very different from most AI tools
83-
which uses AI to generate the entire App that ends up with a whole new code-base developers didn't write
84-
which they'd now need to maintain.
85-
86-
Instead AI is only used to generate the initial Data Models within a **TypeScript Declaration file**
87-
which we've found is the best format supported by AI models that's also the best typed DSL for defining
88-
data models with minimal syntax that's easy for humans to read and write.
89-
9080
### Download preferred Blazor Vue CRUD App
9181

9282
Once you've decided on the Data Models that best matches your requirements, you can download your preferred
@@ -180,3 +170,12 @@ the Audit Behaviors will also maintain an Audit Trail of all CRUD operations whi
180170

181171
![](/img/posts/text-to-blazor/okai-audit-form.webp)
182172

173+
### Using AI to only generate Data Models
174+
175+
Whilst the result is a working CRUD App, the approach taken is very different from most AI tools
176+
which uses AI to generate the entire App that ends up with a whole new code-base developers didn't write
177+
which they'd now need to maintain.
178+
179+
Instead AI is only used to generate the initial Data Models within a **TypeScript Declaration file**
180+
which we've found is the best format supported by AI models that's also the best typed DSL for defining
181+
data models with minimal syntax that's easy for humans to read and write.

MyApp/_posts/2025-04-29_ai-server-improvements.md renamed to MyApp/_posts/2025-04-29_ai-server-2025-04.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
2-
title: AI Server improvements
2+
title: AI Server - April 2025 Update
33
summary: New SOTA LLMs added, support for thinking responses, Ollama Vision Models & Generate API
44
tags: [ai-server,ai,gpt,service-reference,c#,js]
55
author: Demis Bellot
66
image: ./img/posts/ai-server/bg.webp
77
---
88

9-
## AI Server improvements
10-
119
AI Server is our Free OSS Docker self-hosted private gateway to manage API access to multiple LLM APIs, Ollama endpoints, Media APIs, Comfy UI and FFmpeg Agents that's designed as a one-stop solution to manage an organization's AI integrations for all their System Apps with its developer friendly HTTP JSON APIs that supports any programming language or framework.
1210

1311
[![](/img/svgs/ai-server-overview.svg)](https://openai.servicestack.net)
@@ -16,6 +14,8 @@ AI Server is our Free OSS Docker self-hosted private gateway to manage API acces
1614
Introducing AI Server
1715
:::
1816

17+
## Support for new Models
18+
1919
This release continues to see a number of improvements to AI Server starting with adding support for popular LLM models added during this release, including:
2020

2121
- **Google:** gemini-pro-2.0, gemini-flash-2.0, gemini-flash-lite-2.0, gemini-flash-thinking-2.0, gemma3
@@ -39,13 +39,6 @@ functionality inside AI Server's Admin UI which lets you monitor your API System
3939

4040
[![](/img/posts/ai-server-improvements/ai-server-logging.webp)](https://docs.servicestack.net/admin-ui-profiling)
4141

42-
## Support for Thinking Responses
43-
44-
With the rise and popularity of **Thinking** Models we've added custom rendering of *thinking* responses in a collapsible
45-
and scrollable container:
46-
47-
[![](/img/posts/ai-server-improvements/ai-server-thinking.png)](https://docs.servicestack.net/ai-server/chat)
48-
4942
## Support for Ollama Vision Models
5043

5144
By default [ImageToText](/ai-server/image-to-text) uses a purpose-specific **Florence 2 Vision model** with ComfyUI for its functionality which is capable of generating a very short description about an image, e.g:
@@ -92,3 +85,11 @@ To support Ollama's vision models AI Server added a new feature pipeline around
9285
- [OllamaGeneration](https://openai.servicestack.net/ui/OllamaGeneration): Synchronous invocation of Ollama's Generate API
9386
- [QueueOllamaGeneration](https://openai.servicestack.net/ui/QueueOllamaGeneration): Asynchronous or Web Callback invocation of Ollama's Generate API
9487
- [GetOllamaGenerationStatus](https://openai.servicestack.net/ui/GetOllamaGenerationStatus): Get the generation status of an Ollama Generate API
88+
89+
## Support for Thinking Responses
90+
91+
With the rise and popularity of **Thinking** Models we've added custom rendering of *thinking* responses in a collapsible
92+
and scrollable container:
93+
94+
[![](/img/posts/ai-server-improvements/ai-server-thinking.png)](https://docs.servicestack.net/ai-server/chat)
95+

MyApp/_whatsnew/2025-04-15_v5.7/ai-server-improvements.md renamed to MyApp/_whatsnew/2025-04-15_v5.7/ai-server-2025-04.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: AI Server improvements
2+
title: AI Server - April 2025 Update
33
url: https://docs.servicestack.net/ai-server/
44
image: /img/posts/ai-server/ai-server-splash.png
55
order: 4

0 commit comments

Comments
 (0)