/v1/responses OpenAI compatible endpoint
The /v1/responses endpoint from OpenAI is used by tools like Kilo Code and Opencode, and it is particularly useful for agent development and handling large files. I noticed that Nebius does not currently support this, but I believe it would be a valuable addition. Maintaining compatibility with the official OpenAI API would enable Nebius to serve as a backend for tools like Opencode and similar applications.

Roberto Sánchez 7 days ago
💡 Feature request
/v1/responses OpenAI compatible endpoint
The /v1/responses endpoint from OpenAI is used by tools like Kilo Code and Opencode, and it is particularly useful for agent development and handling large files. I noticed that Nebius does not currently support this, but I believe it would be a valuable addition. Maintaining compatibility with the official OpenAI API would enable Nebius to serve as a backend for tools like Opencode and similar applications.

Roberto Sánchez 7 days ago
💡 Feature request
Larger FAST models with SO.
Currently SO by constrained decoding is supported by large models (>80B) only with tps <50. This is insanely slow for agentic architectures based on SGR, and you keep slowing down inference. Please provide at least one fast, large, good model with SO

Ivan Matveev 19 days ago
💡 Feature request
Larger FAST models with SO.
Currently SO by constrained decoding is supported by large models (>80B) only with tps <50. This is insanely slow for agentic architectures based on SGR, and you keep slowing down inference. Please provide at least one fast, large, good model with SO

Ivan Matveev 19 days ago
💡 Feature request
Support of PostGIS
Hello, I noticed that your PostgresSQL managed service supports many extensions, but PostGIS isn’t listed (https://docs.nebius.com/postgresql/databases/extensions). Would it be possible to add support for PostGIS (https://postgis.net/)? Thanks!

Baptiste Morel-Lab 20 days ago
Managed Database
💡 Feature request
Support of PostGIS
Hello, I noticed that your PostgresSQL managed service supports many extensions, but PostGIS isn’t listed (https://docs.nebius.com/postgresql/databases/extensions). Would it be possible to add support for PostGIS (https://postgis.net/)? Thanks!

Baptiste Morel-Lab 20 days ago
Managed Database
💡 Feature request
Be nimble with new open source models that lead the benchmarks: Support Kimi K2.5 in Token factory
If a new open weights / open source models drops and it leads the benchmarks (look https://artificialanalysis.ai/models in the open section), be nimble and quick to offer it in the token factory

micu voilà 22 days ago
💡 Feature request
Be nimble with new open source models that lead the benchmarks: Support Kimi K2.5 in Token factory
If a new open weights / open source models drops and it leads the benchmarks (look https://artificialanalysis.ai/models in the open section), be nimble and quick to offer it in the token factory

micu voilà 22 days ago
💡 Feature request
Token Factory API: Lowercase model IDs
In the Token Factory API, the model selector should be able to be specified as lowercase. For example: Required today: {"model":"Qwen/Qwen3-Coder-480B-A35B-Instruct", … } Wanted: {"model":"qwen/qwen3-coder-480b-a35b-instruct", … } Why? Currently, OpenCode does not work with any Nebius model, even if OpenCode have a built-in integration with Nebius. Nothing works. Any request says “Not found”, and that is an error from your API because they (mistakenly) force lowercase on all model IDs. If I edit the OpenCode config file and Pascal Case the Nebius model IDs, then your API accepts it. This is also easy to test with curl. This is really an OpenCode issue, but maybe you could also edit your API and allow lowercased IDs, for us developers (customers) sake 🙏 Regards, Christoffer

uninjured2875 About 2 months ago
Network
💡 Feature request
Token Factory API: Lowercase model IDs
In the Token Factory API, the model selector should be able to be specified as lowercase. For example: Required today: {"model":"Qwen/Qwen3-Coder-480B-A35B-Instruct", … } Wanted: {"model":"qwen/qwen3-coder-480b-a35b-instruct", … } Why? Currently, OpenCode does not work with any Nebius model, even if OpenCode have a built-in integration with Nebius. Nothing works. Any request says “Not found”, and that is an error from your API because they (mistakenly) force lowercase on all model IDs. If I edit the OpenCode config file and Pascal Case the Nebius model IDs, then your API accepts it. This is also easy to test with curl. This is really an OpenCode issue, but maybe you could also edit your API and allow lowercased IDs, for us developers (customers) sake 🙏 Regards, Christoffer

uninjured2875 About 2 months ago
Network
💡 Feature request
Billing form, support Mongolia
On the billing form, I’d like to request Mongolia to be listed.

Sambalkhundev Soyolerdene About 2 months ago
💡 Feature request
Billing form, support Mongolia
On the billing form, I’d like to request Mongolia to be listed.

Sambalkhundev Soyolerdene About 2 months ago
💡 Feature request
Cloud DNS
Hello! I would like to be able to use Cloud DNS, primarily internal DNS for internal resources and for the team that accesses internal resources via VPN (i.e. there should be a way to specify DNS servers).

Sergei Turguzov 3 months ago
Other
💡 Feature request
Cloud DNS
Hello! I would like to be able to use Cloud DNS, primarily internal DNS for internal resources and for the team that accesses internal resources via VPN (i.e. there should be a way to specify DNS servers).

Sergei Turguzov 3 months ago
Other
💡 Feature request
Standalone applications support in OpenTofu/Terraform
Currently only Applications for Managed Service for Kubernetes has OpenTofu/Terraform support https://docs.nebius.com/terraform-provider/reference/resources/applications_v1alpha1_k8s_release. It would be great to have OpenTofu/Terraform support for standalone applications such as vLLM as well. Thanks! 😃

hongbo-miao 6 months ago
Other
💡 Feature request
Standalone applications support in OpenTofu/Terraform
Currently only Applications for Managed Service for Kubernetes has OpenTofu/Terraform support https://docs.nebius.com/terraform-provider/reference/resources/applications_v1alpha1_k8s_release. It would be great to have OpenTofu/Terraform support for standalone applications such as vLLM as well. Thanks! 😃

hongbo-miao 6 months ago
Other
💡 Feature request
Cilium Gateway API in Managed Kubernetes
Managed Kubernetes is using Cilium currently. I hope it allows us to use Cilium Gateway API. Note based on here: One of the biggest differences between Cilium’s Ingress and Gateway API support and other Ingress controllers is how closely tied the implementation is to the CNI. For Cilium, Ingress and Gateway API are part of the networking stack, and so behave in a different way to other Ingress or Gateway API controllers (even other Ingress or Gateway API controllers running in a Cilium cluster). Other Ingress or Gateway API controllers are generally installed as a Deployment or Daemonset in the cluster, and exposed via a Loadbalancer Service or similar (which Cilium can, of course, enable). Cilium’s Ingress and Gateway API config is exposed with a Loadbalancer or NodePort service, or optionally can be exposed on the Host network also. But in all of these cases, when traffic arrives at the Service’s port, eBPF code intercepts the traffic and transparently forwards it to Envoy (using the TPROXY kernel facility). This affects things like client IP visibility, which works differently for Cilium’s Ingress and Gateway API support to other Ingress controllers. It also allows Cilium’s Network Policy engine to apply CiliumNetworkPolicy to traffic bound for and traffic coming from an Ingress. Nebius support informed me that customizing add-ons is not currently supported, but they plan to enable it in the future. For now, I can modify the cilium-config ConfigMap as described in https://docs.nebius.com/kubernetes/networking/add-ons#cilium and try enabling the Gateway API, with the understanding that these changes might be reverted during Nebius upgrades. It would be great to officially support customization of add-ons expose as a parameter at OpenTofu/Terraform https://docs.nebius.com/terraform-provider/reference/resources/mk8s_v1_cluster so we can have choice and also controls in the code Thanks! 😃

hongbo-miao 6 months ago
Managed Service for Kubernetes®
💡 Feature request
Cilium Gateway API in Managed Kubernetes
Managed Kubernetes is using Cilium currently. I hope it allows us to use Cilium Gateway API. Note based on here: One of the biggest differences between Cilium’s Ingress and Gateway API support and other Ingress controllers is how closely tied the implementation is to the CNI. For Cilium, Ingress and Gateway API are part of the networking stack, and so behave in a different way to other Ingress or Gateway API controllers (even other Ingress or Gateway API controllers running in a Cilium cluster). Other Ingress or Gateway API controllers are generally installed as a Deployment or Daemonset in the cluster, and exposed via a Loadbalancer Service or similar (which Cilium can, of course, enable). Cilium’s Ingress and Gateway API config is exposed with a Loadbalancer or NodePort service, or optionally can be exposed on the Host network also. But in all of these cases, when traffic arrives at the Service’s port, eBPF code intercepts the traffic and transparently forwards it to Envoy (using the TPROXY kernel facility). This affects things like client IP visibility, which works differently for Cilium’s Ingress and Gateway API support to other Ingress controllers. It also allows Cilium’s Network Policy engine to apply CiliumNetworkPolicy to traffic bound for and traffic coming from an Ingress. Nebius support informed me that customizing add-ons is not currently supported, but they plan to enable it in the future. For now, I can modify the cilium-config ConfigMap as described in https://docs.nebius.com/kubernetes/networking/add-ons#cilium and try enabling the Gateway API, with the understanding that these changes might be reverted during Nebius upgrades. It would be great to officially support customization of add-ons expose as a parameter at OpenTofu/Terraform https://docs.nebius.com/terraform-provider/reference/resources/mk8s_v1_cluster so we can have choice and also controls in the code Thanks! 😃

hongbo-miao 6 months ago
Managed Service for Kubernetes®
💡 Feature request
Manage Nebius custom groups via OpenTofu/Terraform
Currently, creating and managing custom groups in Nebius is only possible via the CLI. It would be great to have OpenTofu/Terraform resources to create custom groups, thanks! ☺️

hongbo-miao 6 months ago
IAM
💡 Feature request
Manage Nebius custom groups via OpenTofu/Terraform
Currently, creating and managing custom groups in Nebius is only possible via the CLI. It would be great to have OpenTofu/Terraform resources to create custom groups, thanks! ☺️

hongbo-miao 6 months ago
IAM
💡 Feature request
List Terraform module at OpenTofu Registry
It would be great to list Terraform module at OpenTofu Registry https://search.opentofu.org/ Currently it is hard to for example finding latest version, I have to run VERSIONS_URL=https://storage.eu-north1.nebius.cloud/terraform-provider/provider/nebius/nebius/versions curl -XGET -L -g "$VERSIONS_URL" | jq -r '.versions[].version' | sort -V | tail -1 Thanks! 😃

hongbo-miao 6 months ago
Documentation
💡 Feature request
List Terraform module at OpenTofu Registry
It would be great to list Terraform module at OpenTofu Registry https://search.opentofu.org/ Currently it is hard to for example finding latest version, I have to run VERSIONS_URL=https://storage.eu-north1.nebius.cloud/terraform-provider/provider/nebius/nebius/versions curl -XGET -L -g "$VERSIONS_URL" | jq -r '.versions[].version' | sort -V | tail -1 Thanks! 😃

hongbo-miao 6 months ago
Documentation
💡 Feature request
List Terraform module at Terraform Registry
It would be great to list Terraform module at Terraform Registry https://registry.terraform.io/ Currently it is hard to for example finding latest version, I have to run VERSIONS_URL=https://storage.eu-north1.nebius.cloud/terraform-provider/provider/nebius/nebius/versions curl -XGET -L -g "$VERSIONS_URL" | jq -r '.versions[].version' | sort -V | tail -1 Thanks! 😃

hongbo-miao 6 months ago
Documentation
💡 Feature request
List Terraform module at Terraform Registry
It would be great to list Terraform module at Terraform Registry https://registry.terraform.io/ Currently it is hard to for example finding latest version, I have to run VERSIONS_URL=https://storage.eu-north1.nebius.cloud/terraform-provider/provider/nebius/nebius/versions curl -XGET -L -g "$VERSIONS_URL" | jq -r '.versions[].version' | sort -V | tail -1 Thanks! 😃

hongbo-miao 6 months ago
Documentation
💡 Feature request
Multi-regional projects
Hello! I’d like to see, in the future, the ability to do geo-distribution within a single project, so we can build geo-distributed clusters for mk8s, mpg, and so on. Anything can happen to data centers (in recent cases: a full-day power outage or even a fire), so to prevent business losses we need points of presence in different geolocations.

Sergei Turguzov 6 months ago
Other
💡 Feature request
Multi-regional projects
Hello! I’d like to see, in the future, the ability to do geo-distribution within a single project, so we can build geo-distributed clusters for mk8s, mpg, and so on. Anything can happen to data centers (in recent cases: a full-day power outage or even a fire), so to prevent business losses we need points of presence in different geolocations.

Sergei Turguzov 6 months ago
Other
💡 Feature request
Qwen3-Coder-480B-A35B-Instruct
Are there any plans to add the Qwen3-Coder-480B-A35B-Instruct? https://huggingface.co/Qwen/Qwen3-Coder-480B-A35B-Instruct

Zbynek 7 months ago
🖋️ Nebius AI Studio
Qwen3-Coder-480B-A35B-Instruct
Are there any plans to add the Qwen3-Coder-480B-A35B-Instruct? https://huggingface.co/Qwen/Qwen3-Coder-480B-A35B-Instruct

Zbynek 7 months ago
🖋️ Nebius AI Studio
Can you please add Qwen3-235B-A22B-Instruct-2507 256K context
https://huggingface.co/Qwen/Qwen3-235B-A22B-Instruct-2507 Qwen3-235B-A22B-Instruct-2507 is the latest flagship Mixture-of-Experts (MoE) large language model from Qwen (Alibaba), released in July 2025. With 235 billion parameters (22B activated per inference), it is engineered for superior performance in instruction following, logical reasoning, mathematics, science, coding, tool usage, and multilingual understanding. The model natively supports a massive 256K (262,144) token context window, making it highly effective for long-context applications and complex tasks. Key highlights: Outstanding performance in instruction following, reasoning, comprehension, math, science, programming, and tool use Substantial gains in multilingual long-tail knowledge coverage Enhanced alignment with user preferences for subjective and open-ended tasks Non-thinking mode only (does not generate blocks)

Zbynek 7 months ago
💡 Feature request
Can you please add Qwen3-235B-A22B-Instruct-2507 256K context
https://huggingface.co/Qwen/Qwen3-235B-A22B-Instruct-2507 Qwen3-235B-A22B-Instruct-2507 is the latest flagship Mixture-of-Experts (MoE) large language model from Qwen (Alibaba), released in July 2025. With 235 billion parameters (22B activated per inference), it is engineered for superior performance in instruction following, logical reasoning, mathematics, science, coding, tool usage, and multilingual understanding. The model natively supports a massive 256K (262,144) token context window, making it highly effective for long-context applications and complex tasks. Key highlights: Outstanding performance in instruction following, reasoning, comprehension, math, science, programming, and tool use Substantial gains in multilingual long-tail knowledge coverage Enhanced alignment with user preferences for subjective and open-ended tasks Non-thinking mode only (does not generate blocks)

Zbynek 7 months ago
💡 Feature request