Description
I use ecologits for measuring chat_completion cost through LiteLLM, but I can't see a way to get costs for embedding via ecologits.
This is our current implementation in-progress i-dot-ai/i-dot-ai-utilities#8.
I want to use it to aggregate all of our carbon cost for all LLM calls. Currently I'm only able to get chat_completions, which feels like only half the pie.
I believe a lot of other people that use AI will need this for use in RAG systems especially, so it's worth embedding into ecologits for a single point-of-contact.
Description
I use ecologits for measuring
chat_completioncost through LiteLLM, but I can't see a way to get costs for embedding via ecologits.This is our current implementation in-progress i-dot-ai/i-dot-ai-utilities#8.
I want to use it to aggregate all of our carbon cost for all LLM calls. Currently I'm only able to get chat_completions, which feels like only half the pie.
I believe a lot of other people that use AI will need this for use in RAG systems especially, so it's worth embedding into ecologits for a single point-of-contact.