Skip to content

Commit 8d718d7

Browse files
committed
updated to model names in FL catalog
1 parent f56065f commit 8d718d7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/ai-foundry/foundry-local/reference/reference-rest.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ _---Additional Foundry Local Properties---_
128128
- Request body
129129
```json
130130
{
131-
"model": "gpt-3.5-turbo",
131+
"model": "Phi-4-mini-instruct-generic-cpu",
132132
"messages": [
133133
{
134134
"role": "user",
@@ -156,7 +156,7 @@ _---Additional Foundry Local Properties---_
156156
"id": "chatcmpl-1234567890",
157157
"object": "chat.completion",
158158
"created": 1677851234,
159-
"model": "gpt-3.5-turbo",
159+
"model": "Phi-4-mini-instruct-generic-cpu",
160160
"choices": [
161161
{
162162
"index": 0,
@@ -313,7 +313,7 @@ Retrieves all available models, including both local models and registered exter
313313

314314
- Response body
315315
```json
316-
["gpt-3.5-turbo", "gpt-4"]
316+
["Phi-4-mini-instruct-generic-cpu", " deepseek-r1-distill-qwen-7b-generic-cpu"]
317317
```
318318

319319
### GET /openai/load/{name}
@@ -344,7 +344,7 @@ Loads a model into memory for faster inference.
344344

345345
- Request URI
346346
```
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
348348
```
349349

350350
### GET /openai/unload/{name}
@@ -370,7 +370,7 @@ Unloads a model from memory.
370370

371371
- Request URI
372372
```
373-
GET /openai/unload/gpt-3.5-turbo?force=true
373+
GET /openai/unload/Phi-4-mini-instruct-generic-cpu?force=true
374374
```
375375

376376
### GET /openai/unloadall
@@ -395,7 +395,7 @@ Retrieves a list of currently loaded models.
395395

396396
- Response body
397397
```json
398-
["gpt-3.5-turbo", "gpt-4"]
398+
["Phi-4-mini-instruct-generic-cpu", " deepseek-r1-distill-qwen-7b-generic-cpu"]
399399
```
400400

401401
### GET /openai/getgpudevice
@@ -469,7 +469,7 @@ During download, the server streams progress updates in the format:
469469

470470
```json
471471
{
472-
"model": "gpt-3.5-turbo",
472+
"model": "Phi-4-mini-instruct-generic-cpu",
473473
"ignorePipeReport": true
474474
}
475475
```

0 commit comments

Comments
 (0)