Question Answer Launch Job

Available Providers
ProviderModelVersionPriceBilling unit
google-v1Beta0.6 (per 1000000 token)1 token
googlegemini-2.0-flashv1Beta0.4 (per 1000000 token)1 token
googlegemini-1.5-flashv1Beta0.6 (per 1000000 token)1 token
googlegemini-1.5-prov1Beta10.0 (per 1000000 token)1 token
googlegemini-2.0-flash-lite-previewv1Beta0.3 (per 1000000 token)1 token
googlegemini-2.5-flash-litev1Beta0.4 (per 1000000 token)1 token
googlegemini-2.5-prov1Beta15.0 (per 1000000 token)1 token
googlegemini-2.5-flashv1Beta2.5 (per 1000000 token)1 token
googlegemini-2.5-pro-preview-03-25v1Beta15.0 (per 1000000 token)1 token
googlegemini-2.0-flash-litev1Beta0.3 (per 1000000 token)1 token

Default Models
NameValue
googlegemini-1.5-flash
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
Defaults to [object Object]

A dictionnary or a json object to specify specific models to use for some providers.
It can be in the following format: {"google" : "google_model", "ibm": "ibm_model"...}.

providers
array of strings
required

It can be one (ex: 'amazon' or 'google') or multiple provider(s) (ex: 'amazon,microsoft,google') that the data will be redirected to in order to get the processed results.
Providers can also be invoked with specific models (ex: providers: 'amazon/model1, amazon/model2, google/model3')

providers*
fallback_providers
array of strings
length ≤ 5
Defaults to

Providers in this list will be used as fallback if the call to provider in providers parameter fails. To use this feature, you must input only one provider in the providers parameter. but you can put up to 5 fallbacks.

They will be tried in the same order they are input, and it will stop to the first provider who doesn't fail.

Doesn't work with async subfeatures.

fallback_providers
boolean
Defaults to false

Optional : Shows the original response of the provider.
When set to true, a new attribute original_response will appear in the response object.

uri
length ≥ 1

Webhook receiver should be a valid https URL (ex : https://your.listner.com/endpoint). After the processing is done, the webhook endpoint will receive a POST request with the result.

string

Json data that contains of additional parameters that will be sent back to the webhook receiver (ex: api key for security or client's data ID to link the result internally). Will only be used when webhook_receiver is set.

boolean
Defaults to true

If set to false the webhook will not contain the result data. Use if your webhook receiver has a request size limit.

boolean
Defaults to true
file

File to analyse in binary format to be used with content-type: multipart/form-data
Does not work with application/json !

uri | null

File URL to analyse to be used with with content-type: application/json.

double
0 to 1
Defaults to 0

Higher values mean the model will take more risks and value 0 (argmax sampling) works better for scenarios with a well-defined answer.

integer
1 to 3000000

The maximum number of tokens to generate in the completion. This value, combined with the token count of your prompt, cannot exceed the model's context length.

string
required
length ≥ 1

Question about the video

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json