docs: add ainetcafe (Kimi K3) provider page - #804
Open
mario03690 wants to merge 2 commits into
Open
mario03690 wants to merge 2 commits into
mario03690 wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a provider page for ainetcafe, an OpenAI-compatible endpoint that serves Kimi K3 from its own cluster, and links it under LLM Providers in
docs.json.The page follows the shape of
openrouter.mdx: Agent Canvas configuration through theAdvancedtab (openai/Kimi-K3+ base URL), the equivalentLLM_MODEL/LLM_BASE_URL/LLM_API_KEYenvironment variables, notes on reasoning latency and prompt caching, and a "Fix Common Problems" table. No code changes; everything goes through LiteLLM's existing OpenAI-compatible provider, whichllms.mdxinvites contributors to document.Verified on the live endpoint before writing: chat completions (streaming and non-streaming), function tool calls, image input,
reasoning_contentin responses, and/v1/models. Public availability probe and pricing: https://ainetcafe.com/k3/status.htmlDisclosure: I work on ainetcafe.
🤖 Generated with Claude Code