LogoLogo
About
  • Home
  • Guides
  • BDK
  • REST API
  • Release Notes
  • OpenAI
    • Overview
  • Ask Koncierge
  • Ask Koncierge To Extract Information From A Document
  • Extract Data
  • Extract Pages
  • Extract a Subdocument
  • Extract Subdocuments
  • Extract Tables
  • Identify Elements in a Text
Powered by GitBook
On this page
  • Overview
  • Using An OpenAI API Key
  • OpenAI Models
  • Models Available in the EU and UK
  • Models Available in the US

Was this helpful?

Export as PDF
  1. OpenAI

Overview

Learn how to write automation procedures that interact with OpenAI models in Kognitos.

Overview

The OpenAI operations in Kognitos allow you to interact with OpenAI models through structured queries. You can send messages, questions, or tasks to models like GPT-4. Additionally, you have the flexibility to utilize your own OpenAI API key for enhanced functionality.

Using An OpenAI API Key

These operations enable you to use your own OpenAI API key for enhanced functionality. Adding the following line will prompt the platform to request your key:

the department's openai key

This OpenAI key will be the default for all processes in the agent.

OpenAI Models

Here is a list of OpenAI models available for use. These are Azure hosted models.

Models Available in the EU and UK

  • gpt-4

  • gpt-4-turbo

  • gpt-4o

  • gpt-4o-latest

  • gpt-4o-mini

Models Available in the US

  • gpt-4o-mini

  • gpt-4

  • gpt-4o

  • gpt-4o-latest

  • gpt-4-latest

  • gpt-4-turbo

  • gpt-4-turbo-latest

  • gpt-3.5-turbo

  • gpt-3.5-turbo-latest

Last updated 1 month ago

Was this helpful?