add Apertis model provider documentation - #2098
Conversation
❌ Import check failedThis PR contains imports from Detailed issuesWhy this is a problemThe
How to fixReplace the imports as suggested above. For example:
🤖 Automated checkThis check is based on the latest analysis of |
d27ba50 to
dac923d
Compare
| <Accordion title="Example: Apertis"> | ||
| [Apertis](https://apertis.ai) provides an OpenAI-compatible API with access to multiple LLMs. Sign up for an account and obtain an API key. | ||
|
|
||
| ```python | ||
| from langchain_openai import ChatOpenAI | ||
|
|
||
| model = ChatOpenAI( | ||
| model="gpt-5.2-chat", # Also: gpt-5.1-chat, gemini-3-pro-preview, claude-opus-4-5-20251101, etc. | ||
| api_key="APERTIS_API_KEY", | ||
| base_url="https://api.apertis.ai/v1", | ||
| ) | ||
| ``` | ||
|
|
||
| Refer to the [Apertis documentation](https://apertis.ai) for available models and features. | ||
| </Accordion> | ||
|
|
There was a problem hiding this comment.
i think we'd prefer to remove this for now, as there are many nuances with regard to additions/abuses of the OpenAI spec to include non-unified/standard features
Mason Daugherty (mdrxy)
left a comment
There was a problem hiding this comment.
looks good after the requested change
|
Codex (@codex) review |
0b8188d to
4746d8c
Compare
|
Thanks for contributing a new integration docs page, Quert (@theQuert)! As of July 28, 2026, we have changed how we accept external integrations submissions. Please review the new integration submission process for more information. We receive a large number of PRs and review them as quickly as we can. Please bear with us as we work through the queue. If you have already tagged a maintainer on this PR, do not tag them again. |
|
Codex (@codex) review Latest head: 4746d8c (rebased onto current upstream main). Resolved the provider-index conflict and narrowed the Apertis page to a catalog-neutral Verified: |
894fefe to
575193c
Compare
No dedicated LangChain package (uses ChatOpenAI with base_url). Drop the hosted provider page and Accordion; surface via partner docs instead. Co-authored-by: Cursor <cursoragent@cursor.com>
575193c to
fe68584
Compare
Naomi Pentrel (npentrel)
left a comment
There was a problem hiding this comment.
Hi there, we've made a change to the effect that we no longer add external integration docs to our docs and instead link out to your docs directly from the overview table. I've made those changes here and will merge the PR once tests pass. Thanks!
Summary
Add documentation for Apertis, a third-party model provider with OpenAI-compatible API that provides access to multiple LLMs.
Changes
providers/apertis.mdxall_providers.mdxchat/index.mdxProvider Details
langchain-openaiwith custombase_url)https://api.apertis.ai/v1Test plan
/oss/python/integrations/providers/apertis