From 302f76bd4173afb284ef2b5a2f1693286e72941d Mon Sep 17 00:00:00 2001 From: netbirddev Date: Tue, 28 Jul 2026 08:39:05 +0000 Subject: [PATCH] Update API pages with v0.75.1 --- src/pages/ipa/resources/agent-network.mdx | 32 +++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/pages/ipa/resources/agent-network.mdx b/src/pages/ipa/resources/agent-network.mdx index 2f88e113..244ea9f2 100644 --- a/src/pages/ipa/resources/agent-network.mdx +++ b/src/pages/ipa/resources/agent-network.mdx @@ -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" }