WeSearch

Models.dev: open-source database of AI model specs, pricing, and capabilities

·6 min read · 0 reactions · 0 comments · 20 views
#ai#open-source#database
Models.dev: open-source database of AI model specs, pricing, and capabilities
⚡ TL;DR · AI summary

Models.dev is an open-source database that compiles specifications, pricing, and capabilities of various AI models. It aims to provide a centralized resource for information that is currently scattered across different platforms. The project encourages community contributions to keep the data updated and accessible through an API.

Key facts
Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

Models.dev is a comprehensive open-source database of AI model specifications, pricing, and capabilities. There's no single database with information about all the available AI models. We started Models.dev as a community-contributed project to address this. We also use it internally in opencode. API You can access this data through an API. curl https://models.dev/api.json Use the Model ID field to do a lookup on any model; it's the identifier used by AI SDK. Logos Provider logos are available as SVG files: curl https://models.dev/logos/{provider}.svg Replace {provider} with the Provider ID (e.g., anthropic, openai, google). If we don't have a provider's logo, a default logo is served instead. Contributing The data is stored in the repo as TOML files; organized by provider and model.

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub