Saltar para o conteúdo principal
Support the Openai Responses API multi-function interface, o seguinte functions have been launched:
  • Text input: Text input
  • Image input: Image input
  • Streaming: Streaming
  • Web search: Web search
  • Deep research: For complex analysis and research tasks
  • Reasoning: Reasoning depth control, suporta 4 levels (minimal / low / medium /high). Only the gpt-5 series suporta minimal.
  • Verbosity: Output length, gpt-5 series suporta 3 levels (low / medium /high)
  • Functions: Functions
  • image_generation tool usage: Image drawing and generation are billed under gpt-image-1.
  • Code Interpreter: Allow models to write and run Python to solve problems. reasoning.effort ‘minimal’ não é suportado while using code interpreter with gpt-5.
  • Remote MCP: Calling a remote MCP server
  • Computer Use: Computer Use

Usage (Python call):

Same as the official OpenAI call method, just replace api_key and base_url for forwarding. Mainland China can access directly.
  1. For inference models, the output inference summary can be controlled using o seguinte parameter, com o detail richness of the summary ranked as detailed > auto > None, where auto provides the best balance.
  1. Optional deep reasoning models: ‎⁠o3-deep-research⁠ and ‎⁠o4-mini-deep-research⁠, only supported on the ‎⁠responses⁠ endpoint.
  2. The gpt-5 series focuses on stable reasoning and consistent outputs, and no longer suporta the temperature and top_p parameters for controlling randomness. If você precisa more freedom, você pode try gpt-5-chat-latest, which suporta temperature.
  3. Reasoning models (o series / gpt-5 series) have deprecated max_tokens. Please use max_completion_tokens for completions or max_output_tokens for responses to explicitly defina o output token limit.
Note:
  1. The latest codex-mini-latest does not support search.
  2. The Computer use feature requires integration with Playwright. It’s recommended to refer to the official repository.
Known issues:
  • Use cases are complex to invoke
  • Takes many screenshots, which is time-consuming and often unreliable
  • May trigger CAPTCHA or Cloudflare human verification, potentially leading to infinite loops

Última atualização: 2026-06-01