Back to Modelsby Stockmark
S
Stockmark 2 100B
StockmarkJapanese-specialized large-language-model for enterprises to read and understand complex business documents.
Free EndpointDownloadableSep 24, 2025open license2M API calls / 30d
Specifications
Context Length
131K
131,072 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
1
text→text
Capabilities
text generationchatmultilingual
Tags
sovereign-aijapaneseenterprise
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
stockmark/stockmark-2-100b-instructcURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "stockmark/stockmark-2-100b-instruct",
"messages": [{"role": "user", "content": "Hello!"}]
}'