Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.454.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 12, 2024
1 parent d26d8b7 commit 140363c
Show file tree
Hide file tree
Showing 89 changed files with 1,686 additions and 262 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/react-query
/models
/models/errors
/types
Expand Down
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
**/*
!/FUNCTIONS.md
!/RUNTIMES.md
!/REACT_QUERY.md
!/**/*.ts
!/**/*.js
!/**/*.map
Expand Down
1,367 changes: 1,367 additions & 0 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

17 changes: 16 additions & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
speakeasyVersion: 1.449.0
speakeasyVersion: 1.454.0
sources:
orq-ai-node:
sourceNamespace: orq-ai-node
sourceRevisionDigest: sha256:124147b62647f80d9c595af677e0b904130b58ab9049de79d04902cedc96beb8
sourceBlobDigest: sha256:897b0e8e98e67b47490aae717bf3256d6d4574cdd4014a81401d844337126fb4
tags:
- latest
- speakeasy-sdk-regen-1734004973
- "2.0"
orq-ai-prerelease-node:
sourceNamespace: orq-ai-prerelease-node
sourceRevisionDigest: sha256:5575160d830a0e46a53c982d7143ac980e75d7c3f3b849c1eedf012550d0056f
Expand All @@ -9,6 +17,13 @@ sources:
- speakeasy-sdk-regen-1733176523
- "2.0"
targets:
orq-ai-node:
source: orq-ai-node
sourceNamespace: orq-ai-node
sourceRevisionDigest: sha256:124147b62647f80d9c595af677e0b904130b58ab9049de79d04902cedc96beb8
sourceBlobDigest: sha256:897b0e8e98e67b47490aae717bf3256d6d4574cdd4014a81401d844337126fb4
codeSamplesNamespace: orq-ai-node-typescript-code-samples
codeSamplesRevisionDigest: sha256:b51cbcd4dfaeeb44689270679695acb6dd6a6578e9c77edcbf4e7e65cb5504d2
orq-ai-prerelease-node:
source: orq-ai-prerelease-node
sourceNamespace: orq-ai-prerelease-node
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ The default server can also be overridden globally by passing a URL to the `serv
import { Orq } from "@orq-ai/node";

const orq = new Orq({
serverURL: "https://my.staging.orq.ai",
serverURL: "https://my.orq.ai",
apiKey: process.env["ORQ_API_KEY"] ?? "",
});

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ Based on:
### Generated
- [typescript v0.0.1] .
### Releases
- [NPM v0.0.1] https://www.npmjs.com/package/@orq-ai/node/v/0.0.1 - .
- [NPM v0.0.1] https://www.npmjs.com/package/@orq-ai/node/v/0.0.1 - .

## 2024-12-12 12:02:50
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.454.0 (2.477.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v1.31.1] .
### Releases
- [NPM v1.31.1] https://www.npmjs.com/package/@orq-ai/node/v/1.31.1 - .
2 changes: 1 addition & 1 deletion docs/models/operations/createpromptmodeltype.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ let value: CreatePromptModelType = "completion";
## Values

```typescript
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank"
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank" | "moderations"
```
4 changes: 2 additions & 2 deletions docs/models/operations/createpromptprovider.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
```typescript
import { CreatePromptProvider } from "@orq-ai/node/models/operations";

let value: CreatePromptProvider = "leonardoai";
let value: CreatePromptProvider = "nvidia";
```

## Values

```typescript
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia"
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia" | "jina"
```
2 changes: 1 addition & 1 deletion docs/models/operations/createpromptversionmodeltype.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ let value: CreatePromptVersionModelType = "completion";
## Values

```typescript
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank"
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank" | "moderations"
```
4 changes: 2 additions & 2 deletions docs/models/operations/createpromptversionpromptsmodeltype.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ The type of the model
```typescript
import { CreatePromptVersionPromptsModelType } from "@orq-ai/node/models/operations";

let value: CreatePromptVersionPromptsModelType = "rerank";
let value: CreatePromptVersionPromptsModelType = "moderations";
```

## Values

```typescript
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank"
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank" | "moderations"
```
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ let value: CreatePromptVersionPromptsProvider = "openai";
## Values

```typescript
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia"
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia" | "jina"
```
2 changes: 1 addition & 1 deletion docs/models/operations/createpromptversionprovider.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ let value: CreatePromptVersionProvider = "openai";
## Values

```typescript
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia"
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia" | "jina"
```
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ let value: DeploymentGetConfigDeploymentsResponseType = "completion";
## Values

```typescript
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank"
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank" | "moderations"
```
2 changes: 1 addition & 1 deletion docs/models/operations/deploymentinvokeprovider.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ let value: DeploymentInvokeProvider = "google";
## Values

```typescript
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia"
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia" | "jina"
```
2 changes: 1 addition & 1 deletion docs/models/operations/deploymentinvokeresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const value: operations.DeploymentInvokeResponseBody = {
created: new Date("2024-02-06T18:51:30.654Z"),
object: "chat",
model: "Model Y",
provider: "anyscale",
provider: "perplexity",
isFinal: false,
choices: [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/models/operations/deploymentinvokeresponsebody.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let value: DeploymentInvokeResponseBody = {
created: new Date("2023-05-18T15:07:06.997Z"),
object: "image",
model: "El Camino",
provider: "leonardoai",
provider: "nvidia",
isFinal: false,
choices: [
{
Expand Down
4 changes: 2 additions & 2 deletions docs/models/operations/deploymentsmodeltype.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ The type of the model
```typescript
import { DeploymentsModelType } from "@orq-ai/node/models/operations";

let value: DeploymentsModelType = "image";
let value: DeploymentsModelType = "tts";
```

## Values

```typescript
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank"
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank" | "moderations"
```
4 changes: 2 additions & 2 deletions docs/models/operations/deploymentsprovider.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
```typescript
import { DeploymentsProvider } from "@orq-ai/node/models/operations";

let value: DeploymentsProvider = "leonardoai";
let value: DeploymentsProvider = "nvidia";
```

## Values

```typescript
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia"
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia" | "jina"
```
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ let value: FindOnePromptSnippetResponseBodyModelType = "stt";
## Values

```typescript
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank"
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank" | "moderations"
```
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ let value: FindOnePromptSnippetResponseBodyPromptSnippetsModelType =
## Values

```typescript
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank"
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank" | "moderations"
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ let value: FindOnePromptSnippetResponseBodyPromptSnippetsProvider =
## Values

```typescript
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia"
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia" | "jina"
```
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ let value:
## Values

```typescript
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank"
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank" | "moderations"
```
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ let value:
## Values

```typescript
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia"
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia" | "jina"
```
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ let value:
## Values

```typescript
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank"
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank" | "moderations"
```
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import { FindOnePromptSnippetResponseBodyPromptSnippetsResponse200ApplicationJSO

let value:
FindOnePromptSnippetResponseBodyPromptSnippetsResponse200ApplicationJSONProvider =
"azure";
"aws";
```

## Values

```typescript
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia"
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia" | "jina"
```
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ let value: FindOnePromptSnippetResponseBodyPromptSnippetsResponse200ModelType =
## Values

```typescript
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank"
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank" | "moderations"
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ let value: FindOnePromptSnippetResponseBodyPromptSnippetsResponse200Provider =
## Values

```typescript
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia"
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia" | "jina"
```
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ The type of the model
import { FindOnePromptSnippetResponseBodyPromptSnippetsResponseModelType } from "@orq-ai/node/models/operations";

let value: FindOnePromptSnippetResponseBodyPromptSnippetsResponseModelType =
"image";
"tts";
```

## Values

```typescript
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank"
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank" | "moderations"
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ let value: FindOnePromptSnippetResponseBodyPromptSnippetsResponseProvider =
## Values

```typescript
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia"
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia" | "jina"
```
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ let value: FindOnePromptSnippetResponseBodyProvider = "anthropic";
## Values

```typescript
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia"
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia" | "jina"
```
4 changes: 2 additions & 2 deletions docs/models/operations/getallpromptsitemsmodeltype.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ The type of the model
```typescript
import { GetAllPromptsItemsModelType } from "@orq-ai/node/models/operations";

let value: GetAllPromptsItemsModelType = "embedding";
let value: GetAllPromptsItemsModelType = "vision";
```

## Values

```typescript
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank"
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank" | "moderations"
```
4 changes: 2 additions & 2 deletions docs/models/operations/getallpromptsitemspromptsmodeltype.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ The type of the model
```typescript
import { GetAllPromptsItemsPromptsModelType } from "@orq-ai/node/models/operations";

let value: GetAllPromptsItemsPromptsModelType = "image";
let value: GetAllPromptsItemsPromptsModelType = "tts";
```

## Values

```typescript
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank"
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank" | "moderations"
```
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ let value: GetAllPromptsItemsPromptsProvider = "replicate";
## Values

```typescript
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia"
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia" | "jina"
```
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ The type of the model
```typescript
import { GetAllPromptsItemsPromptsResponse200ApplicationJSONModelType } from "@orq-ai/node/models/operations";

let value: GetAllPromptsItemsPromptsResponse200ApplicationJSONModelType =
"image";
let value: GetAllPromptsItemsPromptsResponse200ApplicationJSONModelType = "tts";
```

## Values

```typescript
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank"
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank" | "moderations"
```
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
import { GetAllPromptsItemsPromptsResponse200ApplicationJSONProvider } from "@orq-ai/node/models/operations";

let value: GetAllPromptsItemsPromptsResponse200ApplicationJSONProvider =
"anthropic";
"huggingface";
```

## Values

```typescript
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia"
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia" | "jina"
```
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import { GetAllPromptsItemsPromptsResponse200ApplicationJSONResponseBodyModelTyp

let value:
GetAllPromptsItemsPromptsResponse200ApplicationJSONResponseBodyModelType =
"embedding";
"vision";
```

## Values

```typescript
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank"
"chat" | "completion" | "embedding" | "vision" | "image" | "tts" | "stt" | "rerank" | "moderations"
```
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ let value:
## Values

```typescript
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia"
"cohere" | "openai" | "anthropic" | "huggingface" | "replicate" | "google" | "google-ai" | "azure" | "aws" | "anyscale" | "perplexity" | "groq" | "fal" | "leonardoai" | "nvidia" | "jina"
```
Loading

0 comments on commit 140363c

Please sign in to comment.