UNPKG
deepinfra
Version:
latest (2.0.2)
2.0.2
Official API wrapper for DeepInfra
github.com/deepinfra/deepinfra-node
deepinfra/deepinfra-node
deepinfra
/
dist
/
lib
/
types
/
embeddings
/
request.d.ts
7 lines
(6 loc)
•
128 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
EmbeddingsRequest
{
inputs
:
string
[];
normalize
?:
boolean
;
image
?:
string
;
webhook
?:
string
; }