first commit

This commit is contained in:
2026-06-27 09:32:54 -03:00
commit 029adfafc3
23 changed files with 1205 additions and 0 deletions

24
config/apis.yaml Normal file
View File

@@ -0,0 +1,24 @@
month: "2026-06"
allocation_metric: "weighted_tokens" # weighted_tokens | total_tokens | requests
currency: "USD"
model:
alias: "oci-gemini-25-pro"
oci_model_name: "google.gemini-2.5-pro"
# Peso lógico para rateio interno. Para Gemini, ajuste conforme o pricing usado no contrato/OCI.
input_weight: 1.0
output_weight: 5.0
apis:
- id: "api-billing"
name: "API Fatura"
virtual_key: "sk-ph3FgX6ph3FgX6ph3FgX6ph3FgX6ph3FgX6ph3FgX6ph3FgX6"
owner: "squad-cobranca"
- id: "api-offers"
name: "API Ofertas"
virtual_key: "sk-ph3FgX6ph3FgX6ph3FgX6ph3FgX6ph3FgX6ph3FgX6ph3FgX6"
owner: "squad-ofertas"
- id: "api-backoffice"
name: "API Backoffice"
virtual_key: "sk-ph3FgX6ph3FgX6ph3FgX6ph3FgX6ph3FgX6ph3FgX6ph3FgX6"
owner: "squad-operacoes"