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: microsoft-edge/web-platform/prompt-api.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -590,5 +590,6 @@ You can also contribute to the discussion about the design of the Prompt API at
590
590
591
591
*[Explainer for the Prompt API](https://github.com/webmachinelearning/prompt-api), on the Web Machine Learning GitHub repo.
592
592
*[Write, rewrite, and summarize text with the Writing Assistance APIs](./writing-assistance-apis.md)
593
+
*[Correct grammar, spelling, and punctuation errors in text with the Proofreader API](./proofreader-api.md)
593
594
*[Translate text with the Translator API](./translator-api.md)
594
595
*[/built-in-ai/](https://github.com/MicrosoftEdge/Demos/tree/main/built-in-ai/) - Source code and Readme for Built-in AI playgrounds, including the Prompt API playground.
The Writing Assistance APIs are experimental web APIs that allow you to summarize, write, and rewrite text by using a small language model (SLM) that is built into Microsoft Edge, from your website's or browser extension's JavaScript code
13
+
The Writing Assistance APIs are experimental web APIs that allow you to summarize, write, and rewrite text by using a small language model (SLM) that is built into Microsoft Edge, from your website's or browser extension's JavaScript code.
14
14
15
15
For introductory information about the Summarizer API, Writer API, and Rewriter API, see [Writing Assistance APIs Explainer](https://github.com/webmachinelearning/writing-assistance-apis).
16
16
@@ -81,7 +81,7 @@ The Writing Assistance APIs use a model that's provided by Microsoft Edge and bu
The Prompt API allows you to prompt Phi-4-mini — a powerful small language model that excels at text-based tasks — built into Microsoft Edge. To learn more about Phi-4-mini and its capabilities, see the model card at [microsoft/Phi-4-mini-instruct](https://huggingface.co/microsoft/Phi-4-mini-instruct).
84
+
The Writing Assistance APIs uses the Phi-4-mini model — a powerful small language model that excels at text-based tasks — built into Microsoft Edge. To learn more about Phi-4-mini and its capabilities, see the model card at [microsoft/Phi-4-mini-instruct](https://huggingface.co/microsoft/Phi-4-mini-instruct).
85
85
86
86
87
87
<!-- ------------------------------ -->
@@ -93,9 +93,9 @@ Like other language models, the Phi family of models can potentially behave in w
93
93
<!-- ------------------------------ -->
94
94
#### Hardware requirements
95
95
96
-
The Prompt API developer preview is intended to work on devices with hardware capabilities that produce SLM outputs with predictable quality and latency.
96
+
The Writing Assistance APIs developer preview is intended to work on devices with hardware capabilities that produce SLM outputs with predictable quality and latency.
97
97
98
-
The Prompt API is currently limited to:
98
+
The Writing Assistance APIs are currently limited to:
99
99
100
100
***Operating system:** Windows 10 or 11 and macOS 13.3 or later.
We're very interested in learning about the range of scenarios for which you intend to use the Writing Assistance APIs, any issues with the APIs or language models, and whether new task-specific APIs, such as for proofreading or translation, would be useful.
540
+
We're very interested in learning about the range of scenarios for which you intend to use the Writing Assistance APIs, any issues with the APIs or language models, and whether new task-specific APIs, such as for translation, would be useful.
541
541
542
542
To send feedback about your scenarios and the tasks you want to achieve, please add a comment to [the Writing Assistance APIs feedback issue](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/1031).
543
543
@@ -550,6 +550,9 @@ You can also contribute to the discussion about the design of the Writing Assist
550
550
## See also
551
551
552
552
*[Writing Assistance APIs Explainer](https://github.com/webmachinelearning/writing-assistance-apis), on the Web Machine Learning GitHub repo.
553
-
*[Prompt a built-in language model with the Prompt API](./prompt-api.md).
554
-
*[Translate text with the Translator API](./translator-api.md).
555
-
*[/built-in-ai/](https://github.com/MicrosoftEdge/Demos/tree/main/built-in-ai/) - Source code and Readme for the Built-in AI playgrounds demo.
553
+
*[Prompt a built-in language model with the Prompt API](./prompt-api.md)
554
+
*[Correct grammar, spelling, and punctuation errors in text with the Proofreader API](./proofreader-api.md)
555
+
*[Translate text with the Translator API](./translator-api.md)
556
+
557
+
GitHub:
558
+
*[/built-in-ai/](https://github.com/MicrosoftEdge/Demos/tree/main/built-in-ai/) - Source code and Readme for the Built-in AI playgrounds demo
0 commit comments