feat(providers): modernize Naver CLOVA Studio chat and embeddings - #12277
Merged
diegosouzapw merged 1 commit intoSep 3, 2026
Merged
Conversation
backryun
force-pushed
the
feat/clova-studio-v3
branch
from
September 1, 2026 10:46
1077b11 to
fcc2423
Compare
backryun
force-pushed
the
feat/clova-studio-v3
branch
13 times, most recently
from
September 3, 2026 03:52
80c15c4 to
b9645a9
Compare
backryun
force-pushed
the
feat/clova-studio-v3
branch
from
September 3, 2026 04:43
b9645a9 to
f243ad9
Compare
diegosouzapw
pushed a commit
that referenced
this pull request
Sep 3, 2026
Validado em lote numa worktree combinada com #12524, #12538, #12277 e #12367 sobre o tip de release/v3.8.51: os quatro boardaram sem conflito (áreas disjuntas — zai-web, nvidia, clova, cursor/devin/fable). typecheck:core limpo, check:provider-consistency OK (272 entradas REGISTRY, 355 providers canônicos), check:known-symbols OK, e 305/305 nos testes tocados pelos quatro PRs. Os IDs de modelo adicionados foram conferidos individualmente. Obrigado, @backryun.
diegosouzapw
pushed a commit
that referenced
this pull request
Sep 3, 2026
Validado em lote numa worktree combinada com #12524, #12538, #12277 e #12367 sobre o tip de release/v3.8.51: os quatro boardaram sem conflito (áreas disjuntas — zai-web, nvidia, clova, cursor/devin/fable). typecheck:core limpo, check:provider-consistency OK (272 entradas REGISTRY, 355 providers canônicos), check:known-symbols OK, e 305/305 nos testes tocados pelos quatro PRs. Os IDs de modelo adicionados foram conferidos individualmente. Obrigado, @backryun.
diegosouzapw
pushed a commit
that referenced
this pull request
Sep 3, 2026
Validado em lote numa worktree combinada com #12524, #12538, #12277 e #12367 sobre o tip de release/v3.8.51: os quatro boardaram sem conflito (áreas disjuntas — zai-web, nvidia, clova, cursor/devin/fable). typecheck:core limpo, check:provider-consistency OK (272 entradas REGISTRY, 355 providers canônicos), check:known-symbols OK, e 305/305 nos testes tocados pelos quatro PRs. Os IDs de modelo adicionados foram conferidos individualmente. Obrigado, @backryun.
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.
Summary
Modernize Naver CLOVA Studio as one provider change:
/v1/embeddingssurfaceChat Completions v3
clova-studionow targets/v3/chat-completions/{modelName}with a dedicatedclovawire format, OpenAI-to-CLOVA request translation, CLOVA-to-OpenAI responsetranslation, and a small specialized executor that owns the model-in-path URL rule.
Supported and live-verified models:
The translator encodes the upstream constraints discovered during live verification:
maxCompletionTokensand is the only model receivingthinkingthinking.effort: "none"toolChoice: "auto"and"none"are forwardedresultevents do not repeat text/tool calls already emitted by token eventsEmbedding v2
The embedding registry now exposes:
The native endpoint accepts one
{ "text": ... }input per request and returns aCLOVA envelope rather than OpenAI's
data[]shape. OmniRoute therefore:object: "list"outputQuality and regression work
ClovaStudioExecutorexisting provider contracts
Verification
npm run typecheck:core: passedScope note
CLOVA's reranker remains intentionally excluded. It behaves as a RAG answer generator
without relevance scores and does not satisfy OmniRoute's
/v1/rerankcontract.