ClassifyAI 是一个平台,使用户能够创建, 生成, 并使用 OpenAI 的 API 对 JSON 模型进行分类.
访问 ClassifyAI (免费增值)
ClassifyAI 功能 ClassifyAI ClassifyAI 是一个中间件,能够调用 AI 模型并检索结构化的 JSON 对象,而不是纯文本. 它通过提供一种方便的方式来定义和检索生成输出的特定信息,从而简化了与 AI 模型的工作流程. 使用方法 创建和配置一个 JSON 对象,该对象指定您希望检索的信息结构. 向 ClassifyAI API 发出请求, 提供输入数据和任何相关上下文. 接收一个填充了定义键的 JSON 对象, 其中包含您所需的结构化信息. 示例: 输入: 撰写关于 BIKE 3000 的评论 AI 输出(未使用 ClassifyAI): vbnetCopy codeAs an AI model have not used the BIKE 3000 but here is a possible review: The Bike 3000… AI output with ClassifyAI: jsonCopy code{ “review”: “I love to use my Bike 3000…” } Global Models ClassifyAI offers pre-defined global JSON Objects that can be used without the need for custom configuration. These global models cover various topics and provide structured information ready for use. Check out the List of all Global Models You can even test the Global Models without an account on the ClassifyAI Global Models page. Pricing ClassifyAI offers different pricing plans to suit various needs. Free Plan 20 free tests per day Ability to configure your own JSON models 10,000 Tokens per day API access Basic Plan (30$ monthly, 300$ yearly) First 1000 customers can get the basic plan for 180$ yearly. 50 free tests per day Ability to configure your own JSON models 2,500,000 Tokens per month API access For more details and to explore the capabilities of ClassifyAI, refer to the ClassifyAI Documentation.