BioBERT Disease NER (NCBI)
BioBERT fine-tuned on the NCBI Disease corpus for disease-name recognition. Given biomedical text it tags spans that mention a disease or condition, using BIO labels. Useful for pulling diagnoses and disease mentions out of abstracts, case reports and clinical notes.
BioBERT Disease NER (NCBI) is text & chat AI model from huggingface, priced at €0.000 per 1M input tokens with a unknown context window.
About this model
0.7
Pricing
API Integration
Use our OpenAI-compatible API to integrate BioBERT Disease NER (NCBI) into your application.
npm install railwailimport railwail from "railwail";
const rw = railwail("YOUR_API_KEY");
// Simple — just pass a string
const reply = await rw.run("biobert-ncbi-disease-ner", "Hello! What can you do?");
console.log(reply);
// With message history
const reply2 = await rw.run("biobert-ncbi-disease-ner", [
{ role: "system", content: "You are a helpful assistant." },
{ role: "user", content: "Explain quantum computing simply." },
]);
console.log(reply2);
// Full response with usage info
const res = await rw.chat("biobert-ncbi-disease-ner", [
{ role: "user", content: "Hello!" },
], { temperature: 0.7, max_tokens: 500 });
console.log(res.choices[0].message.content);
console.log(res.usage);Frequently asked questions
Related Models
View all Text & ChatBio_ClinicalBERT
The original Bio_ClinicalBERT from Alsentzer et al., a BERT model initialized from BioBERT and further pretrained on all MIMIC-III clinical notes. Served as a fill-mask endpoint it predicts masked tokens in clinical text and produces clinical embeddings. It is the standard encoder backbone behind many downstream clinical NLP fine-tunes.
Biomedical NER (all entities)
Token-classification model from d4data that tags 84 biomedical entity types in clinical and medical text, including disease, sign, symptom, medication, dosage, lab value, body part and procedure. Trained on the Maccrobat clinical case corpus on a DistilBERT base, so it runs cheaply for high-volume tagging.
Claude Opus 4
Anthropic's most powerful model. Exceptional at complex analysis, agentic tasks, and extended reasoning.
Claude Opus 4.8
Anthropic's most capable Opus-tier model. State of the art on long-horizon agentic work, coding and knowledge tasks, with a 1M-token context window at standard pricing.
Start using BioBERT Disease NER (NCBI) today
Get started with free credits. No credit card required. Access BioBERT Disease NER (NCBI) and 100+ other models through a single API.