Back to Models
Typhoon 2.1 12B
scb10x/scb10x-typhoon-2-1-gemma3-12b
Unknown
Chat
Description
Typhoon 2.1 12B by Unknown. This model supports chat capabilities.
Specifications
- Context Length:
- 131072
- Parameters:
- 12B
Pricing
- Input Cost:
- $0.0400/100K tokens
- Output Cost:
- $0.0400/100K tokens
Usage Example
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.yourproxy.com/v1",
apiKey: process.env.PROXY_KEY,
});
const completion = await client.chat.completions.create({
model: "scb10x/scb10x-typhoon-2-1-gemma3-12b",
messages: [{ role: "user", content: "Hello!" }],
});