docs: Kyma endpoint for Content Lab in README - #102
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JjoE3dRyR4WnS3zjGkAAgS
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Model / endpoint evidence
Content Lab lets the user pick the model at runtime (
src/lib/content-lab-types.ts:100-107,GenerateRequest.modeloptional at:50), so no fixed model table applies per the ticket's rule for user-selectable models. Table below covers the one path checked instead:qwen-3.6-plus,deepseek-v3,gemini-2.5-flash,minimax-m2.7,qwen-3-coder,glm-5.1)src/lib/content-lab-types.ts:100-107Endpoint evidence:
src/app/api/content-lab/route.ts:81-92builds an OpenAI SDK client withbaseURL: "https://kymaapi.com/v1"and callsclient.chat.completions.create(...), i.e.POST https://kymaapi.com/v1/chat/completions.Note found while reading the code, out of scope for this ticket:
src/lib/registry.json:23089(a data file, not README) names inference providers (Groq, OpenRouter, DeepSeek) in Kyma's own listed program description. Flagging for awareness only; not touched here since this PR is README.md only.README.md only. No code changes.
🤖 Generated with Claude Code
https://claude.ai/code/session_01JjoE3dRyR4WnS3zjGkAAgS