Skip to content

Commit 993ea75

Browse files
authored
Add LLM cost (#54)
1 parent 82fb465 commit 993ea75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

group_vars/artemistests_hyperion.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ spring_ai:
1111
endpoint: "{{ lookup('hashi_vault', 'kv/data/artemis/common/hyperion').get('azure_openai_endpoint') }}"
1212
deployment_name: "{{ lookup('hashi_vault', 'kv/data/artemis/common/hyperion').get('azure_openai_deployment_name') }}"
1313
temperature: 1.0
14+
15+
artemis_llm_cost:
16+
gpt-5-mini:
17+
input_cost_per_million_eur: 0.23
18+
output_cost_per_million_eur: 1.84

0 commit comments

Comments
 (0)