Class: TogetherLLM
Unified language model interface
Extends
Constructors
new TogetherLLM()
new TogetherLLM(
init
?):TogetherLLM
Parameters
• init?: Omit
<Partial
<OpenAI
>, "session"
>
Returns
Overrides
Defined in
packages/llamaindex/src/llm/together.ts:5
Properties
additionalChatOptions?
optional
additionalChatOptions:OpenAIAdditionalChatOptions
Inherited from
Defined in
packages/llm/openai/dist/index.d.ts:285
additionalSessionOptions?
optional
additionalSessionOptions:Omit
<Partial
<ClientOptions
>,"apiKey"
|"maxRetries"
|"timeout"
>
Inherited from
OpenAI
.additionalSessionOptions
Defined in
packages/llm/openai/dist/index.d.ts:289
apiKey?
optional
apiKey:string
Inherited from
Defined in
packages/llm/openai/dist/index.d.ts:286
lazySession()
lazySession: () =>
Promise
<LLMInstance
>
Returns
Promise
<LLMInstance
>
Inherited from
Defined in
packages/llm/openai/dist/index.d.ts:290
maxRetries
maxRetries:
number
Inherited from
Defined in
packages/llm/openai/dist/index.d.ts:287
maxTokens?
optional
maxTokens:number
Inherited from
Defined in
packages/llm/openai/dist/index.d.ts:284
model
model:
string
&object
|ChatModel
Inherited from
Defined in
packages/llm/openai/dist/index.d.ts:281