Skip to main content
通过 response_format 指定 JSON Schema,模型会严格按结构返回,便于程序直接解析。
返回内容为符合 schema 的 JSON 字符串,可直接用 JSON.parse / json.loads 解析。