Skip to content

Commit dd72967

Browse files
authored
Update 2025-08-05-openai-open-models.mdx
1 parent 840e52d commit dd72967

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/changelog/workers-ai/2025-08-05-openai-open-models.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Get started with the new models at `@cf/openai/gpt-oss-120b` and `@cf/openai/gpt
1313
Check out the [blog](https://blog.cloudflare.com/openai-gpt-oss-on-workers-ai) for more details about the new models, and the [`gpt-oss-120b`](/workers-ai/models/gpt-oss-120b) and [`gpt-oss-20b`](/workers-ai/models/gpt-oss-20b) model pages for more information about pricing and context windows.
1414

1515
## Responses API
16-
The new Responses API is available through the REST API at `https://api.cloudflare.com/client/v4/accounts/<account_id>/ai/run/@cf/openai/gpt-oss-120b/responses`. Responses API streaming support is coming soon.
16+
The new Responses API is available through the REST API at `https://api.cloudflare.com/client/v4/accounts/<account_id>/ai/v1/responses`. Responses API streaming support is coming soon.
1717

18-
The existing Workers Binding `env.AI.run(“@cf/openai/gpt-oss-120b”)` and REST API `https://api.cloudflare.com/client/v4/accounts/<account_id>/ai/run/@cf/openai/gpt-oss-120b` and OpenAI compatible REST API endpoint `https://api.cloudflare.com/client/v4/accounts/<account_id>/ai/run/@cf/openai/gpt-oss-120b/chat/completions` will return the Chat Completions format for backwards compatibility.
18+
The existing Workers Binding `env.AI.run(“@cf/openai/gpt-oss-120b”)` and REST API `https://api.cloudflare.com/client/v4/accounts/<account_id>/ai/run/@cf/openai/gpt-oss-120b` and OpenAI compatible REST API endpoint `https://api.cloudflare.com/client/v4/accounts/<account_id>/ai/v1/chat/completions` will return the Chat Completions format for backwards compatibility.
1919

2020
```
2121
curl https://api.cloudflare.com/client/v4/accounts/<account_id>/ai/v1/responses \
@@ -39,4 +39,4 @@ curl https://api.cloudflare.com/client/v4/accounts/<account_id>/ai/v1/responses
3939
The model is natively trained to support stateful code execution, and we've implemented support for this feature using our [Sandbox SDK](https://github.com/cloudflare/sandbox-sdk) and [Containers](https://blog.cloudflare.com/containers-are-available-in-public-beta-for-simple-global-and-programmable/). Cloudflare's Developer Platform is uniquely positioned to support this feature, so we're very excited to bring our products together to support this new use case.
4040

4141
## Web Search (coming soon)
42-
We are working to implement Web Search for the model, where users can bring their own Exa API Key so the model can browse the Internet.
42+
We are working to implement Web Search for the model, where users can bring their own Exa API Key so the model can browse the Internet.

0 commit comments

Comments
 (0)