@themaximalist/llm.js
Preparing search index...
LLMInterface
Interface LLMInterface
interface
LLMInterface
{
new
LLMInterface
(
input
:
Input
,
options
?:
Options
)
:
LLMServices
;
new
LLMInterface
(
options
:
Options
)
:
LLMServices
;
new
LLMInterface
()
:
LLMServices
;
Anthropic
:
typeof
Anthropic
;
APIv1
:
typeof
APIv1
;
Attachment
:
typeof
Attachment
;
DeepSeek
:
typeof
DeepSeek
;
Google
:
typeof
Google
;
Groq
:
typeof
Groq
;
LLM
:
typeof
LLM
;
ModelUsage
:
typeof
ModelUsage
;
Ollama
:
typeof
Ollama
;
OpenAI
:
typeof
OpenAI
;
parsers
:
parsers
;
services
:
any
[]
;
xAI
:
typeof
xAI
;
register
(
LLMClass
:
typeof
LLM
)
:
void
;
unregister
(
LLMClass
:
typeof
LLM
)
:
void
;
(
input
:
Input
,
options
?:
Options
)
:
Promise
<
string
>
;
(
options
:
Options
)
:
Promise
<
string
>
;
}
LLMInterface
(
input
:
Input
,
options
?:
Options
)
:
Promise
<
string
>
Parameters
input
:
Input
Optional
options
:
Options
Returns
Promise
<
string
>
LLMInterface
(
options
:
Options
)
:
Promise
<
string
>
Parameters
options
:
Options
Returns
Promise
<
string
>
Index
Constructors
constructor
Properties
Anthropic
AP
Iv1
Attachment
Deep
Seek
Google
Groq
LLM
Model
Usage
Ollama
Open
AI
parsers
services
x
AI
Methods
register
unregister
Constructors
constructor
new
LLMInterface
(
input
:
Input
,
options
?:
Options
)
:
LLMServices
Parameters
input
:
Input
Optional
options
:
Options
Returns
LLMServices
new
LLMInterface
(
options
:
Options
)
:
LLMServices
Parameters
options
:
Options
Returns
LLMServices
new
LLMInterface
()
:
LLMServices
Returns
LLMServices
Properties
Anthropic
Anthropic
:
typeof
Anthropic
AP
Iv1
APIv1
:
typeof
APIv1
Attachment
Attachment
:
typeof
Attachment
Deep
Seek
DeepSeek
:
typeof
DeepSeek
Google
Google
:
typeof
Google
Groq
Groq
:
typeof
Groq
LLM
LLM
:
typeof
LLM
Model
Usage
ModelUsage
:
typeof
ModelUsage
Ollama
Ollama
:
typeof
Ollama
Open
AI
OpenAI
:
typeof
OpenAI
parsers
parsers
:
parsers
services
services
:
any
[]
x
AI
xAI
:
typeof
xAI
Methods
register
register
(
LLMClass
:
typeof
LLM
)
:
void
Parameters
LLMClass
:
typeof
LLM
Returns
void
unregister
unregister
(
LLMClass
:
typeof
LLM
)
:
void
Parameters
LLMClass
:
typeof
LLM
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
Anthropic
AP
Iv1
Attachment
Deep
Seek
Google
Groq
LLM
Model
Usage
Ollama
Open
AI
parsers
services
x
AI
Methods
register
unregister
@themaximalist/llm.js
Loading...