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