安全声明:本测试功能完全绿色免费,调用时直连对方服务器,本站不做任何转发且不存储您的任何Token,请放心使用!
基础配置
用于鉴权的API密钥
选择接入点:
POST
接入点文档:查看
Run: Ctrl+
接入点描述:创建一个新的代理,赋予其指令、工具和描述。该代理可用于常规对话或作为代理池的一部分。
请求参数
model*
模型
name*
名称
instructions*
模型在对话中遵循的指令提示
tools[0].type*
工具类型
tools[0].function.name*
函数名称
completion_args.prediction.type*
预测类型
completion_args.response_format.json_schema.name*
名称
completion_args.response_format.type*
响应格式类型
completion_args.max_tokens
最大令牌数
completion_args.temperature
温度
completion_args.top_p
顶部P值
completion_args.frequency_penalty
频率惩罚
completion_args.presence_penalty
存在惩罚
completion_args.random_seed
随机种子
completion_args.stop
停止条件
completion_args.tool_choice
工具选择
completion_args.prediction.content
预测内容
completion_args.response_format.json_schema.description
描述
completion_args.response_format.json_schema.strict
是否严格模式
description
描述
handoffs[0]
转交项
tools[0].function.description
函数描述
tools[0].function.strict
是否严格模式
返回结果
当前为示例返回
更多接入点测试
使用其他软件测试API
您可以拷贝Curl语句,直接导入Postman进行测试