Skip to content

docs(docs): AI/ML API integration #32430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

D1m7asis
Copy link

@D1m7asis D1m7asis commented Aug 6, 2025

Description:
Introduces documentation notebooks for AI/ML API integration covering the following use cases:

  • Chat models (ChatAimlapi)
  • Text completion models (AimlapiLLM)
  • Provider usage examples
  • Text embedding models (AimlapiEmbeddings)

Additionally, adds the langchain-aimlapi package entry to libs/packages.yml for package management.

This PR aims to provide a comprehensive starting point for developers integrating AI/ML API models with LangChain via the new langchain-aimlapi package.

Issue: N/A

Dependencies: None

Twitter handle: @aimlapi


To-Do Before Submitting PR:

  • Run make format
  • Run make lint
  • Confirm all documentation notebooks are in docs/docs/integrations/
  • Double-check libs/packages.yml has the correct repo path
  • Confirm no pyproject.toml modifications were made unnecessarily

@D1m7asis D1m7asis requested a review from ccurme as a code owner August 6, 2025 14:40
Copy link

vercel bot commented Aug 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchain ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2025 10:21am

Copy link

codspeed-hq bot commented Aug 6, 2025

CodSpeed WallTime Performance Report

Merging #32430 will not alter performance

Comparing D1m7asis:master (c4d59b6) with master (bc4251b)

⚠️ Unknown Walltime execution environment detected

Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data.

For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.

Summary

✅ 13 untouched benchmarks

@D1m7asis D1m7asis changed the title docs(aimlapi): add integration notebooks and package configuration docs(docs): add integration notebooks and package configuration Aug 6, 2025
Copy link

codspeed-hq bot commented Aug 6, 2025

CodSpeed Instrumentation Performance Report

Merging #32430 will not alter performance

Comparing D1m7asis:master (80f240b) with master (bc4251b)

Summary

✅ 14 untouched benchmarks

Introduces documentation notebooks for AI/ML API integration covering chat, LLM, provider, and text embedding use cases. Also adds the langchain-aimlapi package to the packages.yml configuration for package management.
@D1m7asis D1m7asis changed the title docs(docs): add integration notebooks and package configuration docs(docs): AI/ML API integration Aug 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-integration Adding a new partner library package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants