fix chapter sort

This commit is contained in:
Yan Lin 2026-02-04 16:35:09 +01:00
parent 592da6cad6
commit 60ca31fd73
23 changed files with 87 additions and 28 deletions

View file

@ -1,7 +1,11 @@
+++
title = "A.3-Wrap AI Models with APIs"
title = "Wrap AI Models with APIs"
date = 2025-09-18
description = ""
weight = 13
[extra]
chapter = "A.3"
+++
> **TL;DR:**
> Build your own APIs for serving AI models, covering everything from basic server setup and AI model integration to authentication, database-backed user management, and rate limiting—transforming you from an API consumer to an API producer.