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:
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
Was this helpful?