Models / SCB10X
Chat

Typhoon 2.1 Gemma3 12B

Instruct Thai large language model with 12 billion parameters, a 128K context length, and function-calling capabilities.

About model

Typhoon 2.1 Gemma3 12B generates human-like text based on input prompts, excelling at conversational dialogue and creative writing tasks, suitable for developers and businesses requiring advanced language generation capabilities.

  • API usage

    • cURL
    • Python
    • Typescript

    Endpoint:

    scb10x/scb10x-typhoon-2-1-gemma3-12b

    curl -X POST "https://api.together.xyz/v1/chat/completions" \
      -H "Authorization: Bearer $TOGETHER_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "model": "scb10x/scb10x-typhoon-2-1-gemma3-12b",
        "messages": [
          {
            "role": "user",
            "content": "What are some fun things to do in New York?"
          }
        ]
    }'
    
    from together import Together
    
    client = Together()
    
    response = client.chat.completions.create(
      model="scb10x/scb10x-typhoon-2-1-gemma3-12b",
      messages=[
        {
          "role": "user",
          "content": "What are some fun things to do in New York?"
        }
      ]
    )
    print(response.choices[0].message.content)
    
    import Together from 'together-ai';
    const together = new Together();
    
    const completion = await together.chat.completions.create({
      model: 'scb10x/scb10x-typhoon-2-1-gemma3-12b',
      messages: [
        {
          role: 'user',
          content: 'What are some fun things to do in New York?'
         }
      ],
    });
    
    console.log(completion.choices[0].message.content);
    
  • Model card

    Typhoon2.1-Gemma3-12B: Thai Large Language Model (Instruct)

    Typhoon2.1-Gemma3-12B is a instruct Thai 🇹🇭 large language model with 12 billion parameters, a 128K context length, and function-calling capabilities. It is based on Gemma3 12B.

    Performance

Related models
  • Model provider
    SCB10X
  • Type
    Chat
  • Main use cases
    Chat
    Small & Fast
  • Deployment
    Serverless
    On-Demand Dedicated
  • Parameters
    12B
  • Input modalities
    Text
  • Output modalities
    Text
  • Category
    Chat