You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MyApp/_pages/ai-server/index.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,16 @@ title: Overview
3
3
description: Introduction to AI Server and its key features
4
4
---
5
5
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.
7
7
8
8
## Key Features
9
9
10
10
-**Unified AI Gateway**: Centralize all your AI requests through a single self-hosted service.
11
11
-**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.
13
13
-**Secure Access**: API key authentication to protect your AI resources.
14
14
-**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.
16
16
-**Custom Deployment**: Run as a single Docker container, with optional GPU-equipped agents for advanced tasks.
17
17
18
18
## Why Use AI Server?
@@ -27,21 +27,21 @@ AI Server simplifies the integration and management of AI capabilities in your a
27
27
28
28
## Supported AI Capabilities
29
29
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.
34
34
35
35
## Getting Started for Developers
36
36
37
37
1.**Setup**: Follow the [Quick Start guide](/ai-server/install) to deploy AI Server.
38
38
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.
40
40
4.**Development**: Start making API calls to AI Server from your application, leveraging the full suite of AI capabilities.
0 commit comments