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: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -288,7 +288,7 @@
288
288
289
289
Please note that while streaming is available for regular text generation, the streaming implementation for function calling is still in development and does not yet fully comply with the OpenAI specification.
290
290
291
-
5.**Listing Available Models**
291
+
5.**List Supported Models**
292
292
293
293
To see all vision and language models supported by MLX:
294
294
@@ -300,7 +300,7 @@
300
300
print(response.json())
301
301
```
302
302
303
-
6.**List Available Models**
303
+
6.**Add Available Model**
304
304
305
305
You can add new models to the API:
306
306
@@ -316,9 +316,9 @@
316
316
print(response.json())
317
317
```
318
318
319
-
7.**Listing Available Models**
319
+
7.**List Available Models**
320
320
321
-
To see all available models:
321
+
Provides the list of available models that have been added in a OpenAI compliant format:
0 commit comments