facebook/sam3✓ Catalog verified
No description provided yet.
Overview
No description provided yet.
Access: available through the official Hugging Face API. Context window: Unknown.
Specifications
| API identifier | huggingface/facebook/sam3 |
| Provider | Hugging Face |
| Model type | Text LLM |
| Context window | Unknown catalog |
| Input modalities | text |
| Output modalities | text |
| Released | Unknown |
| Architecture modality | text->text |
Pricing
Live pricing components for huggingface/facebook/sam3 as published in the catalog.
| Pricing component | Raw unit price | Normalized | Unit |
|---|---|---|---|
| Prompt tokens | N/A | Custom / 1M | Per input token |
| Completion tokens | N/A | Custom / 1M | Per output token |
| Request fee | N/A | N/A | Per request |
| Image fee | N/A | N/A | Per image unit |
| Web search fee | N/A | N/A | Per search request |
Cost calculator
Estimate monthly spend from your own token volumes.
Estimated Total Cost
VariableCalculated from current list pricing in the ModelsAtlas catalog.Capabilities
| Capability | Status | What it means |
|---|---|---|
| Visual Understanding | Not advertised | Image and document analysis support |
| Audio Processing | Not advertised | Speech and voice aligned flows |
| Tool Calling | Not advertised | Supports tools / function calling |
| Self-Hosting | Not advertised | Deploy outside managed APIs |
Capability signals
Directional signals derived from model metadata and capability tags — not official benchmark submissions.
Quick start
Call facebook/sam3 through an OpenAI-compatible client.
from openai import OpenAI
client = OpenAI(
base_url="https://openrouter.ai/api/v1",
api_key="YOUR_API_KEY"
)
response = client.chat.completions.create(
model="huggingface/facebook/sam3",
messages=[{"role": "user", "content": "Explain quantum physics."}]
)
print(response.choices[0].message.content)Alternatives
Closest models by context window from a different provider.
| Model | Provider | Context | Input /1M | Actions |
|---|---|---|---|---|
| Falconsai/nsfw_image_detection | Falconsai | Unknown | Custom | View → |
| google/electra-base-discriminator | Unknown | Custom | View → |
Sources & attribution
Pricing and metadata are maintained in the ModelsAtlas catalog.
Frequently asked questions
How much does facebook/sam3 cost?
Pricing is not publicly listed by the provider. Check Hugging Face directly for current rates.
What is the context window of facebook/sam3?
facebook/sam3 supports up to Unknown tokens of context.
Does facebook/sam3 support tool / function calling?
facebook/sam3 does not advertise first-class tool/function calling. Check vendor docs for the latest capabilities.
How do I access facebook/sam3?
Use the official Hugging Face API with the model id `huggingface/facebook/sam3`. See the Quick start section above for code examples.