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: docs/api-references/text-models-llm/OpenAI/o1-mini.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ A cost-efficient reasoning model optimized for STEM tasks (science, technology,
19
19
20
20
###  :digit\_two: Copy the code example
21
21
22
-
Below, you'll find [a code example](o1-mini.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
22
+
At the bottom of this page, you'll find [a code example](o1-mini.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
Copy file name to clipboardExpand all lines: docs/api-references/text-models-llm/OpenAI/o1.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ A state-of-the-art language model designed to excel in complex reasoning tasks,
23
23
24
24
###  :digit\_two: Copy the code example
25
25
26
-
Below, you'll find [a code example](o1.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
26
+
At the bottom of this page, you'll find [a code example](o1.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
Copy file name to clipboardExpand all lines: docs/api-references/text-models-llm/OpenAI/o3-mini.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ A model designed to excel in complex reasoning tasks, including mathematical pro
19
19
20
20
###  :digit\_two: Copy the code example
21
21
22
-
Below, you'll find [a code example](o3-mini.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
22
+
At the bottom of this page, you'll find [a code example](o3-mini.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
Copy file name to clipboardExpand all lines: docs/api-references/text-models-llm/openai/gpt-4.1-mini.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This model, **GPT-4.1 mini**, is an impressive improvement in small model capabi
21
21
22
22
###  :digit\_two: Copy the code example
23
23
24
-
Below, you'll find [a code example](gpt-4.1-mini.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
24
+
At the bottom of this page, you'll find [a code example](gpt-4.1-mini.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
Copy file name to clipboardExpand all lines: docs/api-references/text-models-llm/openai/gpt-4.1-nano.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This model, **GPT-4.1 nano**, is fast, affordable, and powerful. It handles long
21
21
22
22
###  :digit\_two: Copy the code example
23
23
24
-
Below, you'll find [a code example](gpt-4.1-nano.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
24
+
At the bottom of this page, you'll find [a code example](gpt-4.1-nano.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
Copy file name to clipboardExpand all lines: docs/api-references/text-models-llm/openai/gpt-4.1.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ All models of the GPT-4.1 family outperform [GPT‑4o](../OpenAI/gpt-4o.md) and
19
19
20
20
###  :digit\_two: Copy the code example
21
21
22
-
Below, you'll find [a code example](gpt-4.1.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
22
+
At the bottom of this page, you'll find [a code example](gpt-4.1.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
Copy file name to clipboardExpand all lines: docs/api-references/text-models-llm/openai/gpt-5-chat.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The non-reasoning version of [GPT‑5](gpt-5.md).
21
21
22
22
###  :digit\_two: Copy the code example
23
23
24
-
Below, you'll find [a code example](gpt-5-chat.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
24
+
At the bottom of this page, you'll find [a code example](gpt-5-chat.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
25
25
26
26
### :digit\_three: Modify the code example
27
27
@@ -42,6 +42,20 @@ If you need a more detailed walkthrough for setting up your development environm
This endpoint is currently used _only_ with OpenAI models. Some models support both the `/chat/completions` and `/responses` endpoints, while others support only one of them. OpenAI has announced plans to expand the capabilities of the `/responses` endpoint in the future.
This endpoint is currently used _only_ with OpenAI models. Some models support both the `/chat/completions` and `/responses` endpoints, while others support only one of them. OpenAI has announced plans to expand the capabilities of the `/responses` endpoint in the future.
Copy file name to clipboardExpand all lines: docs/api-references/text-models-llm/openai/gpt-5-mini.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ OA quicker, more budget-friendly variant of [GPT-5](gpt-5.md), ideal for clear t
23
23
24
24
###  :digit\_two: Copy the code example
25
25
26
-
Below, you'll find [a code example](gpt-5-mini.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
26
+
At the bottom of this page, you'll find [a code example](gpt-5-mini.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
27
27
28
28
### :digit\_three: Modify the code example
29
29
@@ -44,6 +44,20 @@ If you need a more detailed walkthrough for setting up your development environm
This endpoint is currently used _only_ with OpenAI models. Some models support both the `/chat/completions` and `/responses` endpoints, while others support only one of them. OpenAI has announced plans to expand the capabilities of the `/responses` endpoint in the future.
This endpoint is currently used _only_ with OpenAI models. Some models support both the `/chat/completions` and `/responses` endpoints, while others support only one of them. OpenAI has announced plans to expand the capabilities of the `/responses` endpoint in the future.
Copy file name to clipboardExpand all lines: docs/api-references/text-models-llm/openai/gpt-5-nano.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The smallest, fastest, and most affordable model in the GPT-5 lineup. While it
19
19
20
20
###  :digit\_two: Copy the code example
21
21
22
-
Below, you'll find [a code example](gpt-5-nano.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
22
+
At the bottom of this page, you'll find [a code example](gpt-5-nano.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
23
23
24
24
### :digit\_three: Modify the code example
25
25
@@ -40,6 +40,20 @@ If you need a more detailed walkthrough for setting up your development environm
This endpoint is currently used _only_ with OpenAI models. Some models support both the `/chat/completions` and `/responses` endpoints, while others support only one of them. OpenAI has announced plans to expand the capabilities of the `/responses` endpoint in the future.
This endpoint is currently used _only_ with OpenAI models. Some models support both the `/chat/completions` and `/responses` endpoints, while others support only one of them. OpenAI has announced plans to expand the capabilities of the `/responses` endpoint in the future.
Copy file name to clipboardExpand all lines: docs/api-references/text-models-llm/openai/gpt-5.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ OpenAI’s most advanced (and the most capable coding) model as of **August 2025
23
23
24
24
###  :digit\_two: Copy the code example
25
25
26
-
Below, you'll find [a code example](gpt-5.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
26
+
At the bottom of this page, you'll find [a code example](gpt-5.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
27
27
28
28
### :digit\_three: Modify the code example
29
29
@@ -44,6 +44,20 @@ If you need a more detailed walkthrough for setting up your development environm
This endpoint is currently used _only_ with OpenAI models. Some models support both the `/chat/completions` and `/responses` endpoints, while others support only one of them. OpenAI has announced plans to expand the capabilities of the `/responses` endpoint in the future.
This endpoint is currently used _only_ with OpenAI models. Some models support both the `/chat/completions` and `/responses` endpoints, while others support only one of them. OpenAI has announced plans to expand the capabilities of the `/responses` endpoint in the future.
0 commit comments