//! This module provides the Together AI provider, wrapping OpenAI Chat Completions for Together AI requests.
//!
// NOTE: Together AI might not be fully compatible with the OpenAI API. Please refer
// to the Together AI documentation for more information.
// Generate the settings module
crateopenai_compatible_settings!;
// Generate the provider struct and builder
crateopenai_compatible_provider!;
// Generate the language model implementation
crateopenai_compatible_language_model!;
// Generate the embedding model implementation
crateopenai_compatible_embedding_model!;