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: README.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@
20
20
</div>
21
21
<br/>
22
22
23
-
The gpt image 2 api SDK packages JavaScript, Ruby, and Go clients for GPT Image 2 on RunAPI. Use this gpt image 2 api SDK for text-to-image, image-to-image, edit, and creative production workflows that need typed installs, JSON request bodies, task polling, and consistent RunAPI errors across services.
23
+
The gpt image 2 api SDK packages JavaScript, Ruby, and Go clients for GPT Image 2 on RunAPI. Use this gpt image 2 api SDK for text-to-image, image editing, and creative production workflows that need typed installs, JSON request bodies, task polling, and consistent RunAPI errors across services.
24
24
25
-
GPT Image 2 belongs to the OpenAI catalog on RunAPI. The public model page is https://runapi.ai/models/gpt-image-2; variant pages below carry pricing, rate-limit, and commercial-usage details. The public `gpt-image-2-sdk` repository groups the JavaScript, Ruby, and Go packages for this model.
25
+
GPT Image 2 belongs to the OpenAI catalog on RunAPI. The public model page is https://runapi.ai/models/gpt-image-2 and carries pricing, rate-limit, and commercial-usage details. The public `gpt-image-2-sdk` repository groups the JavaScript, Ruby, and Go packages for this model.
26
26
27
27
## Install
28
28
@@ -73,13 +73,9 @@ For short scripts, use `run` with the same JSON body to create the task and wait
Use the most specific gpt image 2 api variant page for pricing, rate limits, and commercial usage:
79
-
-[GPT Image 2 text to image](https://runapi.ai/models/gpt-image-2/text-to-image)
80
-
-[GPT Image 2 image to image](https://runapi.ai/models/gpt-image-2/image-to-image)
81
-
82
-
Default pricing link for the gpt image 2 api SDK: https://runapi.ai/models/gpt-image-2/text-to-image
78
+
Use the GPT Image 2 model page for pricing, rate limits, and commercial usage: https://runapi.ai/models/gpt-image-2
83
79
84
80
## FAQ
85
81
@@ -89,7 +85,7 @@ Install the model package for your language: `@runapi.ai/gpt-image-2`, `runapi-g
89
85
90
86
### Where should public links point?
91
87
92
-
Primary gpt image 2 api links point to https://runapi.ai/models/gpt-image-2. Pricing and usage-policy links point to variant pages such as https://runapi.ai/models/gpt-image-2/text-to-image. Provider comparisons point to https://runapi.ai/providers/openai, and broad browsing points to https://runapi.ai/models.
88
+
Primary gpt image 2 api links point to https://runapi.ai/models/gpt-image-2. Provider comparisons point to https://runapi.ai/providers/openai, and broad browsing points to https://runapi.ai/models.
Copy file name to clipboardExpand all lines: go/README.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
@@ -1,6 +1,6 @@
1
1
# GPT Image 2 API Go SDK for RunAPI
2
2
3
-
The gpt image 2 api Go SDK is the language-specific package for GPT Image 2 on RunAPI. Use this gpt image 2 api package for text-to-image, image-to-image, edit, and creative production flows when your application needs JSON request bodies, task status lookup, and consistent RunAPI errors in Go.
3
+
The gpt image 2 api Go SDK is the language-specific package for GPT Image 2 on RunAPI. Use this gpt image 2 api package for text-to-image, image editing, and creative production flows when your application needs JSON request bodies, task status lookup, and consistent RunAPI errors in Go.
4
4
5
5
This gpt image 2 api README is the Go package guide inside the public `gpt-image-2-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/gpt-image-2; for API reference, use https://runapi.ai/docs#gpt-image-2; for SDK docs, use https://runapi.ai/docs#sdk-gpt-image-2.
Copy file name to clipboardExpand all lines: js/README.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
@@ -1,6 +1,6 @@
1
1
# GPT Image 2 API JavaScript SDK for RunAPI
2
2
3
-
The gpt image 2 api JavaScript SDK is the language-specific package for GPT Image 2 on RunAPI. Use this gpt image 2 api package for text-to-image, image-to-image, edit, and creative production flows when your application needs JSON request bodies, task status lookup, and consistent RunAPI errors in JavaScript.
3
+
The gpt image 2 api JavaScript SDK is the language-specific package for GPT Image 2 on RunAPI. Use this gpt image 2 api package for text-to-image, image editing, and creative production flows when your application needs JSON request bodies, task status lookup, and consistent RunAPI errors in JavaScript.
4
4
5
5
This gpt image 2 api README is the JavaScript package guide inside the public `gpt-image-2-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/gpt-image-2; for API reference, use https://runapi.ai/docs#gpt-image-2; for SDK docs, use https://runapi.ai/docs#sdk-gpt-image-2.
Copy file name to clipboardExpand all lines: js/skills/gpt-image-2/README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
</div>
22
22
<br/>
23
23
24
-
Generate and edit images with GPT Image 2 text-to-image and image-to-image. This skill helps Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents integrate GPT Image 2 through RunAPI.
24
+
Generate and edit images with GPT Image 2. This skill helps Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents integrate GPT Image 2 through RunAPI.
25
25
26
26
The canonical agent file is `skills/gpt-image-2/SKILL.md`.
27
27
@@ -51,7 +51,7 @@ import { GptImage2Client } from '@runapi.ai/gpt-image-2';
51
51
52
52
const client =newGptImage2Client();
53
53
const result =awaitclient.textToImage.run({
54
-
model: 'gpt-image-2-text-to-image',
54
+
model: 'gpt-image-2',
55
55
prompt: 'A futuristic cityscape at night',
56
56
});
57
57
```
@@ -62,20 +62,19 @@ const result = await client.textToImage.run({
0 commit comments