@panorama-ai/gateway 2.30.194 → 2.30.199
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/database.types.d.ts
CHANGED
|
@@ -1106,14 +1106,19 @@ export type Database = {
|
|
|
1106
1106
|
ai_model_routes: {
|
|
1107
1107
|
Row: {
|
|
1108
1108
|
billing_mode: string;
|
|
1109
|
+
cache_support: Json | null;
|
|
1109
1110
|
created_at: string;
|
|
1110
1111
|
id: string;
|
|
1111
1112
|
model_id: string;
|
|
1113
|
+
openrouter_provider: Json | null;
|
|
1114
|
+
privacy_policy: Json | null;
|
|
1115
|
+
production_status: string | null;
|
|
1112
1116
|
provider_model_id: string;
|
|
1113
1117
|
requires_inline_schemas: boolean | null;
|
|
1114
1118
|
requires_key: string | null;
|
|
1115
1119
|
requires_tool_binding: boolean | null;
|
|
1116
1120
|
route: string;
|
|
1121
|
+
route_certification: Json | null;
|
|
1117
1122
|
supports_strict_mode: boolean | null;
|
|
1118
1123
|
thinking_enabled: boolean | null;
|
|
1119
1124
|
tool_binding_mode: string | null;
|
|
@@ -1123,14 +1128,19 @@ export type Database = {
|
|
|
1123
1128
|
};
|
|
1124
1129
|
Insert: {
|
|
1125
1130
|
billing_mode: string;
|
|
1131
|
+
cache_support?: Json | null;
|
|
1126
1132
|
created_at?: string;
|
|
1127
1133
|
id: string;
|
|
1128
1134
|
model_id: string;
|
|
1135
|
+
openrouter_provider?: Json | null;
|
|
1136
|
+
privacy_policy?: Json | null;
|
|
1137
|
+
production_status?: string | null;
|
|
1129
1138
|
provider_model_id: string;
|
|
1130
1139
|
requires_inline_schemas?: boolean | null;
|
|
1131
1140
|
requires_key?: string | null;
|
|
1132
1141
|
requires_tool_binding?: boolean | null;
|
|
1133
1142
|
route: string;
|
|
1143
|
+
route_certification?: Json | null;
|
|
1134
1144
|
supports_strict_mode?: boolean | null;
|
|
1135
1145
|
thinking_enabled?: boolean | null;
|
|
1136
1146
|
tool_binding_mode?: string | null;
|
|
@@ -1140,14 +1150,19 @@ export type Database = {
|
|
|
1140
1150
|
};
|
|
1141
1151
|
Update: {
|
|
1142
1152
|
billing_mode?: string;
|
|
1153
|
+
cache_support?: Json | null;
|
|
1143
1154
|
created_at?: string;
|
|
1144
1155
|
id?: string;
|
|
1145
1156
|
model_id?: string;
|
|
1157
|
+
openrouter_provider?: Json | null;
|
|
1158
|
+
privacy_policy?: Json | null;
|
|
1159
|
+
production_status?: string | null;
|
|
1146
1160
|
provider_model_id?: string;
|
|
1147
1161
|
requires_inline_schemas?: boolean | null;
|
|
1148
1162
|
requires_key?: string | null;
|
|
1149
1163
|
requires_tool_binding?: boolean | null;
|
|
1150
1164
|
route?: string;
|
|
1165
|
+
route_certification?: Json | null;
|
|
1151
1166
|
supports_strict_mode?: boolean | null;
|
|
1152
1167
|
thinking_enabled?: boolean | null;
|
|
1153
1168
|
tool_binding_mode?: string | null;
|
|
@@ -6836,8 +6851,16 @@ export type Database = {
|
|
|
6836
6851
|
billing_mode: string | null;
|
|
6837
6852
|
cache_applied: boolean | null;
|
|
6838
6853
|
cache_decision: string | null;
|
|
6854
|
+
cache_effective_hit_rate: number | null;
|
|
6855
|
+
cache_effective_outcome: string | null;
|
|
6856
|
+
cache_effective_reliability: string | null;
|
|
6857
|
+
cache_effective_savings_usd: number | null;
|
|
6839
6858
|
cache_eligible: boolean | null;
|
|
6840
6859
|
cache_min_prompt_tokens: number | null;
|
|
6860
|
+
cache_observed_source: string | null;
|
|
6861
|
+
cache_observed_status: string | null;
|
|
6862
|
+
cache_plan_decision: string | null;
|
|
6863
|
+
cache_plan_reason: string | null;
|
|
6841
6864
|
cache_prefix_chars: number | null;
|
|
6842
6865
|
cache_prefix_ratio: number | null;
|
|
6843
6866
|
cache_read_cost_usd: number | null;
|
|
@@ -6868,6 +6891,9 @@ export type Database = {
|
|
|
6868
6891
|
provider_name: string | null;
|
|
6869
6892
|
reasoning_tokens: number | null;
|
|
6870
6893
|
route: string | null;
|
|
6894
|
+
route_certified_provider: string | null;
|
|
6895
|
+
route_privacy_posture: string | null;
|
|
6896
|
+
route_production_status: string | null;
|
|
6871
6897
|
timestamp: string | null;
|
|
6872
6898
|
total_cost_usd: number | null;
|
|
6873
6899
|
total_tokens: number | null;
|
|
@@ -7067,6 +7093,8 @@ export type Database = {
|
|
|
7067
7093
|
blocked_at: string | null;
|
|
7068
7094
|
blocked_on: string | null;
|
|
7069
7095
|
cache_decision: string | null;
|
|
7096
|
+
cache_effective_outcome: string | null;
|
|
7097
|
+
cache_observed_status: string | null;
|
|
7070
7098
|
cache_reason: string | null;
|
|
7071
7099
|
cache_strategy: string | null;
|
|
7072
7100
|
cached_prompt_tokens: number | null;
|
|
@@ -7097,6 +7125,8 @@ export type Database = {
|
|
|
7097
7125
|
provider_model_id: string | null;
|
|
7098
7126
|
reasoning_tokens: number | null;
|
|
7099
7127
|
route: string | null;
|
|
7128
|
+
route_privacy_posture: string | null;
|
|
7129
|
+
route_production_status: string | null;
|
|
7100
7130
|
run_id: string | null;
|
|
7101
7131
|
run_last_error: string | null;
|
|
7102
7132
|
run_state: string | null;
|