@@ -128,7 +128,7 @@ _---Additional Foundry Local Properties---_
128
128
- Request body
129
129
``` json
130
130
{
131
- "model" : " gpt-3.5-turbo " ,
131
+ "model" : " Phi-4-mini-instruct-generic-cpu " ,
132
132
"messages" : [
133
133
{
134
134
"role" : " user" ,
@@ -156,7 +156,7 @@ _---Additional Foundry Local Properties---_
156
156
"id" : " chatcmpl-1234567890" ,
157
157
"object" : " chat.completion" ,
158
158
"created" : 1677851234 ,
159
- "model" : " gpt-3.5-turbo " ,
159
+ "model" : " Phi-4-mini-instruct-generic-cpu " ,
160
160
"choices" : [
161
161
{
162
162
"index" : 0 ,
@@ -313,7 +313,7 @@ Retrieves all available models, including both local models and registered exter
313
313
314
314
- Response body
315
315
``` json
316
- [" gpt-3.5-turbo " , " gpt-4 " ]
316
+ [" Phi-4-mini-instruct-generic-cpu " , " deepseek-r1-distill-qwen-7b-generic-cpu " ]
317
317
```
318
318
319
319
### GET /openai/load/{name}
@@ -344,7 +344,7 @@ Loads a model into memory for faster inference.
344
344
345
345
- Request URI
346
346
```
347
- GET /openai/load/gpt-3.5-turbo ?ttl=3600&ep=dml
347
+ GET /openai/load/Phi-4-mini-instruct-generic-cpu ?ttl=3600&ep=dml
348
348
```
349
349
350
350
### GET /openai/unload/{name}
@@ -370,7 +370,7 @@ Unloads a model from memory.
370
370
371
371
- Request URI
372
372
```
373
- GET /openai/unload/gpt-3.5-turbo ?force=true
373
+ GET /openai/unload/Phi-4-mini-instruct-generic-cpu ?force=true
374
374
```
375
375
376
376
### GET /openai/unloadall
@@ -395,7 +395,7 @@ Retrieves a list of currently loaded models.
395
395
396
396
- Response body
397
397
``` json
398
- [" gpt-3.5-turbo " , " gpt-4 " ]
398
+ [" Phi-4-mini-instruct-generic-cpu " , " deepseek-r1-distill-qwen-7b-generic-cpu " ]
399
399
```
400
400
401
401
### GET /openai/getgpudevice
@@ -469,7 +469,7 @@ During download, the server streams progress updates in the format:
469
469
470
470
``` json
471
471
{
472
- "model" : " gpt-3.5-turbo " ,
472
+ "model" : " Phi-4-mini-instruct-generic-cpu " ,
473
473
"ignorePipeReport" : true
474
474
}
475
475
```
0 commit comments