Functions
together
together(
init?
):TogetherLLM
Defined in: packages/providers/together/src/llm.ts:34
Convenience function to create a new TogetherLLM instance.
Parameters
init?
Omit
<Partial
<OpenAI
>, "session"
>
Optional initialization parameters for the TogetherLLM instance.
Returns
A new TogetherLLM instance.