Skip to main content
Don’t care about the details? Please see the examples below

Passing provider-specific parameters

Bytez forwards parameters directly to the underlying model provider. This allows you to pass any supported parameters as defined in the official provider API docs: Parameters are supplied as the second argument to model.run(...) with SDKs, or as fields in the REST body when using curl/HTTP. Bytez does not modify or restrict provider-specific options — it passes them through verbatim. Always check the provider docs below for the most accurate and up-to-date list of supported options and parameter behavior. The raw response from the provider is included in the provider property of the object returned by our API.

Examples (Non-Exhaustive)