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: articles/ai-services/openai/faq.yml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ sections:
118
118
answer:
119
119
If the service performs processing, you will be charged even if the status code is not successful (not 200).
120
120
Common examples of this are, a 400 error due to a content filter or input limit, or a 408 error due to a timeout. Charges will also occur when a `status 200` is received with a `finish_reason` of `content_filter`.
121
-
In this case the prompt did not have any issues, but the completion generated by the model was detected to violate the content filtering rules which results in the completion being filtered.
121
+
In this case the prompt did not have any issues, but the completion generated by the model was detected to violate the content filtering rules, which result in the completion being filtered.
122
122
123
123
If the service doesn't perform processing, you won't be charged.
124
124
For example, a 401 error due to authentication or a 429 error due to exceeding the Rate Limit.
@@ -234,7 +234,7 @@ sections:
234
234
Do you store any data used in the Assistants API?
235
235
answer: |
236
236
Yes. Unlike Chat Completions API, Azure OpenAI Assistants is a stateful API, meaning it retains data. There are two types of data stored in the Assistants API:
237
-
* Stateful entities: Threads, messages and runs created during Assistants use.
237
+
* Stateful entities: Threads, messages, and runs created during Assistants use.
238
238
* Files: Uploaded during Assistants setup or as part of a message.
239
239
- question: |
240
240
Where is this data stored?
@@ -255,21 +255,21 @@ sections:
255
255
- question: |
256
256
Where is data stored geographically?
257
257
answer: |
258
-
Azure OpenAI Assistants endpoints are regional, and data is stored in the same region as the endpoint. See the [Azure data residency documentation](https://azure.microsoft.com/explore/global-infrastructure/data-residency/#overview) for more information.
258
+
Azure OpenAI Assistants endpoints are regional, and data is stored in the same region as the endpoint. For more information, see the [Azure data residency documentation](https://azure.microsoft.com/explore/global-infrastructure/data-residency/#overview).
259
259
- question: |
260
260
How am I charged for Assistants?
261
261
answer: |
262
262
Currently, when you use Assistants API, you're billed for the following:
263
-
1. Inference cost (input and output) of the base model you are using for each Assistant (for example gpt-4-0125). If you've created multiple Assistants, you will be charged for the base model attached to each Assistant.
263
+
1. Inference cost (input and output) of the base model you're using for each Assistant (for example gpt-4-0125). If you've created multiple Assistants, you will be charged for the base model attached to each Assistant.
264
264
2. If you've enabled the Code Interpreter tool. For example if your assistant calls Code Interpreter simultaneously in two different threads, this would create two Code Interpreter sessions, each of which would be charged. Each session is active by default for one hour, which means that you would only pay this fee once if your user keeps giving instructions to Code Interpreter in the same thread for up to one hour.
265
265
266
-
See the [pricing page](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/) for more information.
266
+
For more information, see the [pricing page](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/).
267
267
- question: |
268
268
Is there any additional pricing or quota for using Assistants?
269
269
answer: |
270
270
No. All [quotas](./quotas-limits.md) apply to using models with Assistants.
271
271
- question: |
272
-
Does the Assistants API supports non-Azure OpenAI models?
272
+
Does the Assistants API support non-Azure OpenAI models?
273
273
answer: |
274
274
Assistants API only supports Azure OpenAI models.
275
275
- question: |
@@ -279,7 +279,7 @@ sections:
279
279
- question: |
280
280
What are some examples or other resources I can use to learn about Assistants?
281
281
answer: |
282
-
See the [Conceptual](./concepts/assistants.md), [quickstart](./assistants-quickstart.md), [how-to](./how-to/assistant.md) articles for information on getting started and using Assistnats. You can also check out Azure OpenAI Assistants code samples on [GitHub](https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/Assistants).
282
+
See the [Conceptual](./concepts/assistants.md), [quickstart](./assistants-quickstart.md), [how-to](./how-to/assistant.md) articles for information on getting started and using Assistants. You can also check out Azure OpenAI Assistants code samples on [GitHub](https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/Assistants).
283
283
- name: Web app
284
284
questions:
285
285
- question: |
@@ -311,7 +311,7 @@ sections:
311
311
- question: |
312
312
How can I customize or automate the index creation process?
313
313
answer:
314
-
You can prepare the index yourself using a [script provided on GitHub](https://go.microsoft.com/fwlink/?linkid=2244395). Using this script will create an Azure AI Search index with all the information needed to better leverage your data, with your documents broken down into manageable chunks. Please see the README file with the data preparation code for details on how to run it.
314
+
You can prepare the index yourself using a [script provided on GitHub](https://go.microsoft.com/fwlink/?linkid=2244395). Using this script will create an Azure AI Search index with all the information needed to better use your data, with your documents broken down into manageable chunks. See the README file with the data preparation code for details on how to run it.
315
315
- question: |
316
316
How can I update my index?
317
317
answer:
@@ -340,7 +340,7 @@ sections:
340
340
If Semantic Search is enabled for my Azure AI Search resource, will it be automatically applied to Azure OpenAI on your data in the Azure OpenAI Studio?
341
341
answer:
342
342
When you select "Azure AI Search" as the data source, you can choose to apply semantic search.
343
-
If you select "Azure Blob Container" or "Upload files" as the data source, you can create the index as usual. Afterwards you would re-ingest the data using the "Azure AI Search" option to select the same index and apply Semantic Search. You will then be ready to chat on your data with semantic search applied.
343
+
If you select "Azure Blob Container" or "Upload files" as the data source, you can create the index as usual. Afterwards you would reingest the data using the "Azure AI Search" option to select the same index and apply Semantic Search. You will then be ready to chat on your data with semantic search applied.
344
344
- question: |
345
345
How can I add vector embeddings when indexing my data?
0 commit comments