Skip to content

[BOT ISSUE] Databricks: add missing databricks-qwen35-122b-a10b, databricks-qwen3-next-80b-a3b-instruct #644

@github-actions

Description

@github-actions

Summary

Two Databricks Foundation Model API pay-per-token Qwen models are missing from packages/proxy/schema/model_list.json. This is a follow-up to #559, #585, #591, #592, #638, #639, and #640, continuing to address the Databricks catalog gap.

Missing Model IDs

Model ID Context Window Max Output Supported Inputs Status Description
databricks-qwen35-122b-a10b 256,000 8,000 text Public Preview Hybrid Mixture-of-Experts (MoE) reasoning model
databricks-qwen3-next-80b-a3b-instruct not published not published text Public Preview Highly efficient LLM optimized for instruction-following

Details

Both models are currently in Public Preview on Databricks. They represent the Qwen model family on the Databricks platform. The databricks-qwen35-122b-a10b has a documented 256K context window with 8K max output, while databricks-qwen3-next-80b-a3b-instruct does not have published context/output limits.

Suggested entries

"databricks-qwen35-122b-a10b": {
  "format": "openai",
  "flavor": "chat",
  "displayName": "Qwen 3.5 122B-A10B",
  "experimental": true,
  "max_input_tokens": 256000,
  "max_output_tokens": 8000,
  "available_providers": ["databricks"]
},
"databricks-qwen3-next-80b-a3b-instruct": {
  "format": "openai",
  "flavor": "chat",
  "displayName": "Qwen 3-Next 80B-A3B Instruct",
  "experimental": true,
  "available_providers": ["databricks"]
}

Pricing omitted per Databricks provider constraints (no stable public per-model pricing source). Marked as experimental: true since both are in Public Preview.

Verification checklist

Verification notes

Field Source Notes
Model IDs Foundation model overview + Supported models page Listed in both pay-per-token model tables
Context window (256K for qwen35) Supported models page "256K token context window"
Max output (8K for qwen35) Supported models page "8K max output tokens"
Public Preview status Supported models page Both listed as "Public Preview"
format: "openai", flavor: "chat" Catalog convention All Databricks models use openai format
input_cost_per_mil_tokens / output_cost_per_mil_tokens NOT PUBLISHED Databricks does not publish stable per-model pricing

Local files inspected

  • packages/proxy/schema/model_list.json — grep for databricks-qwen returns no matches

Source URLs

{
  "kind": "missing_model",
  "provider": "databricks",
  "models": ["databricks-qwen35-122b-a10b", "databricks-qwen3-next-80b-a3b-instruct"],
  "status": "active",
  "model_specs": {
    "databricks-qwen35-122b-a10b": {
      "format": "openai",
      "flavor": "chat",
      "displayName": "Qwen 3.5 122B-A10B",
      "experimental": true,
      "max_input_tokens": 256000,
      "max_output_tokens": 8000,
      "available_providers": ["databricks"]
    },
    "databricks-qwen3-next-80b-a3b-instruct": {
      "format": "openai",
      "flavor": "chat",
      "displayName": "Qwen 3-Next 80B-A3B Instruct",
      "experimental": true,
      "available_providers": ["databricks"]
    }
  },
  "source_urls": [
    "https://docs.databricks.com/aws/en/machine-learning/model-serving/foundation-model-overview",
    "https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/supported-models"
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions