Socket
Socket
Sign inDemoInstall

openai

Package Overview
Dependencies
Maintainers
5
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openai - npm Package Compare versions

Comparing version 4.51.0 to 4.52.0

2

package.json
{
"name": "openai",
"version": "4.51.0",
"version": "4.52.0",
"description": "The official TypeScript library for the OpenAI API",

@@ -5,0 +5,0 @@ "author": "OpenAI <support@openai.com>",

@@ -22,3 +22,3 @@ # OpenAI Node API Library

```ts
import OpenAI from 'https://deno.land/x/openai@v4.51.0/mod.ts';
import OpenAI from 'https://deno.land/x/openai@v4.52.0/mod.ts';
```

@@ -25,0 +25,0 @@

@@ -44,2 +44,7 @@ import * as Core from "../../core.js";

/**
* The service tier used for processing the request. This field is only included if
* the `service_tier` parameter is specified in the request.
*/
service_tier?: 'scale' | 'default' | null;
/**
* This fingerprint represents the backend configuration that the model runs with.

@@ -165,2 +170,7 @@ *

/**
* The service tier used for processing the request. This field is only included if
* the `service_tier` parameter is specified in the request.
*/
service_tier?: 'scale' | 'default' | null;
/**
* This fingerprint represents the backend configuration that the model runs with.

@@ -673,2 +683,14 @@ * Can be used in conjunction with the `seed` request parameter to understand when

/**
* Specifies the latency tier to use for processing the request. This parameter is
* relevant for customers subscribed to the scale tier service:
*
* - If set to 'auto', the system will utilize scale tier credits until they are
* exhausted.
* - If set to 'default', the request will be processed in the shared cluster.
*
* When this parameter is set, the response body will include the `service_tier`
* utilized.
*/
service_tier?: 'auto' | 'default' | null;
/**
* Up to 4 sequences where the API will stop generating further tokens.

@@ -675,0 +697,0 @@ */

@@ -70,2 +70,8 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

/**
* The service tier used for processing the request. This field is only included if
* the `service_tier` parameter is specified in the request.
*/
service_tier?: 'scale' | 'default' | null;
/**
* This fingerprint represents the backend configuration that the model runs with.

@@ -210,2 +216,8 @@ *

/**
* The service tier used for processing the request. This field is only included if
* the `service_tier` parameter is specified in the request.
*/
service_tier?: 'scale' | 'default' | null;
/**
* This fingerprint represents the backend configuration that the model runs with.

@@ -806,2 +818,15 @@ * Can be used in conjunction with the `seed` request parameter to understand when

/**
* Specifies the latency tier to use for processing the request. This parameter is
* relevant for customers subscribed to the scale tier service:
*
* - If set to 'auto', the system will utilize scale tier credits until they are
* exhausted.
* - If set to 'default', the request will be processed in the shared cluster.
*
* When this parameter is set, the response body will include the `service_tier`
* utilized.
*/
service_tier?: 'auto' | 'default' | null;
/**
* Up to 4 sequences where the API will stop generating further tokens.

@@ -808,0 +833,0 @@ */

@@ -1,1 +0,1 @@

export const VERSION = '4.51.0'; // x-release-please-version
export const VERSION = '4.52.0'; // x-release-please-version

@@ -1,2 +0,2 @@

export declare const VERSION = "4.51.0";
export declare const VERSION = "4.52.0";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '4.51.0'; // x-release-please-version
exports.VERSION = '4.52.0'; // x-release-please-version
//# sourceMappingURL=version.js.map

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc