Tagged articles

openai-compatible

5 articles · Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Jul 18, 2026 · Operations

How to Configure Nginx Load Balancing for Multiple LLM Instances

This guide explains how to set up Nginx as a load balancer for several OpenAI‑compatible large language model instances, covering health checks, upstream configuration, algorithm selection, streaming vs non‑streaming proxy settings, logging, rate limiting, graceful reloads, and troubleshooting techniques.

LLMNginxhealth check
0 likes · 25 min read
How to Configure Nginx Load Balancing for Multiple LLM Instances
MaGe Linux Operations
MaGe Linux Operations
Jul 17, 2026 · Operations

How to Quickly Deploy an Enterprise LLM API Using SGLang

This guide walks through deploying SGLang on Linux with NVIDIA GPUs and Docker Compose, covering environment checks, image versioning, minimal foreground launch, Docker Compose configuration, health checks, troubleshooting, performance testing, security hardening, and upgrade/rollback procedures to reliably expose an OpenAI‑compatible large model API in production.

APIDocker ComposeGPU
0 likes · 24 min read
How to Quickly Deploy an Enterprise LLM API Using SGLang
Programmer DD
Programmer DD
Jun 23, 2026 · Artificial Intelligence

Integrating a Custom AI Provider with Vercel Eve

This guide shows how to extend a Vercel Eve content‑operation agent to support both the default Vercel AI Gateway and a custom OpenAI‑compatible provider by configuring environment variables, adding a validation script, and updating the agent's model setup.

Custom AI ProviderEnvironment variablesGateway Validation Script
0 likes · 10 min read
Integrating a Custom AI Provider with Vercel Eve
BirdNest Tech Talk
BirdNest Tech Talk
Nov 18, 2025 · Industry Insights

A Practical Guide to Major LLM Services: URLs, Docs, and API Tips

This article compiles the entry points, documentation links, pricing details, and hands‑on API examples for several leading large‑language‑model providers—including DeepSeek, Alibaba Cloud, Baidu Qianfan, ByteDance Volcengine, OpenRouter, and Google Gemini—while comparing their usability, free‑tier offers, and developer experience.

APICloud AIComparison
0 likes · 13 min read
A Practical Guide to Major LLM Services: URLs, Docs, and API Tips
JavaEdge
JavaEdge
Apr 26, 2025 · Artificial Intelligence

Turn LM Studio into a Local OpenAI‑Compatible API Server

This guide shows how to select a model in LM Studio, expose a local port, start the HTTP server, and interact with it via curl commands, covering quick model listing, chat requests, and the difference between streaming and full‑response modes.

AIAPILM‑Studio
0 likes · 5 min read
Turn LM Studio into a Local OpenAI‑Compatible API Server