Conversation
|
mishushakov
left a comment
There was a problem hiding this comment.
remove changes to README.md and move the Quickstart entry after existing providers.
Reordered the AI/ML API documentation section to appear after the Vercel AI SDK section instead of before. No content changes were made to the AI/ML API example itself.
|
Yeah, sure |
|
Hi! @mishushakov & team! Just a quick reminder on this PR; changes requested earlier have been applied (README reverted, section moved), and the PR is approved. Also added a matching example in the cookbook here: e2b-dev/e2b-cookbook#61 Let me know if anything else is needed - happy to update. Would love to get this merged so users can easily get started with E2B + AI/ML API. |
|
Hey, all good! |
|
Okay, I got the response from the team that we can't be adding this to our documentation and the cookbook would be a better place. I saw that you already have made a PR in cookbook and will proceed there. |
Hi there 👋 from #771
This PR adds AI/ML API as a supported provider in the E2B SDK docs.
AI/ML API is an OpenAI-compatible platform offering 300+ AI models, including DeepSeek, Gemini, ChatGPT, and others.
🔧 Changes include:
README.mdalongside other LLM providers.connect-llms/page.mdx) showing how to use E2B with AI/ML API via the OpenAI-compatible Python client.This allows new users to start with E2B and AI/ML API instantly by just swapping the
base_urlandapi_key.Added cookbook pr additionally: e2b-dev/e2b-cookbook#61
Let me know if anything needs to be adjusted — happy to iterate! 🚀