https://community.sambanova.ai/t/supported-models/193
. Supported models via SambaVerse API is listed in https://sambaverse.sambanova.ai/models
.openai.ChatCompletion.create()
. If :obj:None
, :obj:SambaCloudAPIConfig().as_dict()
will be used. (default: :obj:None
)None
)"https://sambaverse.sambanova.ai/api/predict"
and SambaNova Cloud: :obj:"https://api.sambanova.ai/v1"
(default: :obj:https://api. sambanova.ai/v1
)OpenAITokenCounter( ModelType.GPT_4O_MINI)
will be used.None
)3
) **kwargs (Any): Additional arguments to pass to the client initialization.ChatCompletion
in the non-stream mode, or
Stream[ChatCompletionChunk]
in the stream mode.
ChatCompletionChunk
objects as they are received from the
API.
ChatCompletion
object containing the complete
response from the API.
ChatCompletion
object constructed from the
aggregated response data.