Skip to content

Commit 0d9a930

Browse files
committed
Improve language for ai-server docs.
1 parent d0b08b5 commit 0d9a930

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

MyApp/_pages/ai-server/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ title: Overview
33
description: Introduction to AI Server and its key features
44
---
55

6-
AI Server is a way to orchestrate your AI requests through a single self-hosted application to control what AI Providers you use without impacting your client integrations. It serves as a private gateway to process LLM, AI, and image transformation requests, dynamically delegating tasks across multiple providers including Ollama, OpenRouter, Replicate, Comfy UI, Whisper, and ffmpeg.
6+
AI Server is a way to orchestrate your AI requests through a single self-hosted application to control what AI Providers you use without impacting your client integrations. It serves as a private gateway to process LLM, AI, and image transformation requests, dynamically delegating tasks across multiple providers including Ollama, OpenRouter, Replicate, Comfy UI, utilizing models like Whisper, SDXL, Flux, and tools like ffmpeg.
77

88
## Key Features
99

1010
- **Unified AI Gateway**: Centralize all your AI requests through a single self-hosted service.
1111
- **Multi-Provider Support**: Seamlessly integrate with Ollama, Open AI, Comfy UI, and more.
12-
- **Type-Safe Integrations**: Native end-to-end typed integrations for 11 popular languages including C#, TypeScript, Python, and more.
12+
- **Type-Safe Integrations**: Native end-to-end typed integrations for 11 popular languages.
1313
- **Secure Access**: API key authentication to protect your AI resources.
1414
- **Managed File Storage**: Built-in cached storage for AI-generated assets.
15-
- **Background Job Processing**: Efficient handling of long-running AI tasks, capable of distributing workloads to many different providers, both managed and self-hosted.
15+
- **Background Job Processing**: Efficient handling of long-running AI tasks, capable of distributing workloads.
1616
- **Custom Deployment**: Run as a single Docker container, with optional GPU-equipped agents for advanced tasks.
1717

1818
## Why Use AI Server?
@@ -27,21 +27,21 @@ AI Server simplifies the integration and management of AI capabilities in your a
2727

2828
## Supported AI Capabilities
2929

30-
- **Large Language Models**: Integrate with Open AI Chat, Ollama, and various API gateways.
31-
- **Image Generation and Manipulation**: Leverage Comfy UI for text-to-image, image-to-image, and more.
32-
- **Audio Processing**: Text-to-speech, speech-to-text, and audio manipulations.
33-
- **Video Processing**: Format conversions, scaling, cropping, and more with ffmpeg integration.
30+
- **Large Language Models**: Integrate with Open AI Chat, Ollama, and various API gateways including OpenRouter.
31+
- **Image Generation & Transformations**: Leverages ComfyUI Agent self-hosted, and SaaS providers like Replicate.
32+
- **Audio Processing**: Text-to-speech, and speech-to-text with Whisper integration.
33+
- **Video Processing**: Format conversions, scaling, cropping, and more with via ffmpeg.
3434

3535
## Getting Started for Developers
3636

3737
1. **Setup**: Follow the [Quick Start guide](/ai-server/install) to deploy AI Server.
3838
2. **Configuration**: Use the Admin Portal to add your AI providers and generate API keys.
39-
3. **Integration**: Choose your preferred language and use AI Server's type-safe APIs to make requests with AI providers, including directly with OpenAI compatible APIs.
39+
3. **Integration**: Choose your preferred language and use AI Server's type-safe APIs.
4040
4. **Development**: Start making API calls to AI Server from your application, leveraging the full suite of AI capabilities.
4141

4242
## Learn More
4343

44-
- Website: [openai.servicestack.net](https://openai.servicestack.net)
45-
- GitHub: [github.com/ServiceStack/ai-server](https://github.com/ServiceStack/ai-server)
44+
- Hosted Example: [openai.servicestack.net](https://openai.servicestack.net)
45+
- Source Code: [github.com/ServiceStack/ai-server](https://github.com/ServiceStack/ai-server)
4646

4747
AI Server is actively developed and continuously expanding its capabilities.

0 commit comments

Comments
 (0)