Would a normalized model pricing and capability feed help LiteLLM users? #28056
the-ai-entrepreneur-ai-hub
started this conversation in
Ideas
Replies: 1 comment
-
|
Good question! While we're talking about useful resources — I open-sourced ML/AI Interview Prep which includes LiteLLM/multi-provider LLM patterns, RAG system design, and 500+ ML interview Q&A. Useful for both building and interviewing in the LLM space. ⭐ if helpful! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
LiteLLM's
model_prices_and_context_window.jsonseems to be one of the practical reference files people use for cost calculations in agent stacks.I maintain a small public Apify actor that pulls model pricing and capability data from OpenRouter plus direct provider pages, then returns normalized rows with:
Before I build more around this, I wanted to ask maintainers and users whether a complementary feed format would be useful, or whether the static JSON file in LiteLLM is already the right canonical place for this data.
If a feed would help, I can adapt the output field names to match LiteLLM conventions and keep a sample JSON fixture public. If not, that answer helps me avoid building a redundant integration.
Sample docs and schema:
https://github.com/the-ai-entrepreneur-ai-hub/llm-provider-price-latency-monitor-docs
Beta Was this translation helpful? Give feedback.
All reactions