moondream3.1 9b a2b
unofficialvision
moondream3.1 9b a2b specifications
| Context window | — |
|---|---|
| Max output tokens | 28672 |
| Release date | — |
| Input | Text, Image |
| Output | Text |
moondream3.1 9b a2b pricing in rubles
You pay for what you use, per token and per unit. The final request cost is returned in the API response.
| Type | Price |
|---|---|
| Input tokens | 60 ₽ per 1M tokens |
| Output tokens | 200 ₽ per 1M tokens |
Prices are in rubles and may change with exchange rates.
What moondream3.1 9b a2b can do
- Image understanding
- Reasoning mode
moondream3.1 9b a2b API: connection and code examples
The service exposes a single OpenAI-compatible API. Set our base_url and the key from your dashboard.
cURL
curl https://api.neuralbridge.ru/v1/vision \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "moondream/moondream3.1-9b-a2b-08130", "image": "data:image/png;base64,...", "prompt": "Что на картинке?"}'API endpoints
POST /v1/visionprimary | Vision Görüntü tanıma: açıklama, resimle ilgili sorulara yanıtlar, nesne ve koordinat arama. |
Supported request parameters
| Parameter | Default | Allowed values | Description |
|---|---|---|---|
temperature | 1 | — | Cevabın çeşitliliğini etkiler: değer ne kadar yüksekse çıktı o kadar rastgele, düşükse o kadar öngörülebilir. |
top_p | 1 | — | En olası token paylarının seçimlerini sınırlar: yalnızca olasılıkları toplamı P olanlar dikkate alınır. |
max_tokens | — | — | Modelin cevapta üretebileceği token sayısının üst sınırı. |
presence_penalty | 0 | — | Metinde zaten görülmüşse token olasılığını azaltır — model yeni konulara daha istekli geçer. |
frequency_penalty | 0 | — | Token olasılığını, tokenin daha önce ne kadar sık göründüğüne orantılı olarak azaltır — tekrarları önler. |
stop | — | — | Durdurma satırları listesi: model herhangi birini ürettiği anda üretim durur. |
seed | — | — | Rastgeleliği sabitler: aynı seed ve aynı parametrelerle yapılan tekrar isteği aynı sonucu verir. |
response_format | — | — | Yanıt formatı: normal metin veya belirli şemaya göre katı JSON. |
stream | false | — | Yanıtı, üretim sırasında bir akış olarak gönder, sonunda tek bir parça olarak değil. |