Open AI Completion avatar
Open AI Completion

Deprecated

Pricing

Pay per usage

Go to Store
Open AI Completion

Open AI Completion

Deprecated

Developed by

Tomas Kapler

Tomas Kapler

Maintained by Community

Provides a simple but powerful text-in, text-out interface to any OpenAI models. You input some text as a prompt, and the model will generate a text completion that attempts to match whatever context or pattern you gave it. https://beta.openai.com/docs/guides/completion

0.0 (0)

Pricing

Pay per usage

0

Total users

16

Monthly users

1

Last modified

4 years ago

You can access the Open AI Completion programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "engine": "davinci",
< "stop": [
< "\\n"
< ]
<}' |
<apify call tkapler/openai-completion-actor --silent --output-dataset

Open AI Completion API through CLI

The Apify CLI is the official tool that allows you to use Open AI Completion locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: