Commit a93ff1

2024-08-22 15:56:24 admin: -/-
chat api.md ..
@@ 1,3 1,27 @@
+ ## Table of Contents
+
+ * **Introduction**
+ * **Authentication**
+ * Obtaining an API Key
+ * Using the API Key
+ * **Endpoints**
+ * `/models` - List Available Models
+ * `/chat/completions` - Generate Chat Completions
+ * Request Body
+ * Non-Streaming Response
+ * Streaming Response
+ * `/tokens` - Count Tokens
+ * `/credits` - Check Remaining Credits
+ * `/moderate` - Moderate Text
+ * **Supported Models**
+ * **Usage Examples**
+ * Non-Streaming Example (Python)
+ * Streaming Example (Python)
+ * Non-Streaming Example (C#)
+ * Streaming Example (C#)
+ * Non-Streaming Example (Node.js)
+ * Streaming Example (Node.js)
+
# chatapi.ai-now.space API Documentation
This API provides access to a variety of large language models (LLMs) for chat completions, token counting, and moderation.
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9