AI & ML interests

GPU Cloud, Model Deployment, Inference, Fine-tuning, RAG, and Agents

Recent Activity

ShubhamTribediย  updated a Space 20 days ago
QubridAI/README
ShubhamTribediย  updated a Space 7 months ago
QubridAI/README
ShubhamTribediย  published a Space 7 months ago
QubridAI/README
View all activity

Organization Card

Qubrid AI

Open infrastructure for inference, deployment, and scale. Built for developers who ship.

Platform ยท Docs ยท Discord ยท Website


Why Qubrid

Most AI infrastructure is either locked behind proprietary walls, painful to set up, or priced to punish you for growing. Qubrid is the alternative: open models, transparent pricing, and production-grade performance you can reach with a single API call.

No vendor lock-in. No opaque quotas. No infra babysitting.


What's on the Platform

Capability What it covers
โšก Inference API Text, vision, image generation, speech-to-text, multimodal
๐Ÿ› ๏ธ Instant Playground Test any model in the browser, no code required
๐Ÿค— Bring Your Own Model Deploy models from Hugging Face directly
โ˜๏ธ Cloud & Edge Run on GPU cloud or push to edge for low-latency workloads
๐Ÿ“ˆ Usage-based pricing Pay only for what you use

Model Categories

  • LLMs & Text -- chat, reasoning, instruction-following
  • Image Generation -- diffusion models, high-speed generators
  • Vision & Multimodal -- VLMs, OCR, document understanding
  • Speech-to-Text -- fast, accurate transcription
  • Embeddings & RAG -- retrieval-ready vector utilities

Bring Your Own Model

If your model lives on Hugging Face, it can run on Qubrid.

Point us at your repo and we handle deployment, autoscaling, and monitoring. You get the same APIs, usage metrics, and performance tooling as every hosted model, for your own weights, on your own terms.

Experimentation to production, without the ops overhead.


Get Started

Grab an API key at platform.qubrid.com, then call any model:

curl -X POST "https://platform.qubrid.com/v1/chat/completions" \
  -H "Authorization: Bearer QUBRID_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "zai-org/GLM-5.2",
    "messages": [
      {
        "role": "user",
        "content": "Explain the main benefits of using a chat completion API for text generation."
      }
    ],
    "temperature": 1,
    "max_tokens": 4096,
    "stream": true,
    "top_p": 1,
    "enable_thinking": true,
    "reasoning_effort": "max"
  }'

Model IDs must match exactly as listed in the docs.

โ–ถ๏ธ Try the Playground: platform.qubrid.com/playground


Community & Support

Questions, feedback, and build logs welcome.

๐Ÿ’ฌ Discord: discord.com/invite/Btsqxa6ZnQ


Links


Qubrid AI: open models, real performance, zero headaches.

models 0

None public yet

datasets 0

None public yet