OpenAI API library
This page is under construction. The library is not yet available for download, but when it is ready, we will include a download link on this page
Release: |
4.6 • 5.0 • 5.1 • 5.2 • 5.3 • 5.4 • 6.0 • 6.1 • 6.2 • 6.3 • 6.4 • 6.5 |
---|
Requires the Analytica Enterprise edition or better
The Open AI API library is a collection of Analytica functions that enable you interface with large language models (LLMs) from within your Analytica model. You can leverage the flexibility of these generative A.I. models to perform tasks that would be hard to do in a formal program. And you can use this library to learn about generative A.I. from within Analytica. This page is a reference to the functions in the library. It is accompanied by a Tutorial on using the library. Going through the tutorial is a great way to learn about LLMs.
Requirements
To use this library, you must have:
- An Analytica Enterprise or Analytica Optimizer edition, release 6.3 or higher.
- You own OpenAI API key.
To get an OpenAI API key
- Go to [https://platform.openai.com/] and sign up for an account.
- Click on your profile picture and select View API keys
- Click Create new secret key.
- Copy this key to the clipboard (or otherwise save it)
Getting started
- Download the library to your
"C:\Program Files\Lumina\Analytica 6.5\Libraries
folder. - Launch Analytica
- Load your model, or start a new model.
- Select File / Add Library...., select
OpenAI API library.ana
[OK], select Link [OK]. - Enter the OpenAI API lib library module.
- Press either Save API key in env var or Save API key with your model. Read the text on that page to understand the difference.
- A message box appears asking you to enter your API key. Paste it into the box to continue.
At this point, you should be able to call the API. View the result of Available models
to test whether the connect to OpenAI is working. This shows you the list of OpenAI models that you have access to.
Enable comment auto-refresher