Skip to content

Conversation

@adubovik
Copy link
Collaborator

@adubovik adubovik commented Dec 4, 2025

Resolves #353
Resolves #352
Resolves #336 (obviates)


Migration guide

Replace entries in the env vars:

COMPATIBILITY_MAPPING={"${UNSUPPORTED_MODEL_ID}":"${SUPPORTED_MODEL_ID}"}

with the following DIAL Core configuration

{
  "models": {
    "dial-deployment-id-for-claude-3-5": {
      "type": "chat",
      "endpoint": "${ADAPTER_ORIGIN}/deployments/${UNSUPPORTED_MODEL_ID}/chat/completions",
      "upstreams": [
        {
          "extraData": {
            "compatible_model_id": "${SUPPORTED_MODEL_ID}"
          }
        }
      ]
    }
  }
}

Note that all upstreams must be supplied with extraData.compatible_model_id.

@adubovik adubovik self-assigned this Dec 4, 2025
@adubovik adubovik marked this pull request as ready for review December 5, 2025 15:30
@adubovik adubovik requested a review from sdryapko December 5, 2025 15:58
@adubovik
Copy link
Collaborator Author

adubovik commented Dec 5, 2025

/deploy-review

GitHub actions run: 19968474770

Stage Status
deploy-review Success ✅
e2e-test / chat Success ✅
e2e-test / overlay Success ✅

@adubovik
Copy link
Collaborator Author

adubovik commented Dec 5, 2025

/deploy-review

GitHub actions run: 19970990896

Stage Status
deploy-review Success ✅
e2e-test / overlay Success ✅
e2e-test / chat Success ✅

@adubovik
Copy link
Collaborator Author

adubovik commented Dec 8, 2025

/deploy-review

GitHub actions run: 20024039119

Stage Status
deploy-review Success ✅
e2e-test / chat Success ✅
e2e-test / overlay Success ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants