InferX Beta Serverless GPU Inference Platform, Built for Agent-Native Workloads

Endpoint Qwen3.6-27B-FP8

Usage Complex Coding Agents: Handling massive contexts in tools like OpenCode. Enterprise RAG: Searching across thousands of documents.

Metadata

Name
Qwen3.6-27B-FP8
Provider
Qwen
Parameter Size
27.00B
GPU Count
1
Context Length
262144
Concurrency
2.29x
Cold Start TTFT
1 sec
Recommended Use Cases
Coding assistant, Agent / tool use
Detailed Intro
Qwen3.6-27B-FP8 is a dense, high-performance LLM optimized for efficiency and long-context reasoning. Strengths High Density: Superior reasoning and coding logic compared to smaller models. Context Mastery: Native support for up to 1M tokens, ideal for full-repo analysis. Efficiency: FP8 quantization halves memory usage with minimal accuracy loss, enabling 300K+ KV cache tokens on a single GPU. Usage Complex Coding Agents: Handling massive contexts in tools like OpenCode. Enterprise RAG: Searching across thousands of documents. Cost-Effective Scaling: Higher concurrency for serverless platforms like InferX.

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

Start with the shared setup below, then choose the endpoint mode that fits your workload: token-based shared serving or a tenant-scoped dedicated GPU endpoint.

  1. Choose either the token-based shared endpoint or the dedicated GPU endpoint below.
  2. Copy that section's base URL into your client endpoint field.
  3. Copy the shared inference API key once and reuse it for either mode.
  4. Use the model name shown in the selected section.
<INFERENCE_API_KEY>

An inference API key is required for both endpoint modes. 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://model.inferx.net/endpoints/v1
Qwen3.6-27B-FP8
Sample REST Call
curl https://model.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"}]}'

Dedicated GPU

Model Spec