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 tomodel.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.
Expanded list of links to provider supported params
OpenAI
OpenAI
-
Responses API
https://developers.openai.com/api/reference/resources/responses/methods/create chat · summarization · translation · token-classification · text-classification · image-text-to-text · image-to-text · text-to-image · text-to-video · text-to-speech · text-to-audio · automatic-speech-recognition - Chat Completions API https://developers.openai.com/api/reference/resources/chat/subresources/completions/methods/create chat · summarization · translation · audio-text-to-text · image-text-to-text · video-text-to-text
Google
- Generate Content API https://ai.google.dev/api/generate-content chat · summarization · translation · text-classification · image-text-to-text · image-to-text · text-to-image · text-to-video
Anthropic
Anthropic
- Messages API https://platform.claude.com/docs/en/api/messages/create chat · summarization · translation · text-classification · image-text-to-text · image-to-text
Mistral
Mistral
- Chat Completions API https://docs.mistral.ai/api/endpoint/chat#operation-chat_completion_v1_chat_completions_post chat · summarization · translation · text-classification · token-classification
- Embeddings API https://docs.mistral.ai/api/endpoint/embeddings feature-extraction · sentence-similarity
- OCR API https://docs.mistral.ai/api/endpoint/ocr#operation-ocr_v1_ocr_post image-to-text
- Audio Transcriptions API https://docs.mistral.ai/api/endpoint/audio/transcriptions#operation-audio_api_v1_transcriptions_post automatic-speech-recognition · audio-text-to-text
Cohere
Cohere
- Chat API https://docs.cohere.com/reference/chat chat
Examples (Non-Exhaustive)
Example using provider parameters (OpenAI + Chat)
Example using provider parameters (OpenAI + Chat)
Example using provider parameters (OpenAI + text-to-video)
Example using provider parameters (OpenAI + text-to-video)
Example using provider parameters (Google + Chat)
Example using provider parameters (Google + Chat)
Example using provider parameters (Google + Chat + Thinking)
Example using provider parameters (Google + Chat + Thinking)
Example using provider parameters (Anthropic + Chat)
Example using provider parameters (Anthropic + Chat)