Skip to content

Commit a559612

Browse files
committed
fixing broken request body.
1 parent 0c89569 commit a559612

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,16 +255,16 @@ Retrieves a list of all available Foundry Local models in the catalog.
255255
- `version`: The version number of the model.
256256
- `modelType`: The format or type of the model (e.g., ONNX).
257257
- `promptTemplate`:
258-
- `assistant`: The template for the assistant's response.
259-
- `prompt`: The template for the user-assistant interaction.
258+
- `assistant`: The template for the assistant's response.
259+
- `prompt`: The template for the user-assistant interaction.
260260
- `publisher`: The entity or organization that published the model.
261261
- `task`: The primary task the model is designed to perform (e.g., chat-completion).
262262
- `runtime`:
263-
- `deviceType`: The type of hardware the model is designed to run on (e.g., CPU).
264-
- `executionProvider`: The execution provider used for running the model.
263+
- `deviceType`: The type of hardware the model is designed to run on (e.g., CPU).
264+
- `executionProvider`: The execution provider used for running the model.
265265
- `fileSizeMb`: The size of the model file in megabytes.
266266
- `modelSettings`:
267-
- `parameters`: A list of configurable parameters for the model.
267+
- `parameters`: A list of configurable parameters for the model.
268268
- `alias`: An alternative name or shorthand for the model
269269
- `supportsToolCalling`: Indicates whether the model supports tool-calling functionality.
270270
- `license`: The license type under which the model is distributed.
@@ -552,7 +552,7 @@ Counts tokens for a given chat completion request without performing inference.
552552
"content": "Hello, what is Microsoft?"
553553
}
554554
],
555-
"model": "cpu-int4-rtn-block-32-acc-level-4"
555+
"model": "Phi-4-mini-instruct-cuda-gpu"
556556
}
557557
```
558558
- Response body

0 commit comments

Comments
 (0)