Zoonk.AI.AIClient.TogetherAIClient (Zoonk v0.1.0-dev)

View Source

TogetherAI service implementation for generating AI responses.

This module handles communication with the TogetherAI API, supporting structured outputs with JSON schema.

Summary

Functions

Generate an object.

Functions

generate_object(payload)

Generate an object.

Creates a structured object using the TogetherAI API.

Examples

iex> TogetherAIClient.generate_object(%AIPayload{})
{:ok, %Req.Response{}}