Endpoint Qwen3.6-27B-FP8
No summary has been added for this endpoint yet.
Metadata
Log In To Use This Endpoint
This public page shows the published endpoint metadata and integration shape. Log in to get a tenant-scoped endpoint URL, inference API key, and the interactive playground. Log in
Integration
This endpoint is served on the shared, token-billed /endpoints/v1 surface. Use the setup below.
<INFERENCE_API_KEY(Find or create one on Admin|Apikeys page)>
An inference API key is required. Until one is available, the fields below keep the correct request shape and use a placeholder token.
Token-Based
Use the shared OpenAI-compatible endpoint. The base URL is shared across published endpoints, and usage is billed per token.
https://dev1.inferx.net/endpoints/v1
Qwen3.6-27B-FP8
Sample REST Call
curl https://dev1.inferx.net/endpoints/v1/chat/completions \
-H "Authorization: Bearer $INFERX_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "Qwen3.6-27B-FP8", "messages": [{"role": "user", "content": "Hello"}]}'