OpenAI Responses API

From GM-RKB
(Redirected from Responses API)
Jump to navigation Jump to search

A OpenAI Responses API is a agentic API that is a OpenAI API that enables developers to generate AI-powered responses through request-response interactions (that support multi-modal input and text output tasks).



References

2025-03-11

```python response = client.responses.create(

 model="gpt-4o",
 tools=[{"type": "web_search_preview"}],
 input="What was a positive news story from today?"

) ```

[1] https://openai.com/index/new-tools-for-building-agents/
[2] https://www.ciodive.com/news/openai-ai-agents-development-tools/742215/
[3] https://platform.openai.com/docs/guides/tools-web-search?api-mode=responses
[5] https://www.theverge.com/news/627556/openai-ai-agents-responses-api-agents-sdk
[6] https://venturebeat.com/programming-development/openai-unveils-responses-api-open-source-agents-sdk-letting-developers-build-their-own-deep-research-and-operator/
[9] https://www.latent.space/p/openai-agents-platform
[21] https://platform.openai.com/docs/pricing
[24] https://openai.github.io/openai-agents-python/
[27] https://platform.openai.com/docs/guides/responses-vs-chat-completions
[31] https://community.openai.com/t/introducing-the-responses-api/1140929
[37] https://cookbook.openai.com/examples/responses_api/responses_example