mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
chore: remove .data/ from tracking (call_logs, db_backups, storage)
Runtime data should never have been committed. Added .data/ to .gitignore.
This commit is contained in:
@@ -1,71 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "0bf58d48-ea41-429a-8193-ed3e55f7a6bd",
|
||||
"timestamp": "2026-03-31T15:24:20.891Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-2.5-flash",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-flash",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "352fc97c-8e30-4ffa-b41e-8ce422a0db3e",
|
||||
"duration": 5007,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say exactly: HELLO"
|
||||
}
|
||||
],
|
||||
"stream": false,
|
||||
"max_tokens": 20
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model"
|
||||
},
|
||||
"finishReason": "MAX_TOKENS"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 5,
|
||||
"totalTokenCount": 22,
|
||||
"trafficType": "ON_DEMAND",
|
||||
"promptTokensDetails": [
|
||||
{
|
||||
"modality": "TEXT",
|
||||
"tokenCount": 5
|
||||
}
|
||||
],
|
||||
"thoughtsTokenCount": 17
|
||||
},
|
||||
"modelVersion": "gemini-2.5-flash",
|
||||
"createTime": "2026-03-31T15:24:18.823251Z",
|
||||
"responseId": "IufLadOfMoqV4_UPs52fkAE"
|
||||
},
|
||||
"traceId": "2fa07f42074e3bcc",
|
||||
"metadata": {
|
||||
"remoteContext": {
|
||||
"ragState": "RAG_DISABLED"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,83 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "aa481f62-0899-4423-8cdc-a8b791aacb95",
|
||||
"timestamp": "2026-03-31T15:24:22.008Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-2.5-flash-lite",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-flash-lite",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "352fc97c-8e30-4ffa-b41e-8ce422a0db3e",
|
||||
"duration": 1085,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-flash-lite",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say exactly: HELLO"
|
||||
}
|
||||
],
|
||||
"stream": false,
|
||||
"max_tokens": 20
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"text": "HELLO"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "STOP",
|
||||
"avgLogprobs": -0.000548450683709234
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 5,
|
||||
"candidatesTokenCount": 1,
|
||||
"totalTokenCount": 6,
|
||||
"trafficType": "ON_DEMAND",
|
||||
"promptTokensDetails": [
|
||||
{
|
||||
"modality": "TEXT",
|
||||
"tokenCount": 5
|
||||
}
|
||||
],
|
||||
"candidatesTokensDetails": [
|
||||
{
|
||||
"modality": "TEXT",
|
||||
"tokenCount": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"modelVersion": "gemini-2.5-flash-lite",
|
||||
"createTime": "2026-03-31T15:24:21.199660Z",
|
||||
"responseId": "JefLaeyXDMGK998P5caw2QE"
|
||||
},
|
||||
"traceId": "ed939cdca1f71552",
|
||||
"metadata": {
|
||||
"remoteContext": {
|
||||
"ragState": "RAG_DISABLED"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "065cf4d0-a142-4123-81e1-c90a9b654b10",
|
||||
"timestamp": "2026-03-31T15:24:26.699Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-2.5-pro",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-pro",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "352fc97c-8e30-4ffa-b41e-8ce422a0db3e",
|
||||
"duration": 4594,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-pro",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say exactly: HELLO"
|
||||
}
|
||||
],
|
||||
"stream": false,
|
||||
"max_tokens": 20
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: You have exhausted your capacity on this model."
|
||||
}
|
||||
@@ -1,84 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "9347967f-4754-4e31-b353-18f4b4397096",
|
||||
"timestamp": "2026-03-31T15:25:57.431Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-2.5-flash",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-flash",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "352fc97c-8e30-4ffa-b41e-8ce422a0db3e",
|
||||
"duration": 2965,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "What is 2+2? Reply with just the number."
|
||||
}
|
||||
],
|
||||
"stream": false,
|
||||
"max_tokens": 50
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"text": "4"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "STOP",
|
||||
"avgLogprobs": -13.736383438110352
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 13,
|
||||
"candidatesTokenCount": 1,
|
||||
"totalTokenCount": 48,
|
||||
"trafficType": "ON_DEMAND",
|
||||
"promptTokensDetails": [
|
||||
{
|
||||
"modality": "TEXT",
|
||||
"tokenCount": 13
|
||||
}
|
||||
],
|
||||
"candidatesTokensDetails": [
|
||||
{
|
||||
"modality": "TEXT",
|
||||
"tokenCount": 1
|
||||
}
|
||||
],
|
||||
"thoughtsTokenCount": 34
|
||||
},
|
||||
"modelVersion": "gemini-2.5-flash",
|
||||
"createTime": "2026-03-31T15:25:56.802914Z",
|
||||
"responseId": "hOfLaeKAMemU4_UP762GkQ0"
|
||||
},
|
||||
"traceId": "7fb4332789afda2",
|
||||
"metadata": {
|
||||
"remoteContext": {
|
||||
"ragState": "RAG_DISABLED"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,71 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "4d8ae4c4-ee1c-4409-9218-fa7cbf085889",
|
||||
"timestamp": "2026-03-31T15:26:56.737Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3-flash-preview",
|
||||
"requestedModel": "gemini-cli/gemini-3-flash-preview",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "352fc97c-8e30-4ffa-b41e-8ce422a0db3e",
|
||||
"duration": 1063,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-3-flash-preview",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "What is 2+2? Reply with just the number."
|
||||
}
|
||||
],
|
||||
"stream": false,
|
||||
"max_tokens": 20
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model"
|
||||
},
|
||||
"finishReason": "MAX_TOKENS"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 13,
|
||||
"totalTokenCount": 30,
|
||||
"trafficType": "ON_DEMAND",
|
||||
"promptTokensDetails": [
|
||||
{
|
||||
"modality": "TEXT",
|
||||
"tokenCount": 13
|
||||
}
|
||||
],
|
||||
"thoughtsTokenCount": 17
|
||||
},
|
||||
"modelVersion": "gemini-3-flash-preview",
|
||||
"createTime": "2026-03-31T15:26:55.921478Z",
|
||||
"responseId": "v-fLaYafOOmU4_UP762GkQ0"
|
||||
},
|
||||
"traceId": "5d73dbb69c78c833",
|
||||
"metadata": {
|
||||
"remoteContext": {
|
||||
"ragState": "RAG_DISABLED"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "35e92ad3-bbdd-42bb-aed0-07a6eaaa0f95",
|
||||
"timestamp": "2026-03-31T15:27:01.155Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-3-pro-preview",
|
||||
"requestedModel": "gemini-cli/gemini-3-pro-preview",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "352fc97c-8e30-4ffa-b41e-8ce422a0db3e",
|
||||
"duration": 4390,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-3-pro-preview",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "What is 2+2? Reply with just the number."
|
||||
}
|
||||
],
|
||||
"stream": false,
|
||||
"max_tokens": 20
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: You have exhausted your capacity on this model."
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "d641b97e-5ca8-4f9f-869c-efba8b837f64",
|
||||
"timestamp": "2026-03-31T15:28:31.732Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 404,
|
||||
"model": "gemini-3.1-pro",
|
||||
"requestedModel": "gemini-cli/gemini-3.1-pro",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "352fc97c-8e30-4ffa-b41e-8ce422a0db3e",
|
||||
"duration": 1176,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-3.1-pro",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "What is 2+2? Reply with just the number."
|
||||
}
|
||||
],
|
||||
"stream": false,
|
||||
"max_tokens": 20
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[404]: Requested entity was not found."
|
||||
}
|
||||
@@ -1,83 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "4f2fc786-c5db-4981-ba76-03ee47a82ad9",
|
||||
"timestamp": "2026-03-31T15:31:12.111Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-2.5-flash-lite",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-flash-lite",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "352fc97c-8e30-4ffa-b41e-8ce422a0db3e",
|
||||
"duration": 1587,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-flash-lite",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "What is 2+2? Reply with just the number."
|
||||
}
|
||||
],
|
||||
"stream": false,
|
||||
"max_tokens": 20
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"text": "4"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "STOP",
|
||||
"avgLogprobs": -0.00015053461538627744
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 13,
|
||||
"candidatesTokenCount": 1,
|
||||
"totalTokenCount": 14,
|
||||
"trafficType": "ON_DEMAND",
|
||||
"promptTokensDetails": [
|
||||
{
|
||||
"modality": "TEXT",
|
||||
"tokenCount": 13
|
||||
}
|
||||
],
|
||||
"candidatesTokensDetails": [
|
||||
{
|
||||
"modality": "TEXT",
|
||||
"tokenCount": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"modelVersion": "gemini-2.5-flash-lite",
|
||||
"createTime": "2026-03-31T15:31:10.856774Z",
|
||||
"responseId": "vujLacalNOKB4_UPpOHbwAU"
|
||||
},
|
||||
"traceId": "d99799b1b8efcfcd",
|
||||
"metadata": {
|
||||
"remoteContext": {
|
||||
"ragState": "RAG_DISABLED"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "16e61b14-23fe-4557-9d58-55dc73ab89d0",
|
||||
"timestamp": "2026-03-31T15:31:16.434Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-2.5-pro",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-pro",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "352fc97c-8e30-4ffa-b41e-8ce422a0db3e",
|
||||
"duration": 4284,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-pro",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "What is 2+2? Reply with just the number."
|
||||
}
|
||||
],
|
||||
"stream": false,
|
||||
"max_tokens": 20
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: You have exhausted your capacity on this model."
|
||||
}
|
||||
@@ -1,38 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "422c1489-1383-4870-84c1-f85991dd5445",
|
||||
"timestamp": "2026-03-31T16:03:49.875Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 500,
|
||||
"model": "gemini-2.5-flash",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-flash",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "352fc97c-8e30-4ffa-b41e-8ce422a0db3e",
|
||||
"duration": 594,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say hi in one word"
|
||||
}
|
||||
],
|
||||
"max_tokens": 20
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[500]: Internal error encountered."
|
||||
}
|
||||
@@ -1,38 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1e8a4d03-8473-4be9-9cd6-e56343bd456f",
|
||||
"timestamp": "2026-03-31T16:04:22.051Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 500,
|
||||
"model": "gemini-2.5-flash",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-flash",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "352fc97c-8e30-4ffa-b41e-8ce422a0db3e",
|
||||
"duration": 340,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say hi in one word"
|
||||
}
|
||||
],
|
||||
"max_tokens": 20
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[500]: Internal error encountered."
|
||||
}
|
||||
@@ -1,38 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "eb8f7b6a-1398-46eb-a2ba-a7b0789db45b",
|
||||
"timestamp": "2026-03-31T16:05:18.706Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 500,
|
||||
"model": "gemini-2.5-flash",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-flash",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "352fc97c-8e30-4ffa-b41e-8ce422a0db3e",
|
||||
"duration": 710,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say hi in one word"
|
||||
}
|
||||
],
|
||||
"max_tokens": 20
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[500]: Internal error encountered."
|
||||
}
|
||||
@@ -1,38 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "4ee866e0-a1af-427a-b431-e42fa6b4d2b0",
|
||||
"timestamp": "2026-03-31T16:06:37.026Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 500,
|
||||
"model": "gemini-2.5-flash",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-flash",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "352fc97c-8e30-4ffa-b41e-8ce422a0db3e",
|
||||
"duration": 732,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say hi"
|
||||
}
|
||||
],
|
||||
"max_tokens": 20
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[500]: Internal error encountered."
|
||||
}
|
||||
@@ -1,38 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1c19a032-65f9-4e10-b401-3a9db1a0853d",
|
||||
"timestamp": "2026-03-31T16:07:12.521Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 500,
|
||||
"model": "gemini-2.5-flash",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-flash",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "352fc97c-8e30-4ffa-b41e-8ce422a0db3e",
|
||||
"duration": 787,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say hi"
|
||||
}
|
||||
],
|
||||
"max_tokens": 20
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[500]: Internal error encountered."
|
||||
}
|
||||
@@ -1,38 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "36530bb9-e7ac-4566-bdc4-d14e33c68b6a",
|
||||
"timestamp": "2026-03-31T16:08:12.874Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 500,
|
||||
"model": "gemini-2.5-flash",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-flash",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "352fc97c-8e30-4ffa-b41e-8ce422a0db3e",
|
||||
"duration": 141,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say hi"
|
||||
}
|
||||
],
|
||||
"max_tokens": 20
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[500]: Internal error encountered."
|
||||
}
|
||||
@@ -1,54 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "76b827f0-a66d-4b81-aae0-78904b3b5545",
|
||||
"timestamp": "2026-03-31T16:13:45.379Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-2.5-flash",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-flash",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "352fc97c-8e30-4ffa-b41e-8ce422a0db3e",
|
||||
"duration": 1098,
|
||||
"tokens": {
|
||||
"in": 2,
|
||||
"out": 17
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say hi"
|
||||
}
|
||||
],
|
||||
"max_tokens": 20
|
||||
},
|
||||
"responseBody": {
|
||||
"choices": [
|
||||
{
|
||||
"message": {
|
||||
"role": "assistant",
|
||||
"content": null
|
||||
},
|
||||
"finish_reason": "stop"
|
||||
}
|
||||
],
|
||||
"usage": {
|
||||
"prompt_tokens": 2,
|
||||
"completion_tokens": 17,
|
||||
"total_tokens": 19
|
||||
},
|
||||
"_streamed": true
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "7caa0d0f-7b12-454c-9ace-5001b5be1ef6",
|
||||
"timestamp": "2026-03-31T16:32:15.298Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 401,
|
||||
"model": "gemini-2.5-flash",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-flash",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "352fc97c-8e30-4ffa-b41e-8ce422a0db3e",
|
||||
"duration": 3401,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say hi in one word"
|
||||
}
|
||||
],
|
||||
"stream": false,
|
||||
"max_tokens": 50
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[401]: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project."
|
||||
}
|
||||
@@ -1,84 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1ac84697-13fe-4fae-bef9-b757d7e9e509",
|
||||
"timestamp": "2026-03-31T17:06:47.036Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-2.5-flash",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-flash",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "c4387b28-a379-4dd1-a7e9-4e3fe1ae741a",
|
||||
"duration": 1231,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say hi in one word"
|
||||
}
|
||||
],
|
||||
"stream": false,
|
||||
"max_tokens": 50
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"text": "Hi"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "STOP",
|
||||
"avgLogprobs": -3.8512463569641113
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 5,
|
||||
"candidatesTokenCount": 1,
|
||||
"totalTokenCount": 28,
|
||||
"trafficType": "ON_DEMAND",
|
||||
"promptTokensDetails": [
|
||||
{
|
||||
"modality": "TEXT",
|
||||
"tokenCount": 5
|
||||
}
|
||||
],
|
||||
"candidatesTokensDetails": [
|
||||
{
|
||||
"modality": "TEXT",
|
||||
"tokenCount": 1
|
||||
}
|
||||
],
|
||||
"thoughtsTokenCount": 22
|
||||
},
|
||||
"modelVersion": "gemini-2.5-flash",
|
||||
"createTime": "2026-03-31T17:06:46.376897Z",
|
||||
"responseId": "Jv_LacGAF46R4_UPnr78uA8"
|
||||
},
|
||||
"traceId": "cf03de4ab0e6444b",
|
||||
"metadata": {
|
||||
"remoteContext": {
|
||||
"ragState": "RAG_DISABLED"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "c634ab5b-d8b7-4c8d-8d2c-51534cb3002f",
|
||||
"timestamp": "2026-03-31T17:07:04.833Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-2.5-pro",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-pro",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "c4387b28-a379-4dd1-a7e9-4e3fe1ae741a",
|
||||
"duration": 4793,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-pro",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say hello in one word"
|
||||
}
|
||||
],
|
||||
"stream": false,
|
||||
"max_tokens": 50
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: You have exhausted your capacity on this model."
|
||||
}
|
||||
@@ -1,83 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1ddcd83e-4c6c-4ca0-9788-0f47e89794cc",
|
||||
"timestamp": "2026-03-31T17:07:24.193Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-2.5-flash-lite",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-flash-lite",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "c4387b28-a379-4dd1-a7e9-4e3fe1ae741a",
|
||||
"duration": 1207,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-flash-lite",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say hey in one word"
|
||||
}
|
||||
],
|
||||
"stream": false,
|
||||
"max_tokens": 50
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"text": "Yo"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "STOP",
|
||||
"avgLogprobs": -0.09166616201400757
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 5,
|
||||
"candidatesTokenCount": 1,
|
||||
"totalTokenCount": 6,
|
||||
"trafficType": "ON_DEMAND",
|
||||
"promptTokensDetails": [
|
||||
{
|
||||
"modality": "TEXT",
|
||||
"tokenCount": 5
|
||||
}
|
||||
],
|
||||
"candidatesTokensDetails": [
|
||||
{
|
||||
"modality": "TEXT",
|
||||
"tokenCount": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"modelVersion": "gemini-2.5-flash-lite",
|
||||
"createTime": "2026-03-31T17:07:23.785569Z",
|
||||
"responseId": "S__LaaH5L-KB4_UPpOHbwAU"
|
||||
},
|
||||
"traceId": "4dd36bc50c333824",
|
||||
"metadata": {
|
||||
"remoteContext": {
|
||||
"ragState": "RAG_DISABLED"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "e57a7d04-1631-4b38-82f9-0a49b154931b",
|
||||
"timestamp": "2026-03-31T17:07:25.332Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3-flash-preview",
|
||||
"requestedModel": "gemini-cli/gemini-3-flash-preview",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "c4387b28-a379-4dd1-a7e9-4e3fe1ae741a",
|
||||
"duration": 1112,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-3-flash-preview",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say yo in one word"
|
||||
}
|
||||
],
|
||||
"stream": false,
|
||||
"max_tokens": 50
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"thoughtSignature": "CocBAY89a19/0r7uWaUcn7LC9t0yck9jGu8QaQ1R1hx9GjPQBQgUuxtjUm15RsE7foMByvWRtxpJhJy8gsDvTssf7c+KxqSzzwjlpvG8ZSxwP+VMiVt1ZSjYiJFAqqlJybm7mmLB3Y1kmPyoW9BXN51Juwd+rlC62i+5QccNZtViO5ue+ErYSAzE",
|
||||
"text": "Yo"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "STOP",
|
||||
"avgLogprobs": -11.29490654694662
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 5,
|
||||
"candidatesTokenCount": 1,
|
||||
"totalTokenCount": 44,
|
||||
"trafficType": "ON_DEMAND",
|
||||
"promptTokensDetails": [
|
||||
{
|
||||
"modality": "TEXT",
|
||||
"tokenCount": 5
|
||||
}
|
||||
],
|
||||
"candidatesTokensDetails": [
|
||||
{
|
||||
"modality": "TEXT",
|
||||
"tokenCount": 1
|
||||
}
|
||||
],
|
||||
"thoughtsTokenCount": 38
|
||||
},
|
||||
"modelVersion": "gemini-3-flash-preview",
|
||||
"createTime": "2026-03-31T17:07:24.469760Z",
|
||||
"responseId": "TP_LaYDWHMGK998P5caw2QE"
|
||||
},
|
||||
"traceId": "b8f6e7098a1c4883",
|
||||
"metadata": {
|
||||
"remoteContext": {
|
||||
"ragState": "RAG_DISABLED"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,55 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "65449019-f529-497f-9fbb-b84e3fbfddea",
|
||||
"timestamp": "2026-03-31T17:07:37.440Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-2.5-flash",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-flash",
|
||||
"provider": "gemini-cli",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "c4387b28-a379-4dd1-a7e9-4e3fe1ae741a",
|
||||
"duration": 955,
|
||||
"tokens": {
|
||||
"in": 7,
|
||||
"out": 33
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Count from 1 to 5"
|
||||
}
|
||||
],
|
||||
"stream": true,
|
||||
"max_tokens": 100
|
||||
},
|
||||
"responseBody": {
|
||||
"choices": [
|
||||
{
|
||||
"message": {
|
||||
"role": "assistant",
|
||||
"content": "1, 2, 3, 4, 5"
|
||||
},
|
||||
"finish_reason": "stop"
|
||||
}
|
||||
],
|
||||
"usage": {
|
||||
"prompt_tokens": 7,
|
||||
"completion_tokens": 33,
|
||||
"total_tokens": 40
|
||||
},
|
||||
"_streamed": true
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,83 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "2e199a00-19e4-431f-9455-f2b9e36ee300",
|
||||
"timestamp": "2026-03-31T17:14:12.532Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-2.5-flash-lite",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-flash-lite",
|
||||
"provider": "gemini-cli",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "5e31c2b2-d62b-4986-9a4c-8851ed1a093b",
|
||||
"duration": 1490,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-flash-lite",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say hi in one word"
|
||||
}
|
||||
],
|
||||
"stream": false,
|
||||
"max_tokens": 50
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"text": "Hello"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "STOP",
|
||||
"avgLogprobs": -0.20435354113578796
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 5,
|
||||
"candidatesTokenCount": 1,
|
||||
"totalTokenCount": 6,
|
||||
"trafficType": "ON_DEMAND",
|
||||
"promptTokensDetails": [
|
||||
{
|
||||
"modality": "TEXT",
|
||||
"tokenCount": 5
|
||||
}
|
||||
],
|
||||
"candidatesTokensDetails": [
|
||||
{
|
||||
"modality": "TEXT",
|
||||
"tokenCount": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"modelVersion": "gemini-2.5-flash-lite",
|
||||
"createTime": "2026-03-31T17:14:11.820553Z",
|
||||
"responseId": "4wDMacmKMoqV4_UPs52fkAE"
|
||||
},
|
||||
"traceId": "6c28846e700c8ef9",
|
||||
"metadata": {
|
||||
"remoteContext": {
|
||||
"ragState": "RAG_DISABLED"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "37a17f78-e512-4c23-b290-1eb1bd9698c7",
|
||||
"timestamp": "2026-03-31T17:14:13.923Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3-flash-preview",
|
||||
"requestedModel": "gemini-cli/gemini-3-flash-preview",
|
||||
"provider": "gemini-cli",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "5e31c2b2-d62b-4986-9a4c-8851ed1a093b",
|
||||
"duration": 1221,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-3-flash-preview",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say hi in one word"
|
||||
}
|
||||
],
|
||||
"stream": false,
|
||||
"max_tokens": 50
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"thoughtSignature": "CqUBAY89a1/5q2RCQfmPA9gjw505BYfCmlcNBGNEHtDTHV7nSgfZO2eWQuI/99yCejezGSVTj1MnQ+m0iPmyRfy1ZCLngX0UfOUOsHx/mLXTuBPH1aigCAYSe4+gipsE5ccxSQReWSNNoYCQc7UmHuRRcd50y0F3EsqiK0pfuW9D4eWk1FQsC+HGfLTBIeRlb3Fx3YckhYNaa1m1mZtyukhSAGB/fC4h",
|
||||
"text": "Hi"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "STOP",
|
||||
"avgLogprobs": -12.394658391654673
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 5,
|
||||
"candidatesTokenCount": 1,
|
||||
"totalTokenCount": 50,
|
||||
"trafficType": "ON_DEMAND",
|
||||
"promptTokensDetails": [
|
||||
{
|
||||
"modality": "TEXT",
|
||||
"tokenCount": 5
|
||||
}
|
||||
],
|
||||
"candidatesTokensDetails": [
|
||||
{
|
||||
"modality": "TEXT",
|
||||
"tokenCount": 1
|
||||
}
|
||||
],
|
||||
"thoughtsTokenCount": 44
|
||||
},
|
||||
"modelVersion": "gemini-3-flash-preview",
|
||||
"createTime": "2026-03-31T17:14:12.784598Z",
|
||||
"responseId": "5ADMadbxL46R4_UPnr78uA8"
|
||||
},
|
||||
"traceId": "6d7abba4e88c4477",
|
||||
"metadata": {
|
||||
"remoteContext": {
|
||||
"ragState": "RAG_DISABLED"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "68931e07-f17d-4e7f-8b7c-0181ed5678fb",
|
||||
"timestamp": "2026-03-31T17:14:18.915Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-3-pro-preview",
|
||||
"requestedModel": "gemini-cli/gemini-3-pro-preview",
|
||||
"provider": "gemini-cli",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "5e31c2b2-d62b-4986-9a4c-8851ed1a093b",
|
||||
"duration": 4833,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-3-pro-preview",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say hi in one word"
|
||||
}
|
||||
],
|
||||
"stream": false,
|
||||
"max_tokens": 50
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: You have exhausted your capacity on this model."
|
||||
}
|
||||
@@ -1,55 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1122fe41-cb3d-42aa-96da-1b1f50d207c0",
|
||||
"timestamp": "2026-03-31T17:14:49.196Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-2.5-flash",
|
||||
"requestedModel": "gemini-cli/gemini-2.5-flash",
|
||||
"provider": "gemini-cli",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "5e31c2b2-d62b-4986-9a4c-8851ed1a093b",
|
||||
"duration": 1690,
|
||||
"tokens": {
|
||||
"in": 6,
|
||||
"out": 29
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "gemini-cli",
|
||||
"apiKeyId": "c8635ff9-2ee0-4045-ba77-75325347623f",
|
||||
"apiKeyName": "Test",
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "gemini-cli/gemini-2.5-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Count 1 to 3"
|
||||
}
|
||||
],
|
||||
"stream": true,
|
||||
"max_tokens": 50
|
||||
},
|
||||
"responseBody": {
|
||||
"choices": [
|
||||
{
|
||||
"message": {
|
||||
"role": "assistant",
|
||||
"content": "1, 2, 3"
|
||||
},
|
||||
"finish_reason": "stop"
|
||||
}
|
||||
],
|
||||
"usage": {
|
||||
"prompt_tokens": 6,
|
||||
"completion_tokens": 29,
|
||||
"total_tokens": 35
|
||||
},
|
||||
"_streamed": true
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774987737170-1",
|
||||
"timestamp": "2026-03-31T20:08:57.170Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "nanobanana/nanobanana-pro",
|
||||
"requestedModel": null,
|
||||
"provider": "nanobanana",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 18,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1,
|
||||
"mode": "async",
|
||||
"taskId": "task-handler-1"
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774987737173-2",
|
||||
"timestamp": "2026-03-31T20:08:57.173Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "nanobanana/nanobanana-flash",
|
||||
"requestedModel": null,
|
||||
"provider": "nanobanana",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 1,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1,
|
||||
"mode": "async",
|
||||
"taskId": "task-handler-2"
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774987739404-1",
|
||||
"timestamp": "2026-03-31T20:08:59.404Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "t42-imagen3/test-model",
|
||||
"requestedModel": null,
|
||||
"provider": "t42-imagen3",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 19,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774987739405-2",
|
||||
"timestamp": "2026-03-31T20:08:59.405Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "t42-imagen3/test-model",
|
||||
"requestedModel": null,
|
||||
"provider": "t42-imagen3",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 0,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774987739406-3",
|
||||
"timestamp": "2026-03-31T20:08:59.406Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "t42-imagen3/test-model",
|
||||
"requestedModel": null,
|
||||
"provider": "t42-imagen3",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 1,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774989908514-1",
|
||||
"timestamp": "2026-03-31T20:45:08.514Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "nanobanana/nanobanana-pro",
|
||||
"requestedModel": null,
|
||||
"provider": "nanobanana",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 18,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1,
|
||||
"mode": "async",
|
||||
"taskId": "task-handler-1"
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774989908516-2",
|
||||
"timestamp": "2026-03-31T20:45:08.516Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "nanobanana/nanobanana-flash",
|
||||
"requestedModel": null,
|
||||
"provider": "nanobanana",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 1,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1,
|
||||
"mode": "async",
|
||||
"taskId": "task-handler-2"
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774989911252-1",
|
||||
"timestamp": "2026-03-31T20:45:11.252Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "t42-imagen3/test-model",
|
||||
"requestedModel": null,
|
||||
"provider": "t42-imagen3",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 18,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774989911253-2",
|
||||
"timestamp": "2026-03-31T20:45:11.253Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "t42-imagen3/test-model",
|
||||
"requestedModel": null,
|
||||
"provider": "t42-imagen3",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 0,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774989911254-3",
|
||||
"timestamp": "2026-03-31T20:45:11.254Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "t42-imagen3/test-model",
|
||||
"requestedModel": null,
|
||||
"provider": "t42-imagen3",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 0,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,64 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "f259d150-4997-4341-b9f4-db3ca36ce5ad",
|
||||
"timestamp": "2026-03-31T20:57:00.470Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "claude-opus-4-6-thinking",
|
||||
"requestedModel": "antigravity/claude-opus-4-6-thinking",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "049c789b-0527-4596-a5ad-efadcff30b04",
|
||||
"duration": 1678,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/claude-opus-4-6-thinking",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"text": "OK"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "STOP"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 106,
|
||||
"candidatesTokenCount": 4,
|
||||
"totalTokenCount": 110
|
||||
},
|
||||
"modelVersion": "claude-opus-4-6-thinking",
|
||||
"responseId": "msg_vrtx_01WZKA7DahGwLEKDYQuCCujk"
|
||||
},
|
||||
"traceId": "e7a9831d25fce490",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,64 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "946333d4-97db-409b-89ac-4aa8a899d54e",
|
||||
"timestamp": "2026-03-31T20:57:01.955Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "claude-sonnet-4-6",
|
||||
"requestedModel": "antigravity/claude-sonnet-4-6",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "049c789b-0527-4596-a5ad-efadcff30b04",
|
||||
"duration": 1447,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/claude-sonnet-4-6",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"text": "OK"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "STOP"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 106,
|
||||
"candidatesTokenCount": 4,
|
||||
"totalTokenCount": 110
|
||||
},
|
||||
"modelVersion": "claude-sonnet-4-6",
|
||||
"responseId": "msg_vrtx_01Nxe2Vvy3nCKNmZw4X5w4uC"
|
||||
},
|
||||
"traceId": "843b08a0741dee88",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "b27440b8-3a2a-43ec-b976-349a5425ba8f",
|
||||
"timestamp": "2026-03-31T20:57:48.749Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-2.5-pro",
|
||||
"requestedModel": "antigravity/gemini-2.5-pro",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "049c789b-0527-4596-a5ad-efadcff30b04",
|
||||
"duration": 1612,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-pro",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: You have exhausted your capacity on this model. Your quota will reset after 4h59m58s."
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "06c7d819-f10b-4600-b9c0-4c84dead12a7",
|
||||
"timestamp": "2026-03-31T20:57:49.871Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-2.5-flash",
|
||||
"requestedModel": "antigravity/gemini-2.5-flash",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "049c789b-0527-4596-a5ad-efadcff30b04",
|
||||
"duration": 47881,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: Resource has been exhausted (e.g. check quota)."
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1904b545-73cc-4e6e-8f5c-6e45a98a0d60",
|
||||
"timestamp": "2026-03-31T20:58:03.717Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-2.5-flash-lite",
|
||||
"requestedModel": "antigravity/gemini-2.5-flash-lite",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "049c789b-0527-4596-a5ad-efadcff30b04",
|
||||
"duration": 46300,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-flash-lite",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: Resource has been exhausted (e.g. check quota)."
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "7f4886dd-f5cd-41ef-94e4-a16d6f0f32b8",
|
||||
"timestamp": "2026-03-31T20:58:18.825Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-2.5-flash-thinking",
|
||||
"requestedModel": "antigravity/gemini-2.5-flash-thinking",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "049c789b-0527-4596-a5ad-efadcff30b04",
|
||||
"duration": 45431,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-flash-thinking",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: Resource has been exhausted (e.g. check quota)."
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "95402c5a-c506-4536-8b44-7297a1b2973f",
|
||||
"timestamp": "2026-03-31T20:58:50.552Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-2.5-flash-thinking",
|
||||
"requestedModel": "antigravity/gemini-2.5-flash-thinking",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "049c789b-0527-4596-a5ad-efadcff30b04",
|
||||
"duration": 46258,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-flash-thinking",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: Resource has been exhausted (e.g. check quota)."
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "73a4d347-62a1-4c21-a5cc-44fa84fb245c",
|
||||
"timestamp": "2026-03-31T21:00:36.692Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-2.5-flash",
|
||||
"requestedModel": "antigravity/gemini-2.5-flash",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "049c789b-0527-4596-a5ad-efadcff30b04",
|
||||
"duration": 49441,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: Resource has been exhausted (e.g. check quota)."
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "d7c91e1f-e186-4c2f-bb42-4a1859b3f7e9",
|
||||
"timestamp": "2026-03-31T21:00:50.934Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-2.5-flash-lite",
|
||||
"requestedModel": "antigravity/gemini-2.5-flash-lite",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "049c789b-0527-4596-a5ad-efadcff30b04",
|
||||
"duration": 49691,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-flash-lite",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: Resource has been exhausted (e.g. check quota)."
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "6dbab7a0-2a42-4134-b011-bc8efb96253a",
|
||||
"timestamp": "2026-03-31T21:00:56.188Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-2.5-flash-thinking",
|
||||
"requestedModel": "antigravity/gemini-2.5-flash-thinking",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "049c789b-0527-4596-a5ad-efadcff30b04",
|
||||
"duration": 44757,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-flash-thinking",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: Resource has been exhausted (e.g. check quota)."
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "2295d281-6700-43cc-b6e8-5916f3ea707f",
|
||||
"timestamp": "2026-03-31T21:20:20.378Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 502,
|
||||
"model": "gemini-2.5-flash-thinking",
|
||||
"requestedModel": "antigravity/gemini-2.5-flash-thinking",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "049c789b-0527-4596-a5ad-efadcff30b04",
|
||||
"duration": 5986,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-flash-thinking",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[502]: <!DOCTYPE html>\n<html lang=en>\n <meta charset=utf-8>\n <meta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\">\n <title>Error 502 (Server Error)!!1</title>\n <style>\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n </style>\n <a href=//www.google.com/><span id=logo aria-label=Google></span></a>\n <p><b>502.</b> <ins>That’s an error.</ins>\n <p>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds. <ins>That’s all we know.</ins>\n"
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "2d007aad-266d-4885-89d7-660b2c3dadf6",
|
||||
"timestamp": "2026-03-31T21:20:31.937Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-2.5-flash",
|
||||
"requestedModel": "antigravity/gemini-2.5-flash",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "049c789b-0527-4596-a5ad-efadcff30b04",
|
||||
"duration": 56254,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: Resource has been exhausted (e.g. check quota)."
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "00323ffe-5aa8-4c31-986e-2776ca45f411",
|
||||
"timestamp": "2026-03-31T21:20:55.359Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-2.5-flash-lite",
|
||||
"requestedModel": "antigravity/gemini-2.5-flash-lite",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "049c789b-0527-4596-a5ad-efadcff30b04",
|
||||
"duration": 60976,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-flash-lite",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: Resource has been exhausted (e.g. check quota)."
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774993578776-1",
|
||||
"timestamp": "2026-03-31T21:46:18.776Z",
|
||||
"method": "POST",
|
||||
"path": "/api/providers/test",
|
||||
"status": 200,
|
||||
"model": "connection-test",
|
||||
"requestedModel": null,
|
||||
"provider": "antigravity",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "f2b5c286-9b13-42fd-b9eb-9bcc05547b9c",
|
||||
"duration": 142,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "test",
|
||||
"targetFormat": "test",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": null,
|
||||
"error": null
|
||||
}
|
||||
@@ -1,57 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "d88dcf58-0da9-4252-8f0d-37d2bf46945a",
|
||||
"timestamp": "2026-03-31T22:02:51.588Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3-pro-high",
|
||||
"requestedModel": "antigravity/gemini-3-pro-high",
|
||||
"provider": "antigravity",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "f2b5c286-9b13-42fd-b9eb-9bcc05547b9c",
|
||||
"duration": 2244,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-3-pro-high",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {},
|
||||
"finishReason": "MAX_TOKENS"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 84,
|
||||
"totalTokenCount": 91,
|
||||
"thoughtsTokenCount": 7
|
||||
},
|
||||
"modelVersion": "gemini-3.1-pro-high",
|
||||
"responseId": "i0TMafL2HsOgjrEPzoGA4Qg"
|
||||
},
|
||||
"traceId": "55d5449e6ce8d92e",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,57 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "fa130b54-a593-4bb4-9174-13bcdf212e05",
|
||||
"timestamp": "2026-03-31T22:03:07.366Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3-pro-low",
|
||||
"requestedModel": "antigravity/gemini-3-pro-low",
|
||||
"provider": "antigravity",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "f2b5c286-9b13-42fd-b9eb-9bcc05547b9c",
|
||||
"duration": 15752,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-3-pro-low",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {},
|
||||
"finishReason": "MAX_TOKENS"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 84,
|
||||
"totalTokenCount": 91,
|
||||
"thoughtsTokenCount": 7
|
||||
},
|
||||
"modelVersion": "gemini-3.1-pro-low",
|
||||
"responseId": "m0TMaYeNEpvQjrEPyMCO4Q4"
|
||||
},
|
||||
"traceId": "2b6e0573fde86bc1",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,57 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "28475f09-56e8-472d-8f0b-2a9b173981e8",
|
||||
"timestamp": "2026-03-31T22:03:09.888Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3.1-pro-high",
|
||||
"requestedModel": "antigravity/gemini-3.1-pro-high",
|
||||
"provider": "antigravity",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "f2b5c286-9b13-42fd-b9eb-9bcc05547b9c",
|
||||
"duration": 2498,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-3.1-pro-high",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {},
|
||||
"finishReason": "MAX_TOKENS"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 84,
|
||||
"totalTokenCount": 91,
|
||||
"thoughtsTokenCount": 7
|
||||
},
|
||||
"modelVersion": "gemini-3.1-pro-high",
|
||||
"responseId": "nUTMaYO2McOgjrEPzoGA4Qg"
|
||||
},
|
||||
"traceId": "18d1732877b1e133",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,57 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "2a575182-8eb2-409c-914a-95fe06bad7a0",
|
||||
"timestamp": "2026-03-31T22:03:14.574Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3.1-pro-low",
|
||||
"requestedModel": "antigravity/gemini-3.1-pro-low",
|
||||
"provider": "antigravity",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "f2b5c286-9b13-42fd-b9eb-9bcc05547b9c",
|
||||
"duration": 4661,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-3.1-pro-low",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {},
|
||||
"finishReason": "MAX_TOKENS"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 84,
|
||||
"totalTokenCount": 91,
|
||||
"thoughtsTokenCount": 7
|
||||
},
|
||||
"modelVersion": "gemini-3.1-pro-low",
|
||||
"responseId": "okTMafz9HtXQjrEPsNH2yQM"
|
||||
},
|
||||
"traceId": "440953dd23036d68",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,57 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "71b8a460-7dee-4532-b529-70f2ffbff8c5",
|
||||
"timestamp": "2026-03-31T22:03:15.446Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3-flash",
|
||||
"requestedModel": "antigravity/gemini-3-flash",
|
||||
"provider": "antigravity",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "f2b5c286-9b13-42fd-b9eb-9bcc05547b9c",
|
||||
"duration": 849,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-3-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {},
|
||||
"finishReason": "MAX_TOKENS"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 84,
|
||||
"totalTokenCount": 90,
|
||||
"thoughtsTokenCount": 6
|
||||
},
|
||||
"modelVersion": "gemini-3-flash",
|
||||
"responseId": "o0TMaZ2SF_Gq-8YPvKziwQs"
|
||||
},
|
||||
"traceId": "5ee2091f698de9d0",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,57 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "d227453b-d6f2-4b3e-8a73-973252e3fc23",
|
||||
"timestamp": "2026-03-31T22:03:16.136Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3-flash-agent",
|
||||
"requestedModel": "antigravity/gemini-3-flash-agent",
|
||||
"provider": "antigravity",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "f2b5c286-9b13-42fd-b9eb-9bcc05547b9c",
|
||||
"duration": 665,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-3-flash-agent",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {},
|
||||
"finishReason": "MAX_TOKENS"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 84,
|
||||
"totalTokenCount": 91,
|
||||
"thoughtsTokenCount": 7
|
||||
},
|
||||
"modelVersion": "gemini-3-flash-c",
|
||||
"responseId": "pETMaZ7iA8qijrEPjZ20gQI"
|
||||
},
|
||||
"traceId": "bbc6162c6767d04f",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "fb82de8d-7007-42e8-a935-cc15453efc6e",
|
||||
"timestamp": "2026-03-31T22:03:16.755Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 503,
|
||||
"model": "gemini-2.5-pro",
|
||||
"requestedModel": "antigravity/gemini-2.5-pro",
|
||||
"provider": "antigravity",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "f2b5c286-9b13-42fd-b9eb-9bcc05547b9c",
|
||||
"duration": 594,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-pro",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[503]: No capacity available for model gemini-2.5-pro on the server"
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "606e45c6-d94c-4793-a8d5-61cd0bd5e97c",
|
||||
"timestamp": "2026-03-31T22:03:17.605Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 503,
|
||||
"model": "gemini-2.5-pro",
|
||||
"requestedModel": "antigravity/gemini-2.5-pro",
|
||||
"provider": "antigravity",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "08bf91d9-0317-4717-af97-7fd607976619",
|
||||
"duration": 840,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-pro",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say OK"
|
||||
}
|
||||
],
|
||||
"max_tokens": 10,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[503]: No capacity available for model gemini-2.5-pro on the server"
|
||||
}
|
||||
@@ -1,66 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1f6219dc-6684-4c51-8e9f-b273ae9bdb14",
|
||||
"timestamp": "2026-03-31T22:06:39.365Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3-pro-high",
|
||||
"requestedModel": "antigravity/gemini-3-pro-high",
|
||||
"provider": "antigravity",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "f2b5c286-9b13-42fd-b9eb-9bcc05547b9c",
|
||||
"duration": 3352,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-3-pro-high",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say the word OK and nothing else"
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"thoughtSignature": "EqwDCqkDAb4+9vvYSf3FP6u6qK5pRfzRy4YNUbfZKZvz+2dIoyTsUVbGJRFAQzv9zfF/rbkmyAWN3wzYdhtVdna3/41C1svu1wWfXfHO4E80P6Mr1OFaJU2Q57dg+UQ/CXH2dxq+kgdW3MgZtDnd4eDyP+LSGUDpPGoErtb6gHudgrCtzvqpcPCQVa1450llKlXFIii3AmjymRUxED29qw98owcUZExUypjZqiCcYcox3aftrF0a2vIRCCxYQ3DkeTmf0BF/H0vquTK9eCdIuylRzIKZxYtLBKRecEslGzrrzacCkZ624vYSPBgXNs6f7RHNeGLvqKQcIV21S2sTnOHFQK1SZwl2PqeZ8mLJIEy7jQ3LAsKxTfwUD/3gTwUPmmX1mTQpckSOkWn0iFaeQB73ZGbSM6om0AXzvJg66YYnkTvDNPyQ28+1055Au789Xuf12Pp+2oDUzVa/nOi1K5hQqt67qQ2T0lAo8i0Xfv9tlY71wHg69UUXf2mZ76QY6ckviRxit0r8u3LPiW661dAp3aqlEShoHIidh++nJlZw9D8yUSFgku97rUZMgU8=",
|
||||
"text": "OK"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "STOP"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 89,
|
||||
"candidatesTokenCount": 1,
|
||||
"totalTokenCount": 183,
|
||||
"thoughtsTokenCount": 93
|
||||
},
|
||||
"modelVersion": "gemini-3.1-pro-high",
|
||||
"responseId": "b0XMaeilEsyJjrEPvNKWYQ"
|
||||
},
|
||||
"traceId": "3a9e3368510ac91a",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,66 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "bbef5a02-88aa-4071-b97d-f85f6e9e2ab4",
|
||||
"timestamp": "2026-03-31T22:06:46.920Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3-pro-low",
|
||||
"requestedModel": "antigravity/gemini-3-pro-low",
|
||||
"provider": "antigravity",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "f2b5c286-9b13-42fd-b9eb-9bcc05547b9c",
|
||||
"duration": 7548,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-3-pro-low",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say the word OK and nothing else"
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"thoughtSignature": "EqEDCp4DAb4+9vuGLPtX/dnQ0zYzGjn5IG3UCdkhtMttN1X1+22XXmr1k0LoVtgr+8Z1kCfTalKilhf7e4XIKAsoZg7cERem03yf3kqxI8E0QUVzPZQRW6PJ/IwFG5C0sz5tp8mLJGmrdosyfsSknQJHAANsntOefA8kZ3WOVxljtv4pp+hMvsxeED8t/9127vDaqg8LIQuIzJzSsVIgN8PJBMX9fQVg0LyW0sEEHLC7b9p3tL8bC1j6WASJNK/gHnbc2ldaVrONQdoc8UUbZTnTtoUABz/WMC7TKfF/TFqgqWUp+9s72kBgr2DlFqKpFxaB2g7wEkeLwATQM2k9ge9/1Va8oaS1xCHdoX4yGK/M5XkOYzW+xb5oWb2Z3LJFtVt2nlEcqWmikb9ZVqyAzIP1DFx0OZ4qzGm4YvSLkSVfyXq2lppTYmwJAuymgZEcSkx/ZxB499bI3hgG8ReY7CTY0HdKM5epUinqtZpn+SQrMtw1bh+DDasWre7DwLcvkXlGOTn6m0PC+CrlFdk1syubLVjntZe/B2bst9nEXtlHGB8A",
|
||||
"text": "OK"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "MAX_TOKENS"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 89,
|
||||
"candidatesTokenCount": 1,
|
||||
"totalTokenCount": 185,
|
||||
"thoughtsTokenCount": 95
|
||||
},
|
||||
"modelVersion": "gemini-3.1-pro-low",
|
||||
"responseId": "dkXMaZ2VNNGTjrEPg8y88QI"
|
||||
},
|
||||
"traceId": "9a9c6f67e0d85e6c",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,66 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "4a852626-869f-41c6-a1f9-82cf627bf81e",
|
||||
"timestamp": "2026-03-31T22:06:52.476Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3.1-pro-high",
|
||||
"requestedModel": "antigravity/gemini-3.1-pro-high",
|
||||
"provider": "antigravity",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "f2b5c286-9b13-42fd-b9eb-9bcc05547b9c",
|
||||
"duration": 5549,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-3.1-pro-high",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say the word OK and nothing else"
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"thoughtSignature": "ErgDCrUDAb4+9vugqE8P0g7gVyyPa67SnAUFySq9ZVXX1l17eKRpRwKyO4/XsqXUk6i0mxdwGqZmpxuWbHNnhr6wROnuMjgGrwCv6JzFs+F59Rb1VwvFK2syWrx2oSyLeC+P3Va5jbVYcEqNFOmkumT3G6CLS8uCND+fTh4T3OO9tfZQqsMZqzpNPvwYGjEnadX0dIYWsXoeZWADWuVlSRtCzjdKl2gxw+9ydDZn7pv+AgYL7WjY2iLSZqYPDKrZsRIKgjBIgplZHdzA4vb92YTUP463PQDutjG4SU20ndQO1j+vWAWiGPZA3QrMY8QufNW/dZSPVCPOCkHtcI9TIgP10fyZMSGUdLDrj5U4mQOZMNmoq0YEXR6t0PswbSU5vQ0RWa1CmrpZTtL5FHlyq9U5wFLTK9zQycrdxHCn1/FasuCRWeBqRK0yqbjTbAWqRtp+BJ7jgCfFD0AX7vVZ8nsaMhmEFN+hE468JLrGyRJVs4KVMeMQddSMkXPj+jLvAyPOUIEEYEA/zZMeCdaPbfidi16SSquurGZvkpOqdUNEpQzq4Nne42Xj5Nhwknu1ovkFz6UiQn2Z8Tw=",
|
||||
"text": "OK"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "STOP"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 89,
|
||||
"candidatesTokenCount": 1,
|
||||
"totalTokenCount": 183,
|
||||
"thoughtsTokenCount": 93
|
||||
},
|
||||
"modelVersion": "gemini-3.1-pro-high",
|
||||
"responseId": "fEXMaa_TFpK8jrEP59PEsAQ"
|
||||
},
|
||||
"traceId": "15fb50e670b33692",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,66 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "64373d0e-1c74-4dfa-a918-0acd2657541a",
|
||||
"timestamp": "2026-03-31T22:06:58.215Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3.1-pro-low",
|
||||
"requestedModel": "antigravity/gemini-3.1-pro-low",
|
||||
"provider": "antigravity",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "f2b5c286-9b13-42fd-b9eb-9bcc05547b9c",
|
||||
"duration": 5732,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-3.1-pro-low",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say the word OK and nothing else"
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"thoughtSignature": "EqoDCqcDAb4+9vssnqpQrEWRxeB36Zabu+M0s6yHuy5k80OgYpDKehAATsu/A4k9qqtFl5LFe7iA6cxMx6ODDUwd/3GeBCAO/SL0+nrlVTx6CChN1KXBGHhaORKyJ5QWcuSDU9g6teZbNXXSnccn68s6pgyGAiubaofx0kz9PVgCjlVlYaXJERXqKIpmX8BhCK78L9wjYdptBE6zfuHpaFAKFhfO+OaIadGpg3xFWSm1ltkeXbCePtx6SBNSa89kil2bhOBJ+rLQB0h76tV7+iN42TdGUJqziL3pMLKys9gA4HOkBRfEb3/EmbIyroUpEyr3B9hkWOLqp/GvfYw97BWwZ7npdukwogFwoZ1A2X/Y6NW5Lki6Y0PsLVWEpu6YCuPsaQTdm1ZP+vr99OsV6ayvpEIxtASOthRsYvKY/wPkSdNsQ+80CfRbdwxilt7U5raZPNv/PhXL7mrmV6CI+QiX3tpn+ViP8mCDqlJWRQHGDxBKI4h2JftDvzJi0n8pcn0PUPzYg8ohrrO9Jdgfmpg2gSscalEjh0YyNBlXotIYpkfDv6fRuvuys185",
|
||||
"text": "OK"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "STOP"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 89,
|
||||
"candidatesTokenCount": 1,
|
||||
"totalTokenCount": 183,
|
||||
"thoughtsTokenCount": 93
|
||||
},
|
||||
"modelVersion": "gemini-3.1-pro-low",
|
||||
"responseId": "gkXMaaumBqKxsOIPmqGFgAI"
|
||||
},
|
||||
"traceId": "7ff03df315c6d53b",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,65 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "365eff7e-e68a-4c3d-9c3d-1d299b4851ff",
|
||||
"timestamp": "2026-03-31T22:06:59.443Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3-flash",
|
||||
"requestedModel": "antigravity/gemini-3-flash",
|
||||
"provider": "antigravity",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "f2b5c286-9b13-42fd-b9eb-9bcc05547b9c",
|
||||
"duration": 1221,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-3-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say the word OK and nothing else"
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"thoughtSignature": "Eq4DCqsDAb4+9vu3K/8oTRgCaix57Ti1iGeqVFZLdvG1DkQJBPG7Hnnf7fpKR+vnFnKaYVIyTNL8ge74eOvl8n/BrkPc8EYh8dGbe5UKZaimk9TdTlaoDM1mbRrYKyrHftFCmETWYQ1YPOgPPzI741N91xgyjcGtAb6YAbkfZQeabhPp54oMB5oAsiP1IYxR4RsnHxnwYLgWcNeu3mizNmpW3xGorVZjBc1Qhs7YtMJoUqF/Wr92Nth+PMmjo7b2NGpflkwLzYOiorM7btijEqm5BKSlyHa6LEAcgWnuvW6gHb/Z1e6FAx5NYjPI0dOMD6YpCnsmRm1QAc0vtiv0cI7jpLLUfjex40+1ziMKf6d0VBbzAmXQmFUJS2ESsw25Wn+fw7IfYpFVZxgxOPu9w3MyM5a7YmoAdJbQVFnbOLQlLGVoljcb75mz00e22XJH2IM+1fzqo+zUCj+NTp7MOVltFCUnfwMbG1dZfI0vGvZUpineFXs4o2KXyOmHGvVZk/ZsSpaqNL9/0gGmRyA95wXNC9dNeUme+CdWzN6bHQQaQ8d0Jqb6WbzI/kRxshJWIQ==",
|
||||
"text": "OK"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "STOP"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 89,
|
||||
"totalTokenCount": 183,
|
||||
"thoughtsTokenCount": 94
|
||||
},
|
||||
"modelVersion": "gemini-3-flash",
|
||||
"responseId": "g0XMaeXRFMyJjrEPvNKWYQ"
|
||||
},
|
||||
"traceId": "ece53b462db33ac",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,66 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "7ceb5186-02f6-4c36-9380-a01d806438fa",
|
||||
"timestamp": "2026-03-31T22:07:00.583Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3-flash-agent",
|
||||
"requestedModel": "antigravity/gemini-3-flash-agent",
|
||||
"provider": "antigravity",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "f2b5c286-9b13-42fd-b9eb-9bcc05547b9c",
|
||||
"duration": 1133,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-3-flash-agent",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say the word OK and nothing else"
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"thoughtSignature": "EpMDCpADAb4+9vuqggluWVbBvIk+eRqiVDKkfWMhxODFaTXJwOjq8sHfLq9YhKdqhrzP9NJ+ftvwRgjxVm2JRqW4N+OF8x9TWJzGdhGh6ggXToho/A2MBx323PjiGlrvjfSlp+IuH6HyTRcdMmb8GM8ZJTmAmXfGJejx0WAcVoiGWuHmYxeVo5gkHocHbZDpxLhIez1IiH+/9qNWBYVCWsd1vZswnQH7QciTFWZmwJwyAQe87Tb8guwobSLAY3xAdKFFRwkrS8hx9cFJTwdqtoAKtYeNVcOYRquEk4GiodiSLPtSYnqeWbdGIIQb2qq//bsfBEuKCH/tTlaD/mKAxxejlbjsvDq4qZMQA0gNF9ZBxjisVxiWLUjpEMmUNmNU15+Kx6x1atTuXTGj/lth1nSw5tem4RWd62QTMAqekwlrYdTt9XaWHYBB69+m20DpMwQdfIGpY3NsZHOjNJy56qMxzxZr0WzxF7eIGST4NpePip04l1jCXXLHkLM3Yof36/5DyXqhlVXQQxgWSRY0KhL5RIMivw==",
|
||||
"text": "OK"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "MAX_TOKENS"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 89,
|
||||
"candidatesTokenCount": 1,
|
||||
"totalTokenCount": 185,
|
||||
"thoughtsTokenCount": 95
|
||||
},
|
||||
"modelVersion": "gemini-3-flash-c",
|
||||
"responseId": "hEXMaerXHKKxsOIPmqGFgAI"
|
||||
},
|
||||
"traceId": "f1f08e6c2f20c77d",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "92b38b22-d2aa-4e70-98e0-335e0a1c8aa3",
|
||||
"timestamp": "2026-03-31T22:07:01.361Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 503,
|
||||
"model": "gemini-2.5-pro",
|
||||
"requestedModel": "antigravity/gemini-2.5-pro",
|
||||
"provider": "antigravity",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "f2b5c286-9b13-42fd-b9eb-9bcc05547b9c",
|
||||
"duration": 771,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-pro",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say the word OK and nothing else"
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[503]: No capacity available for model gemini-2.5-pro on the server"
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "cacbc136-82c1-4196-b7b1-ed563229177f",
|
||||
"timestamp": "2026-03-31T22:07:02.340Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 503,
|
||||
"model": "gemini-2.5-pro",
|
||||
"requestedModel": "antigravity/gemini-2.5-pro",
|
||||
"provider": "antigravity",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "08bf91d9-0317-4717-af97-7fd607976619",
|
||||
"duration": 978,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-pro",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say the word OK and nothing else"
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[503]: No capacity available for model gemini-2.5-pro on the server"
|
||||
}
|
||||
@@ -1,66 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "90728aa7-cf56-4e51-b041-bc2c296ec297",
|
||||
"timestamp": "2026-03-31T22:08:35.701Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3-flash",
|
||||
"requestedModel": "antigravity/gemini-3-flash",
|
||||
"provider": "antigravity",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "f2b5c286-9b13-42fd-b9eb-9bcc05547b9c",
|
||||
"duration": 3440,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-3-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "What is 2+2? Reply with just the number."
|
||||
}
|
||||
],
|
||||
"max_tokens": 65536,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"thoughtSignature": "EtUFCtIFAb4+9vvG58gGZg4RKn0O8X0lOm4C+1PAmhZlpWnRXrcJXG2tvCgexHdR25joQ7CDWT0t9skjOdA7vqj/Rrg/L7KT3CV2E9jKN5W2GujmNjthljMbJGb8FM1Tc28k1ClIkp/8kiaVv3luDp+aGgmyGH5NN8sVUB2WGgxuwiihapEf/4vL3Hr6S1PtIUj8iC1WEQWIadWHMbD9rREFgdgN3CfVvI6AQ4YqwxaHzNzfd5QEgeVMiDTF/S9NaM8hvS2VTMBH9AmozWHO9Uu3ADagWZ3MpfkxfGEmvh5PZ+LMFQRx+9rXWuDed+3be4+uqXjouxnaqD1t5geC3tFZt3n2sE9oIWAAxH1Fgrl+0zOuZf5w81stsCULwSL8V3o7fjFRK3HK/vd+MlphDvu92oZANch5N1EYNDBg5dNNSpIYbE6xH50kFGL81k4QRpOvG0MLI8Di0G8xWMxQqigcB4ME/zk9jP3CdSlg6GHxSbMmH0AhZI3UmykFvhcZNQhJxvdyZXuHq65zvLF4NfKbvxBQR5eIJXp29sqeZIaQQe5306LuFOsaPKvGyte9RHKwjzYNpM7BkTof9hFCIJDHMXz4Cn3/0GIxrpr61YEUF4FREhaHhqS1gjExvFwfAvJtfw6st8g+m9Om6oJFBOL4DFYMFHJXtd0Y5hsbpRjkKQiJ41alKEElQ2j4g98FRPRmKfkp1et/TrzK+DXDm/uO74GXj21E9VClw4+nxMjggztqpkJ1IufejgX2rMS3WbVo6TME/zO9sNCNOaQOSeF/rfmjC/pTdHvn+vtDOYfwyx1pxsQ9gXFpRdw3ZzQ1fqvt3SN9V1c2A5DhEq4MslKgqEUHVpMNdfztJtX63O7KKQxlPWSsEajFU//vME5S23sCJPU6JcvlPxfJO2lQUAe9aTI1OyixaS0UQSZ8sff8pIKCQk/P9zteoC9vM23hv2GqKNgZCcs=",
|
||||
"text": "4"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "STOP"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 95,
|
||||
"candidatesTokenCount": 1,
|
||||
"totalTokenCount": 261,
|
||||
"thoughtsTokenCount": 165
|
||||
},
|
||||
"modelVersion": "gemini-3-flash",
|
||||
"responseId": "40XMafa8JJib_uMPzqTB8Qk"
|
||||
},
|
||||
"traceId": "2ee62620b6c91103",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "9f28dcc7-bd38-4cbf-9a45-3c8838b52dde",
|
||||
"timestamp": "2026-03-31T22:56:25.045Z",
|
||||
"method": "POST",
|
||||
"path": "/api/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-2.5-pro",
|
||||
"requestedModel": "antigravity/gemini-2.5-pro",
|
||||
"provider": "antigravity",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "f2b5c286-9b13-42fd-b9eb-9bcc05547b9c",
|
||||
"duration": 1343,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-pro",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Hello! Say hi in one sentence."
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: You have exhausted your capacity on this model. Your quota will reset after 4h6m50s."
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "d1624043-db92-47d7-8aaa-b38874ff2564",
|
||||
"timestamp": "2026-03-31T22:56:26.424Z",
|
||||
"method": "POST",
|
||||
"path": "/api/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-2.5-pro",
|
||||
"requestedModel": "antigravity/gemini-2.5-pro",
|
||||
"provider": "antigravity",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "08bf91d9-0317-4717-af97-7fd607976619",
|
||||
"duration": 1377,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-pro",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Hello! Say hi in one sentence."
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: You have exhausted your capacity on this model. Your quota will reset after 4h6m50s."
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774998857174-1",
|
||||
"timestamp": "2026-03-31T23:14:17.174Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "nanobanana/nanobanana-pro",
|
||||
"requestedModel": null,
|
||||
"provider": "nanobanana",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 18,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1,
|
||||
"mode": "async",
|
||||
"taskId": "task-handler-1"
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774998857177-2",
|
||||
"timestamp": "2026-03-31T23:14:17.177Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "nanobanana/nanobanana-flash",
|
||||
"requestedModel": null,
|
||||
"provider": "nanobanana",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 1,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1,
|
||||
"mode": "async",
|
||||
"taskId": "task-handler-2"
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774998859291-1",
|
||||
"timestamp": "2026-03-31T23:14:19.291Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "t42-imagen3/test-model",
|
||||
"requestedModel": null,
|
||||
"provider": "t42-imagen3",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 19,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774998859292-2",
|
||||
"timestamp": "2026-03-31T23:14:19.292Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "t42-imagen3/test-model",
|
||||
"requestedModel": null,
|
||||
"provider": "t42-imagen3",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 0,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774998859292-3",
|
||||
"timestamp": "2026-03-31T23:14:19.292Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "t42-imagen3/test-model",
|
||||
"requestedModel": null,
|
||||
"provider": "t42-imagen3",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 0,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774999581374-1",
|
||||
"timestamp": "2026-03-31T23:26:21.374Z",
|
||||
"method": "POST",
|
||||
"path": "/api/providers/test",
|
||||
"status": 200,
|
||||
"model": "connection-test",
|
||||
"requestedModel": null,
|
||||
"provider": "antigravity",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "08bf91d9-0317-4717-af97-7fd607976619",
|
||||
"duration": 351,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "test",
|
||||
"targetFormat": "test",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": null,
|
||||
"error": null
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774999581376-2",
|
||||
"timestamp": "2026-03-31T23:26:21.376Z",
|
||||
"method": "POST",
|
||||
"path": "/api/providers/test",
|
||||
"status": 200,
|
||||
"model": "connection-test",
|
||||
"requestedModel": null,
|
||||
"provider": "antigravity",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "f2b5c286-9b13-42fd-b9eb-9bcc05547b9c",
|
||||
"duration": 355,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "test",
|
||||
"targetFormat": "test",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": null,
|
||||
"error": null
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774999585366-3",
|
||||
"timestamp": "2026-03-31T23:26:25.366Z",
|
||||
"method": "POST",
|
||||
"path": "/api/providers/test",
|
||||
"status": 200,
|
||||
"model": "connection-test",
|
||||
"requestedModel": null,
|
||||
"provider": "antigravity",
|
||||
"account": "christopher.staley@gmail.com",
|
||||
"connectionId": "08bf91d9-0317-4717-af97-7fd607976619",
|
||||
"duration": 59,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "test",
|
||||
"targetFormat": "test",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": null,
|
||||
"error": null
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1774999585373-4",
|
||||
"timestamp": "2026-03-31T23:26:25.373Z",
|
||||
"method": "POST",
|
||||
"path": "/api/providers/test",
|
||||
"status": 200,
|
||||
"model": "connection-test",
|
||||
"requestedModel": null,
|
||||
"provider": "antigravity",
|
||||
"account": "chris@spacedinosaurs.com",
|
||||
"connectionId": "f2b5c286-9b13-42fd-b9eb-9bcc05547b9c",
|
||||
"duration": 66,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "test",
|
||||
"targetFormat": "test",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": null,
|
||||
"error": null
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1775000381955-1",
|
||||
"timestamp": "2026-03-31T23:39:41.955Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "nanobanana/nanobanana-pro",
|
||||
"requestedModel": null,
|
||||
"provider": "nanobanana",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 17,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1,
|
||||
"mode": "async",
|
||||
"taskId": "task-handler-1"
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1775000381958-2",
|
||||
"timestamp": "2026-03-31T23:39:41.958Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "nanobanana/nanobanana-flash",
|
||||
"requestedModel": null,
|
||||
"provider": "nanobanana",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 1,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1,
|
||||
"mode": "async",
|
||||
"taskId": "task-handler-2"
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1775000384247-1",
|
||||
"timestamp": "2026-03-31T23:39:44.247Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "t42-imagen3/test-model",
|
||||
"requestedModel": null,
|
||||
"provider": "t42-imagen3",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 17,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1775000384248-2",
|
||||
"timestamp": "2026-03-31T23:39:44.248Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "t42-imagen3/test-model",
|
||||
"requestedModel": null,
|
||||
"provider": "t42-imagen3",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 0,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1775000384249-3",
|
||||
"timestamp": "2026-03-31T23:39:44.249Z",
|
||||
"method": "POST",
|
||||
"path": "/v1/images/generations",
|
||||
"status": 200,
|
||||
"model": "t42-imagen3/test-model",
|
||||
"requestedModel": null,
|
||||
"provider": "t42-imagen3",
|
||||
"account": "-",
|
||||
"connectionId": null,
|
||||
"duration": 0,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": null,
|
||||
"targetFormat": null,
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": {
|
||||
"images_count": 1
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,64 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1c36837e-93f5-4841-89f3-d2633c5c6279",
|
||||
"timestamp": "2026-03-31T23:42:49.606Z",
|
||||
"method": "POST",
|
||||
"path": "/api/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "claude-opus-4-6-thinking",
|
||||
"requestedModel": "antigravity/claude-opus-4-6-thinking",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "025acf03-6df2-4973-b8e9-1585710f8c39",
|
||||
"duration": 1736,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/claude-opus-4-6-thinking",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Hello! Say hi in one sentence."
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"text": "Hi there, thanks for reaching out — how can I help you today?"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "STOP"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 112,
|
||||
"candidatesTokenCount": 18,
|
||||
"totalTokenCount": 130
|
||||
},
|
||||
"modelVersion": "claude-opus-4-6-thinking",
|
||||
"responseId": "msg_vrtx_01NvMx4Cs2udo8N3cD7PcwUL"
|
||||
},
|
||||
"traceId": "384ebe4708b8ba86",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,64 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "487cb7dd-6fd0-41a2-9f4e-f4781c796275",
|
||||
"timestamp": "2026-03-31T23:42:59.259Z",
|
||||
"method": "POST",
|
||||
"path": "/api/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "claude-sonnet-4-6",
|
||||
"requestedModel": "antigravity/claude-sonnet-4-6",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "025acf03-6df2-4973-b8e9-1585710f8c39",
|
||||
"duration": 1462,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/claude-sonnet-4-6",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Hello! Say hi in one sentence."
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"text": "Hi there! I'm excited to help you with any coding challenges or questions you have today! 🚀"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "STOP"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 112,
|
||||
"candidatesTokenCount": 26,
|
||||
"totalTokenCount": 138
|
||||
},
|
||||
"modelVersion": "claude-sonnet-4-6",
|
||||
"responseId": "msg_vrtx_015rDosQKnTyiHwxktDTqCR4"
|
||||
},
|
||||
"traceId": "3c8ce7a1b97ebb6d",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "91664115-3fbb-4ee3-90a6-612cc06369c3",
|
||||
"timestamp": "2026-03-31T23:43:46.684Z",
|
||||
"method": "POST",
|
||||
"path": "/api/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-2.5-flash",
|
||||
"requestedModel": "antigravity/gemini-2.5-flash",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "025acf03-6df2-4973-b8e9-1585710f8c39",
|
||||
"duration": 44108,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Hello! Say hi in one sentence."
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: Resource has been exhausted (e.g. check quota)."
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "a33ccc20-1700-496a-b1f6-f439b002ff9d",
|
||||
"timestamp": "2026-03-31T23:45:23.034Z",
|
||||
"method": "POST",
|
||||
"path": "/api/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-2.5-flash-lite",
|
||||
"requestedModel": "antigravity/gemini-2.5-flash-lite",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "025acf03-6df2-4973-b8e9-1585710f8c39",
|
||||
"duration": 43925,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-flash-lite",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Hello! Say hi in one sentence."
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: Resource has been exhausted (e.g. check quota)."
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1775000772084-1",
|
||||
"timestamp": "2026-03-31T23:46:12.084Z",
|
||||
"method": "POST",
|
||||
"path": "/api/providers/test",
|
||||
"status": 200,
|
||||
"model": "connection-test",
|
||||
"requestedModel": null,
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "025acf03-6df2-4973-b8e9-1585710f8c39",
|
||||
"duration": 164,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "test",
|
||||
"targetFormat": "test",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": null,
|
||||
"error": null
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1775000773271-2",
|
||||
"timestamp": "2026-03-31T23:46:13.271Z",
|
||||
"method": "POST",
|
||||
"path": "/api/providers/test",
|
||||
"status": 200,
|
||||
"model": "connection-test",
|
||||
"requestedModel": null,
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "025acf03-6df2-4973-b8e9-1585710f8c39",
|
||||
"duration": 86,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "test",
|
||||
"targetFormat": "test",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": null,
|
||||
"error": null
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1775000775967-3",
|
||||
"timestamp": "2026-03-31T23:46:15.967Z",
|
||||
"method": "POST",
|
||||
"path": "/api/providers/test",
|
||||
"status": 200,
|
||||
"model": "connection-test",
|
||||
"requestedModel": null,
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "025acf03-6df2-4973-b8e9-1585710f8c39",
|
||||
"duration": 91,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "test",
|
||||
"targetFormat": "test",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": null,
|
||||
"error": null
|
||||
}
|
||||
@@ -1,66 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "4dc3bfdf-35be-4f1a-9768-fdf0a89619ce",
|
||||
"timestamp": "2026-03-31T23:46:26.884Z",
|
||||
"method": "POST",
|
||||
"path": "/api/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3-pro-high",
|
||||
"requestedModel": "antigravity/gemini-3-pro-high",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "025acf03-6df2-4973-b8e9-1585710f8c39",
|
||||
"duration": 2643,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-3-pro-high",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Hello! Say hi in one sentence."
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"thoughtSignature": "EpwDCpkDAb4+9vueARxoZH+xkCH2FPifwhjqZkYltwzukTRlSHax6SI6u7awFUMUXkbe50MoluykVcXnA27VueHdQqBH1LEVfPimrJK3wZLV/OvuQRKfWExRkCnAWgSjhXBejR7qu2M8LmXJvqsAz9dWRxCqvec0ugH/ABAOoSeWAYUIY2ZE9z+JWO+znM/NqChuYQ3gvhGLuzP84MwPCxU3P3aXdc3QOTKjfNTpnOQChKnCMF4nDuKutVeNcRJ9nD219k7/4/2X3IpHaSNDwv9fOusnCXUUCK5LYPGnCfkAXZUk801ygizZfK14YvOA84v1kBuqGgF33ZKpDbLDHP4vScagSp9eMhjjgiDQCxWO7tgt4mEUsFdUFcLgev3CJ5Uh1DuHmzGjGLgysaFI4VVfRF1kyxEhzJqO170C2H71tlcKQe5rvvcUCjdevdWW2Gi2flHSqm9miheLCltlB9nXMjifKDMkHr8gsJPBhqUuQpsADBGb7qGv/uPPEMLVI5jWUNtr/4HgvpkDKcUEDK6j05KS/uU0s7rV4zNb7g==",
|
||||
"text": "Hello! I'"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "MAX_TOKENS"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 90,
|
||||
"candidatesTokenCount": 4,
|
||||
"totalTokenCount": 186,
|
||||
"thoughtsTokenCount": 92
|
||||
},
|
||||
"modelVersion": "gemini-3.1-pro-high",
|
||||
"responseId": "0lzMaeahMpGm_uMP7fG7yAE"
|
||||
},
|
||||
"traceId": "694d4fbde55b02da",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,66 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "6101b63c-47dc-46db-a5ea-b081a74be7e9",
|
||||
"timestamp": "2026-03-31T23:46:36.659Z",
|
||||
"method": "POST",
|
||||
"path": "/api/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3-pro-low",
|
||||
"requestedModel": "antigravity/gemini-3-pro-low",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "025acf03-6df2-4973-b8e9-1585710f8c39",
|
||||
"duration": 3140,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-3-pro-low",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Hello! Say hi in one sentence."
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"thoughtSignature": "EpgDCpUDAb4+9vuvhdI3KO8sMM4bMVr7jofJCSDPsAUJ+QvJoNpdTRie9EpSGrTSTgfPP7tIyELeiNyUEtbpRv+dgzTsM5yc+3gb0T84zx7Vi9bSONvknh5OHTRDvBHwLmilFLLkakhNDmZ/0B0IeF7QEr9GinyfcmzoK0gag7OakYtnxIWJlZMPfGNep3si1v51lVxYe5qChMgDB1UKZ6E8nnTUu6UeDvbNn2ZNDR7FUoi54F+Z8U3ol4eMuLusqaTrGgp7yuazMGgIFyMVd7ab+ESlavPUPV1S0FOcvEHJgx3PiA1/x4yHF76A86qvAvtsLRzNlnSiEddsf7ZYHhecsicUlRYQ81Gp1oowRQpxTQWT4d4FiMOWS7tgqGdT1kIO2nSTmmmWbF0t43xLSTJA/omOJr+LdQXFxFdjIkAzrBrNi0r1YdvPv/rCx0dWp6p3L66FBPbAHgvBodOxHg+7mVuvVk5PQfR3i6BDk6I/cAN5BWcUGjwnnAsgE42GH+aT8L5NhFgjk2g7H5gtf8uEP9WGgh/ex5jx",
|
||||
"text": "Hello! It is"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "MAX_TOKENS"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 90,
|
||||
"candidatesTokenCount": 4,
|
||||
"totalTokenCount": 186,
|
||||
"thoughtsTokenCount": 92
|
||||
},
|
||||
"modelVersion": "gemini-3.1-pro-low",
|
||||
"responseId": "3FzMabm7I6Xf_uMPjaPn4Ac"
|
||||
},
|
||||
"traceId": "d9e47e28b5e6b09f",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,66 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "a502931d-86b2-42d8-8b02-f8d79eb3d7cd",
|
||||
"timestamp": "2026-03-31T23:46:41.149Z",
|
||||
"method": "POST",
|
||||
"path": "/api/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3-flash-agent",
|
||||
"requestedModel": "antigravity/gemini-3-flash-agent",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "025acf03-6df2-4973-b8e9-1585710f8c39",
|
||||
"duration": 1114,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-3-flash-agent",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Hello! Say hi in one sentence."
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"thoughtSignature": "ErwDCrkDAb4+9vsTgmJkfdsmf3Ern539oSYOn5qHbaWkxi6rq7ec17FDgI1eH6HC+Zckp2fIiok80Ga9ksOEPaSLxAMdGJYTAiqmDKY5P/IGkafG2hJFvry3cTdVYeBIqW8EQb9g3ivCwfdK2ZSDh6j+P9K70lEjYr/G6GTV2jsP4i86E6a2JzUEWhXEtkkJZMfhG3j0uPdQFzva7JmF2fDV0CKfyQAfijArNPPKA3OhBhSI7tZ5RcyQpLbQYoHYX8LluoNwtP/bNlzbSfmS8TG2s5uyFiB9jpYdD8e6xYccj3PJOLvEy/cAc5oj2Hmk/4rGYXlfXkiIVX6ZdFziK7ZVzKjrka8u8jEQIj7ov5TeRTXsL5cX47/ukYNaA2oDEDWoqoYCkgmgm9Fz32KHqU1HvPH8LcAZbtaN5f7AStT+z9WQG7MfmZnS/qMO1eiCRx8xrWLJ1RDiHNMmqzHwX8QD8Gf4uEIx+5qABXAyPEY2L8kc5Ii5jOfe0zGzFzszUDNlJRok8ItKsCH8WGpExPfHX1sHts9rDneIDnGCpr2qeJoNn+qIOky5sPBz788FoDZTGQTRbwIIZpS/1mPl",
|
||||
"text": "Hello"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "MAX_TOKENS"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 90,
|
||||
"candidatesTokenCount": 1,
|
||||
"totalTokenCount": 186,
|
||||
"thoughtsTokenCount": 95
|
||||
},
|
||||
"modelVersion": "gemini-3-flash-c",
|
||||
"responseId": "4VzMabi_Bbzj_uMPh6OwUQ"
|
||||
},
|
||||
"traceId": "53878c3828adbfb3",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,66 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "7ee82019-c47a-49a4-811e-94ea35ba621e",
|
||||
"timestamp": "2026-03-31T23:46:45.216Z",
|
||||
"method": "POST",
|
||||
"path": "/api/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3-flash",
|
||||
"requestedModel": "antigravity/gemini-3-flash",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "025acf03-6df2-4973-b8e9-1585710f8c39",
|
||||
"duration": 1205,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-3-flash",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Hello! Say hi in one sentence."
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"thoughtSignature": "ErUCCrICAb4+9vvsHGX1ieKP0lJ6EAM7VA6wq53YjUD6qPxxSjdrYZ1ITaVGahZRsJiTiz7Z8Aq2K8GUhL7IGco+mpcK+jpKgIV/3HiogqPVInc7kE/CpvvFtHPz5wW0RZD3vbGkUCqxGi128iAa4Is2E4RXR71bCHIvf7ai3l3+lojGz7eMoDC76DhuapU7ss896PaQik9ZimlqmzD6tTZaFccHWviTmSHQxcMS8QpxFXwEcWL6JI+P0Z7eBLK0teRJIbPlJsc3S/QJElaJx+MCINbr357p/9NW6OsSWwRMebJ6JTmVs8iXWXXI/vxfpWVRueFbohHyPVf5eIbTA5kTZwjQMPS44SUdK6DbPXpluDriXdL3G44uq4wZKTYgv27+tgq/E58OP4AYBXtYw2Yg1Nnaxl4m",
|
||||
"text": "Hello, I am Antigravity, your agentic AI coding assistant from Google DeepMind, and I'm ready to help you with your coding task"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "MAX_TOKENS"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 90,
|
||||
"candidatesTokenCount": 31,
|
||||
"totalTokenCount": 186,
|
||||
"thoughtsTokenCount": 65
|
||||
},
|
||||
"modelVersion": "gemini-3-flash",
|
||||
"responseId": "5VzMacvNCOyw1MkPqtaYgAU"
|
||||
},
|
||||
"traceId": "fadbdd94ddc15dfe",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "6efadd2b-8278-4d2a-9c4a-e1ce158a50fe",
|
||||
"timestamp": "2026-03-31T23:51:51.792Z",
|
||||
"method": "POST",
|
||||
"path": "/api/v1/chat/completions",
|
||||
"status": 429,
|
||||
"model": "gemini-2.5-pro",
|
||||
"requestedModel": "antigravity/gemini-2.5-pro",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "025acf03-6df2-4973-b8e9-1585710f8c39",
|
||||
"duration": 301931,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-2.5-pro",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Hello! Say hi in one sentence."
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": null,
|
||||
"error": "[429]: You have exhausted your capacity on this model. Your quota will reset after 2h5m55s."
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1775001257093-4",
|
||||
"timestamp": "2026-03-31T23:54:17.093Z",
|
||||
"method": "POST",
|
||||
"path": "/api/providers/test",
|
||||
"status": 200,
|
||||
"model": "connection-test",
|
||||
"requestedModel": null,
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "025acf03-6df2-4973-b8e9-1585710f8c39",
|
||||
"duration": 162,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "test",
|
||||
"targetFormat": "test",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": null,
|
||||
"error": null
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1775001259102-5",
|
||||
"timestamp": "2026-03-31T23:54:19.102Z",
|
||||
"method": "POST",
|
||||
"path": "/api/providers/test",
|
||||
"status": 200,
|
||||
"model": "connection-test",
|
||||
"requestedModel": null,
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "025acf03-6df2-4973-b8e9-1585710f8c39",
|
||||
"duration": 71,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "test",
|
||||
"targetFormat": "test",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": null,
|
||||
"error": null
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1775001259845-6",
|
||||
"timestamp": "2026-03-31T23:54:19.845Z",
|
||||
"method": "POST",
|
||||
"path": "/api/providers/test",
|
||||
"status": 200,
|
||||
"model": "connection-test",
|
||||
"requestedModel": null,
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "025acf03-6df2-4973-b8e9-1585710f8c39",
|
||||
"duration": 57,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "test",
|
||||
"targetFormat": "test",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": null,
|
||||
"error": null
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "1775001260380-7",
|
||||
"timestamp": "2026-03-31T23:54:20.380Z",
|
||||
"method": "POST",
|
||||
"path": "/api/providers/test",
|
||||
"status": 200,
|
||||
"model": "connection-test",
|
||||
"requestedModel": null,
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "025acf03-6df2-4973-b8e9-1585710f8c39",
|
||||
"duration": 53,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "test",
|
||||
"targetFormat": "test",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": null,
|
||||
"responseBody": null,
|
||||
"error": null
|
||||
}
|
||||
@@ -1,66 +0,0 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"summary": {
|
||||
"id": "9873f7ad-e711-4072-bbc9-ae47a7662926",
|
||||
"timestamp": "2026-03-31T23:55:11.310Z",
|
||||
"method": "POST",
|
||||
"path": "/api/v1/chat/completions",
|
||||
"status": 200,
|
||||
"model": "gemini-3.1-pro-high",
|
||||
"requestedModel": "antigravity/gemini-3.1-pro-high",
|
||||
"provider": "antigravity",
|
||||
"account": "venatyr@gmail.com",
|
||||
"connectionId": "025acf03-6df2-4973-b8e9-1585710f8c39",
|
||||
"duration": 3010,
|
||||
"tokens": {
|
||||
"in": 0,
|
||||
"out": 0
|
||||
},
|
||||
"requestType": null,
|
||||
"sourceFormat": "openai",
|
||||
"targetFormat": "antigravity",
|
||||
"apiKeyId": null,
|
||||
"apiKeyName": null,
|
||||
"comboName": null
|
||||
},
|
||||
"requestBody": {
|
||||
"model": "antigravity/gemini-3.1-pro-high",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Hello! Say hi in one sentence."
|
||||
}
|
||||
],
|
||||
"max_tokens": 100,
|
||||
"stream": false
|
||||
},
|
||||
"responseBody": {
|
||||
"response": {
|
||||
"candidates": [
|
||||
{
|
||||
"content": {
|
||||
"role": "model",
|
||||
"parts": [
|
||||
{
|
||||
"thoughtSignature": "EqcDCqQDAb4+9vuwnjFeqehDeCkc2A6SlDwD2Nmy8xCRFxGItV+EW2NKxBqyYEYaRDciSFvPqflgYbxsUv1qX8yMOus67OQcVPlik/ETNmmtGY3T/n72ngdtcHxjdMcNOugvaGxSJ7eHt+j+Wyjgpk0C7YvES3/8miM9Dn6o+0immVwmpwKWCi9yhgA25qN7has8MO3h63EvfEZw2p2yBXShLnZ2n4iTHX83GiAXDCaqsIeiT9YlWa42/nDjRz8KqtoZ8PL7KDAMbkmttJi9P1/e3Ayap27rC/o7MuIo0UUub3vp4kGOhp0SoiAyfsGhP5MITcRmujZicZeE2qaZw00LEbh3+tk6uN3yRYykb41C7/zc5IhggECyphfHMVyLbzlCEIrePtxUfUBn9I+fpaqmWj0aGFGRL6qNoOMlkVZie+P776hMr6kn+7i037Ch/EGWMsnHZz+eBAPxNjpy2mqlLPIq4eATl/k0F5QblXawOLt3aA4PVUcQ4eqsYRq0h6ZSRUyB7IzAfOQYiJt75C30KhKsQ1i5eFutZakkfStN7Zn+nWzmxODy",
|
||||
"text": "Hello!"
|
||||
}
|
||||
]
|
||||
},
|
||||
"finishReason": "MAX_TOKENS"
|
||||
}
|
||||
],
|
||||
"usageMetadata": {
|
||||
"promptTokenCount": 90,
|
||||
"candidatesTokenCount": 2,
|
||||
"totalTokenCount": 186,
|
||||
"thoughtsTokenCount": 94
|
||||
},
|
||||
"modelVersion": "gemini-3.1-pro-high",
|
||||
"responseId": "317MaeiLDsyT1MkP4IexgAs"
|
||||
},
|
||||
"traceId": "d836d4f4659810ae",
|
||||
"metadata": {}
|
||||
},
|
||||
"error": null
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user