mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-25 01:01:27 +02:00
Update API pages with v0.75.1
This commit is contained in:
@@ -271,6 +271,10 @@ echo $response;
|
||||
"cached_input_tokens": 0,
|
||||
"cache_creation_tokens": 30528,
|
||||
"cost_usd": 0.0231,
|
||||
"input_cost_usd": 0.0048,
|
||||
"cached_input_cost_usd": 0.0015,
|
||||
"cache_creation_cost_usd": 0.113,
|
||||
"output_cost_usd": 0.0038,
|
||||
"cache_cost_usd": 0.1145,
|
||||
"stream": {
|
||||
"type": "boolean",
|
||||
@@ -324,6 +328,10 @@ echo $response;
|
||||
"cached_input_tokens": "integer",
|
||||
"cache_creation_tokens": "integer",
|
||||
"cost_usd": "number",
|
||||
"input_cost_usd": "number",
|
||||
"cached_input_cost_usd": "number",
|
||||
"cache_creation_cost_usd": "number",
|
||||
"output_cost_usd": "number",
|
||||
"cache_cost_usd": "number",
|
||||
"stream": "boolean",
|
||||
"group_ids": [
|
||||
@@ -589,6 +597,10 @@ echo $response;
|
||||
"cached_input_tokens": 0,
|
||||
"cache_creation_tokens": 30528,
|
||||
"cost_usd": 0.1617,
|
||||
"input_cost_usd": 0.021,
|
||||
"cached_input_cost_usd": 0.0015,
|
||||
"cache_creation_cost_usd": 0.113,
|
||||
"output_cost_usd": 0.0262,
|
||||
"cache_cost_usd": 0.1145,
|
||||
"providers": [
|
||||
{
|
||||
@@ -650,6 +662,10 @@ echo $response;
|
||||
"cached_input_tokens": 0,
|
||||
"cache_creation_tokens": 30528,
|
||||
"cost_usd": 0.0231,
|
||||
"input_cost_usd": 0.0048,
|
||||
"cached_input_cost_usd": 0.0015,
|
||||
"cache_creation_cost_usd": 0.113,
|
||||
"output_cost_usd": 0.0038,
|
||||
"cache_cost_usd": 0.1145,
|
||||
"stream": {
|
||||
"type": "boolean",
|
||||
@@ -696,6 +712,10 @@ echo $response;
|
||||
"cached_input_tokens": "integer",
|
||||
"cache_creation_tokens": "integer",
|
||||
"cost_usd": "number",
|
||||
"input_cost_usd": "number",
|
||||
"cached_input_cost_usd": "number",
|
||||
"cache_creation_cost_usd": "number",
|
||||
"output_cost_usd": "number",
|
||||
"cache_cost_usd": "number",
|
||||
"providers": [
|
||||
"string"
|
||||
@@ -729,6 +749,10 @@ echo $response;
|
||||
"cached_input_tokens": "integer",
|
||||
"cache_creation_tokens": "integer",
|
||||
"cost_usd": "number",
|
||||
"input_cost_usd": "number",
|
||||
"cached_input_cost_usd": "number",
|
||||
"cache_creation_cost_usd": "number",
|
||||
"output_cost_usd": "number",
|
||||
"cache_cost_usd": "number",
|
||||
"stream": "boolean",
|
||||
"group_ids": [
|
||||
@@ -958,6 +982,10 @@ echo $response;
|
||||
"total_tokens": 184000,
|
||||
"cached_input_tokens": 20000,
|
||||
"cache_creation_tokens": 45000,
|
||||
"input_cost_usd": 1.12,
|
||||
"cached_input_cost_usd": 0.06,
|
||||
"cache_creation_cost_usd": 0.36,
|
||||
"output_cost_usd": 0.77,
|
||||
"cost_usd": 2.31,
|
||||
"cache_cost_usd": 0.42
|
||||
}
|
||||
@@ -972,6 +1000,10 @@ echo $response;
|
||||
"total_tokens": "integer",
|
||||
"cached_input_tokens": "integer",
|
||||
"cache_creation_tokens": "integer",
|
||||
"input_cost_usd": "number",
|
||||
"cached_input_cost_usd": "number",
|
||||
"cache_creation_cost_usd": "number",
|
||||
"output_cost_usd": "number",
|
||||
"cost_usd": "number",
|
||||
"cache_cost_usd": "number"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user