Early access · Paid API credit is live. New accounts still get free starter credit.
PricingDocsModelsFAQEarnBlogAboutSign in →

HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive

Qwen3.6 35B A3B Uncensored HauhauCS Aggressive Q4_K_M API

Yes. Umbra lists this public Hugging Face GGUF in its hosted API catalog. When an eligible attested provider is online, call it through the OpenAI- or Anthropic-compatible API using the exact model ID below.

Model IDhf-hauhaucs-qwen3.6-35b-a3b-uncensored-hauhaucs-aggressive-qwen3-6-35b-a3b-uncensored-hauhaucs-aggressive-q4-k-m
OpenAI base URLhttps://api.tryumbra.dev/v1
Catalog pricing$0.40/M input · $1.20/M output

The exact public artifact

These fields form the complete pinned artifact descriptor providers are approved to serve.

Hugging Face repository
HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive
GGUF file
Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive-Q4_K_M.gguf
Revision
f12a584fecbeb5f20001130d8ecd66c9327ae685
SHA-256
bbef58c37ce88820be9d98b6437f1cf4bac890c947bd55fc7b68e22098574231
Architecture
qwen35moe
Quantization
Q4_K_M
License
apache-2.0
Minimum unified memory
23 GB
Context window
262,144 tokens
Reasoning
Yes, with skip-thinking support

Call it with the SDK you already use

The API key is the only secret. Never place a real key in a model card, browser page, or repository.

OpenAI Python

from openai import OpenAI

client = OpenAI(
    base_url="https://api.tryumbra.dev/v1",
    api_key="umbra-...",
)

response = client.chat.completions.create(
    model="hf-hauhaucs-qwen3.6-35b-a3b-uncensored-hauhaucs-aggressive-qwen3-6-35b-a3b-uncensored-hauhaucs-aggressive-q4-k-m",
    messages=[{"role": "user", "content": "Hello"}],
)

print(response.choices[0].message.content)

OpenAI Node.js

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.tryumbra.dev/v1",
  apiKey: "umbra-...",
});

const response = await client.chat.completions.create({
  model: "hf-hauhaucs-qwen3.6-35b-a3b-uncensored-hauhaucs-aggressive-qwen3-6-35b-a3b-uncensored-hauhaucs-aggressive-q4-k-m",
  messages: [{ role: "user", content: "Hello" }],
});

console.log(response.choices[0].message.content);

Anthropic Python

from anthropic import Anthropic

client = Anthropic(
    base_url="https://api.tryumbra.dev",
    api_key="umbra-...",
    default_headers={"anthropic-version": "2023-06-01"},
)

message = client.messages.create(
    model="hf-hauhaucs-qwen3.6-35b-a3b-uncensored-hauhaucs-aggressive-qwen3-6-35b-a3b-uncensored-hauhaucs-aggressive-q4-k-m",
    max_tokens=512,
    messages=[{"role": "user", "content": "Hello"}],
)

print(message.content[0].text)

For this model’s Hugging Face card

If you maintain the repository, this short block gives users an honest hosted-API link. Keep it only while the catalog page remains accurate.

Hosted API block

## Hosted API

This GGUF is available through [Umbra](https://tryumbra.dev/models/hf-hauhaucs-qwen3.6-35b-a3b-uncensored-hauhaucs-aggressive-qwen3-6-35b-a3b-uncensored-hauhaucs-aggressive-q4-k-m/), an OpenAI- and Anthropic-compatible API for public Hugging Face models served from attested Apple Silicon.

- Model ID: `hf-hauhaucs-qwen3.6-35b-a3b-uncensored-hauhaucs-aggressive-qwen3-6-35b-a3b-uncensored-hauhaucs-aggressive-q4-k-m`
- API details and live availability: https://tryumbra.dev/models/hf-hauhaucs-qwen3.6-35b-a3b-uncensored-hauhaucs-aggressive-qwen3-6-35b-a3b-uncensored-hauhaucs-aggressive-q4-k-m/

Questions about the Qwen3.6 35B A3B Uncensored HauhauCS Aggressive API

Is there an API for HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive?

Yes. Umbra lists this public Hugging Face GGUF under the model ID hf-hauhaucs-qwen3.6-35b-a3b-uncensored-hauhaucs-aggressive-qwen3-6-35b-a3b-uncensored-hauhaucs-aggressive-q4-k-m. Calls are accepted while an eligible attested provider is online.

Is the Qwen3.6 35B A3B Uncensored HauhauCS Aggressive API OpenAI-compatible?

Yes. Use https://api.tryumbra.dev/v1 as the OpenAI base URL. Umbra also exposes an Anthropic-compatible messages endpoint.

Which Qwen3.6 35B A3B Uncensored HauhauCS Aggressive artifact does Umbra serve?

The catalog pins HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive · f12a584fecbeb5f20001130d8ecd66c9327ae685 · Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive-Q4_K_M.gguf with GGUF SHA-256 bbef58c37ce88820be9d98b6437f1cf4bac890c947bd55fc7b68e22098574231.

Does Umbra retain prompts sent to Qwen3.6 35B A3B Uncensored HauhauCS Aggressive?

No. Prompts and outputs are decrypted in process, held in memory for the request, and never logged or persisted.

How much Apple unified memory is needed to host Qwen3.6 35B A3B Uncensored HauhauCS Aggressive?

The current catalog memory floor is 23 GB of unified memory.