[PR #2098] add Apertis model provider documentation #2128

Open
opened 2026-02-17 17:23:05 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2098
Author: @theQuert
Created: 1/6/2026
Status: 🔄 Open

Base: mainHead: docs/add-apertis-provider


📝 Commits (3)

  • dac923d add Apertis model provider documentation
  • bfd473e Merge branch 'main' into docs/add-apertis-provider
  • 0b8188d Merge branch 'main' into docs/add-apertis-provider

📊 Changes

3 files changed (+186 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/chat/index.mdx (+16 -0)
📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/apertis.mdx (+162 -0)

📄 Description

Summary

Add documentation for Apertis, a third-party model provider with OpenAI-compatible API that provides access to multiple LLMs.

Changes

  • Create new provider page at providers/apertis.mdx
  • Add Apertis card to all_providers.mdx
  • Add Apertis accordion example to chat/index.mdx

Provider Details

  • API Type: OpenAI-compatible (uses langchain-openai with custom base_url)
  • Base URL: https://api.apertis.ai/v1
  • Integrations: Chat, LLM, Embeddings
  • Features: Tool calling, Structured output, Multimodal, Streaming

Test plan

  • Verify provider page renders correctly at /oss/python/integrations/providers/apertis
  • Verify Apertis card appears in All Providers list
  • Verify Apertis accordion appears in Chat index page

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2098 **Author:** [@theQuert](https://github.com/theQuert) **Created:** 1/6/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/add-apertis-provider` --- ### 📝 Commits (3) - [`dac923d`](https://github.com/langchain-ai/docs/commit/dac923d1c0679ad7709305ec3b8ee580409c6c0b) add Apertis model provider documentation - [`bfd473e`](https://github.com/langchain-ai/docs/commit/bfd473e82f4872b1d7fe4c537b37b07a431ea710) Merge branch 'main' into docs/add-apertis-provider - [`0b8188d`](https://github.com/langchain-ai/docs/commit/0b8188d5c6fd62bc42e067f19c4782b54c595d33) Merge branch 'main' into docs/add-apertis-provider ### 📊 Changes **3 files changed** (+186 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/chat/index.mdx` (+16 -0) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/apertis.mdx` (+162 -0) </details> ### 📄 Description ## Summary Add documentation for Apertis, a third-party model provider with OpenAI-compatible API that provides access to multiple LLMs. ## Changes - Create new provider page at `providers/apertis.mdx` - Add Apertis card to `all_providers.mdx` - Add Apertis accordion example to `chat/index.mdx` ## Provider Details - **API Type**: OpenAI-compatible (uses `langchain-openai` with custom `base_url`) - **Base URL**: `https://api.apertis.ai/v1` - **Integrations**: Chat, LLM, Embeddings - **Features**: Tool calling, Structured output, Multimodal, Streaming ## Test plan - [ ] Verify provider page renders correctly at `/oss/python/integrations/providers/apertis` - [ ] Verify Apertis card appears in All Providers list - [ ] Verify Apertis accordion appears in Chat index page --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:23:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2128