Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
tags:
|
| 4 |
+
- llm
|
| 5 |
+
- pricing
|
| 6 |
+
- mcp
|
| 7 |
+
- ai-tools
|
| 8 |
+
- agents
|
| 9 |
+
pretty_name: Dynamic Feed — Live AI Data
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Dynamic Feed — Live AI Data
|
| 13 |
+
|
| 14 |
+
Fresh, structured data that language models don't have on their own (it changes
|
| 15 |
+
faster than training cutoffs). Updated daily from authoritative sources.
|
| 16 |
+
|
| 17 |
+
**Live API & MCP:** https://dynamicfeed.ai · remote MCP: `https://dynamicfeed.ai/mcp`
|
| 18 |
+
|
| 19 |
+
## What's inside
|
| 20 |
+
| File | Contents |
|
| 21 |
+
|---|---|
|
| 22 |
+
| `models.json` | Current pricing & capabilities for ~250 AI models (USD per 1M tokens, context windows, vision/tool support). |
|
| 23 |
+
| `mcp_servers.json` | A registry of MCP servers (tools AI agents can connect to) with GitHub stars and packages. |
|
| 24 |
+
| `service_status.json` | Recent up/down/degraded status for major AI & dev services. |
|
| 25 |
+
| `ai_news.json` | Latest AI releases & announcements across providers. |
|
| 26 |
+
| `dynamic_feed.json` | All of the above in one file. |
|
| 27 |
+
|
| 28 |
+
## Sources
|
| 29 |
+
- Model pricing aggregated via the open [LiteLLM](https://github.com/BerriAI/litellm) dataset.
|
| 30 |
+
- MCP servers via the public [PulseMCP](https://www.pulsemcp.com) directory.
|
| 31 |
+
- Service status via each provider's public Statuspage.
|
| 32 |
+
- AI news from official provider blogs/changelogs.
|
| 33 |
+
|
| 34 |
+
## License
|
| 35 |
+
CC-BY-4.0 — free to use with attribution to **Dynamic Feed (https://dynamicfeed.ai)**.
|
| 36 |
+
|
| 37 |
+
## Citation
|
| 38 |
+
> Dynamic Feed — Live AI Data. https://dynamicfeed.ai
|