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

Endpoint mimo-v25

No summary has been added for this endpoint yet.

Metadata

Name
mimo-v25
Provider
Parameter Size
GPU Count
Context Length
Concurrency
Cold Start TTFT
Recommended Use Cases
Detailed Intro

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.

  1. Copy the base URL from the section below into your client endpoint field.
  2. Copy the shared inference API key and use it for requests.
  3. Use the model name shown in the section 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
mimo-v25
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": "mimo-v25", "messages": [{"role": "user", "content": "Hello"}]}'