A valid request URL is required to generate request examples{
"data": [
{
"cancelled_at": 123,
"cancelling_at": 123,
"completed_at": 123,
"completion_window": "<string>",
"created_at": 123,
"endpoint": "<string>",
"failed_at": 123,
"id": "<string>",
"in_progress_at": 123,
"input_file_id": "<string>",
"metadata": {},
"object": "<string>",
"provider": "<string>",
"provider_batch_id": "<string>",
"request_counts": {
"completed": 123,
"failed": 123,
"total": 123
},
"results": [
{
"custom_id": "<string>",
"error": {
"message": "<string>",
"type": "<string>"
},
"index": 123,
"model": "<string>",
"provider": "<string>",
"response": "<unknown>",
"status_code": 123,
"url": "<string>"
}
],
"status": "<string>",
"usage": {
"input_cost": 123,
"input_tokens": 123,
"output_cost": 123,
"output_tokens": 123,
"total_cost": 123,
"total_tokens": 123
}
}
],
"first_id": "<string>",
"has_more": true,
"last_id": "<string>",
"object": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://gomodel-docs-providers-restructure.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Pagination cursor
Maximum items to return (1-100, default 20)
Was this page helpful?
A valid request URL is required to generate request examples{
"data": [
{
"cancelled_at": 123,
"cancelling_at": 123,
"completed_at": 123,
"completion_window": "<string>",
"created_at": 123,
"endpoint": "<string>",
"failed_at": 123,
"id": "<string>",
"in_progress_at": 123,
"input_file_id": "<string>",
"metadata": {},
"object": "<string>",
"provider": "<string>",
"provider_batch_id": "<string>",
"request_counts": {
"completed": 123,
"failed": 123,
"total": 123
},
"results": [
{
"custom_id": "<string>",
"error": {
"message": "<string>",
"type": "<string>"
},
"index": 123,
"model": "<string>",
"provider": "<string>",
"response": "<unknown>",
"status_code": 123,
"url": "<string>"
}
],
"status": "<string>",
"usage": {
"input_cost": 123,
"input_tokens": 123,
"output_cost": 123,
"output_tokens": 123,
"total_cost": 123,
"total_tokens": 123
}
}
],
"first_id": "<string>",
"has_more": true,
"last_id": "<string>",
"object": "<string>"
}