zen: new inference
This commit is contained in:
@@ -215,6 +215,16 @@ export async function handler(
|
|||||||
body: reqBody,
|
body: reqBody,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
if (providerInfo.id.startsWith("console.")) {
|
||||||
|
const resEndpointId = res.headers.get("x-opencode-endpoint-id")
|
||||||
|
const resEndpointModelId = res.headers.get("x-opencode-upstream-model-id")
|
||||||
|
if (resEndpointId && resEndpointModelId)
|
||||||
|
logger.metric({
|
||||||
|
provider: resEndpointId,
|
||||||
|
"provider.model": resEndpointModelId,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
if (res.status !== 200) {
|
if (res.status !== 200) {
|
||||||
logger.metric({
|
logger.metric({
|
||||||
"llm.error.code": res.status,
|
"llm.error.code": res.status,
|
||||||
|
|||||||
Reference in New Issue
Block a user